@import "https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap&.css";
@import "blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.custom-font {
  font-family: 'Chivo', sans-serif;
}
.primary-font {
  font-size: 18px;
  line-height: 28px;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.center  > DIV {
  text-align: left;
}
.box-sizing,
.boxsizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.left {
  float: left;
}
.right {
  float: right;
}
IMG {
  display: block;
}
EM {
  font-style: italic;
}
#scrollTop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 169px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: white;
}
#scrollTop img {
  width: 22px;
  height: 11px;
}
html,
button,
input,
select,
textarea {
  color: #333333;
}
html {
  background-color: white;
  height: 100%;
  scroll-behavior: smooth;
}
.anchor-wrap {
  position: relative;
}
.anchor-wrap .offset-anchor {
  position: absolute;
  top: -119px;
}
#rezerviraj {
  display: none;
}
#rezerviraj.visible {
  display: block;
}
.whitespace {
  margin-bottom: 70px;
}
.izlagac-container {
  display: flex;
  align-items: flex-start;
}
.izlagac-container .izlagac-miscellaneous {
  margin-right: 55px;
}
.izlagac-container .izlagac-miscellaneous .lecturer-img {
  min-width: 182px;
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #c4c4c4;
}
.izlagac-container .izlagac-miscellaneous p {
  padding: 26px 30px;
  background-color: black;
  color: white;
  line-height: 40px;
  border: 1px solid #c4c4c4;
}
.izlagac-container .izlagac-miscellaneous p.no-show {
  display: none;
}
.izlagac-container .izlagac-miscellaneous p span {
  background-image: url('../images/_theme/v3/location-icon.png');
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 30px;
  background-size: contain;
}
.izlagac-container .izlagac-inner {
  max-width: 580px;
}
.izlagac-container .izlagac-inner p {
  font-weight: 800;
}
.izlagac-container .izlagac-inner p span {
  font-weight: 400;
  margin-left: 2px;
}
.izlagac-container .izlagac-inner .izlagac-content p {
  font-weight: 400;
}
.predavaci-list .predavac-card {
  border: 1px solid #c4c4c4;
  padding: 30px;
  width: 100%;
  max-width: 180px;
  max-height: 352px;
  position: relative;
  margin-bottom: 40px;
}
.predavaci-list .predavac-card:hover {
  filter: unset !important;
  transition: 0.2s all;
}
.predavaci-list .predavac-card .predavac-img {
  display: block;
  margin: 0 auto 25px auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 176px;
  height: 195px;
}
.predavaci-list .predavac-card h4 {
  text-align: center;
  padding-bottom: unset !important;
}
.predavaci-list .predavac-card span {
  margin-bottom: 15px;
  display: block;
}
.predavaci-list .predavac-card p {
  margin-bottom: unset !important;
}
.predavaci-list .predavac-card p.no-show {
  display: none!important;
}
.predavaci-list .predavac-card p,
.predavaci-list .predavac-card span {
  text-align: center !important;
  color: black;
  font-weight: 400!important;
}
.izlagaci-wrap {
  padding: 0 40px;
}
.izlagaci-wrap .izlagaci-list a {
  width: 100%;
  display: block;
  border: 1px solid #c4c4c4;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 100px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.izlagaci-wrap .izlagaci-list a:hover {
  border: 2px solid black;
  margin: -1px;
  margin-bottom: 20px;
}
.izlagaci-wrap .izlagaci-list a:hover .location span {
  background-image: url('../images/_theme/v3/location-icon-active.png');
}
.izlagaci-wrap .izlagaci-list a .logo-title {
  display: flex;
  align-items: center;
}
.izlagaci-wrap .izlagaci-list a .logo-title .photo-box {
  max-width: 107px;
  border: 1px solid;
  margin-right: 50px;
}
.izlagaci-wrap .izlagaci-list a .logo-title .wrapper-name-location {
  gap: 360px;
  display: flex;
  justify-content: space-between;
}
.izlagaci-wrap .izlagaci-list a .logo-title p {
  color: black;
  margin-bottom: unset;
  max-width: 430px;
}
.izlagaci-wrap .izlagaci-list a .logo-title img {
  margin-right: 50px;
  max-height: 72px;
}
.izlagaci-wrap .izlagaci-list a .location {
  display: flex;
  align-items: center;
  margin-bottom: unset;
  padding-right: 10px;
  color: black;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}
.izlagaci-wrap .izlagaci-list a .location span {
  background-image: url('../images/_theme/v3/location-icon.png');
  background-repeat: no-repeat;
  padding-left: 40px;
}
.reserve-btn {
  margin-left: auto;
  width: fit-content;
  display: block;
}
.image-gallery {
  margin-bottom: 70px;
}
.image-gallery .image {
  margin-bottom: 25px;
}
.image-gallery .image:hover {
  opacity: 0.86;
}
.image-gallery .show-all.button-holder {
  width: 100%;
  text-align: center;
  padding-top: 35px;
}
.image-gallery .first-hide {
  display: none;
}
.ui-tabs .ui-tabs-panel {
  padding: unset;
}
#tabs,
.days-list,
.days-list li {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
  border: unset;
}
#tabs .hours-list li,
#tabs .days-list li {
  background: unset;
  padding: unset;
  margin: unset;
  text-align: center;
}
#tabs .hours-list li a:hover,
#tabs .days-list li a:hover {
  background-color: #fef200;
}
#tabs .hours-list {
  border-left: 2px solid black;
  border-top: 2px solid black;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  max-width: 702px;
}
#tabs .hours-list li {
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}
#tabs .hours-list li a {
  font-weight: 400;
  padding: unset;
  margin: unset;
  min-width: 115px;
  min-height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}
#tabs .hours-list li a.selected {
  background: #fef200;
}
#tabs .hours-list li a.reserved {
  background: black;
  color: white;
  pointer-events: none;
}
#tabs .days-list {
  margin-bottom: 40px;
  border: 2px solid black;
  background: unset;
  width: fit-content;
}
#tabs .days-list li {
  border: unset;
  border-right: 2px solid black;
}
#tabs .days-list li:last-of-type {
  border-right: unset;
}
#tabs .days-list li.ui-state-active {
  border-right: 2px solid black;
  background-color: #fef200;
}
#tabs .days-list li a {
  color: black;
  padding: 27px 30px;
}
.form-wrapper.hidden {
  display: none;
}
.form-wrapper .app-form .suglasnost {
  /*display: flex;
      align-items: center;*/
  margin: 40px 0 90px 0;
}
.form-wrapper .app-form .suglasnost label {
  background: url('../images/_theme/v3/suglasnost-unchecked.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-left: 45px;
  cursor: pointer;
}
.form-wrapper .app-form .suglasnost label.checked {
  background: url('../images/_theme/v3/suglasnost-checked.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.form-wrapper .app-form .suglasnost span input {
  display: none;
}
.form-wrapper .app-form div {
  margin-bottom: 20px;
}
.form-wrapper .app-form div.warning input,
.form-wrapper .app-form div.warning select {
  border: 1px solid #ed1d24;
  background-color: #f9d5d7;
}
.form-wrapper .app-form div label {
  font-size: 18px;
  line-height: 28px;
}
.form-wrapper .app-form div input {
  width: 100%;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 28px;
  border: 2px solid black;
  box-sizing: border-box;
  color: black;
}
.form-wrapper .app-form div input::placeholder {
  color: #aaaaaa;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}
.refresh-link {
  display: flex;
  align-items: flex-start;
}
.refresh-link p {
  max-width: 350px;
}
.refresh-link img {
  margin-right: 30px;
  margin-top: 5px;
}
.completion-wrapper {
  display: block;
}
.completion-wrapper.hidden {
  display: none;
}
.filter-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.filter-wrap a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  padding: 5px;
}
.filter-wrap a:last-of-type {
  margin-left: 35px;
}
.filter-wrap a:hover {
  color: black !important;
  transition: 0.2s all;
}
.filter-wrap a.selected {
  color: black !important;
}
.exhibitor-wrapper.hidden {
  display: none;
}
.exhibitor-wrapper .inner-wrapper {
  max-width: 758px;
  margin: 0 auto;
}
.exhibitor-wrapper .exhibitor-grid {
  margin-bottom: 50px;
}
.exhibitor-wrapper .exhibitor-grid > div {
  margin-bottom: 30px;
}
.exhibitor-wrapper .exhibitor-grid .exhibitor-card {
  /* width: fit-content;*/
  /* border: 1px solid #c5c5c5;
      height: 100%;
      width: 100%;*/
  min-height: 120px;
  display: flex;
  align-items: center;
  border: 1px solid;
  padding: 1px;
}
.exhibitor-wrapper .exhibitor-grid .exhibitor-card.selected {
  border: 6px solid #fef200;
  padding-left: unset;
}
.appointment-wrap {
  display: none;
  transition: 0.2s all;
}
.appointment-wrap.active {
  display: block;
}
.mustCheck {
  font-size: 16px;
  line-height: 24px;
  color: #ed1d24;
  margin-bottom: 15px;
}
.fancybox-overlay .fancybox-wrap {
  overflow: visible !important;
  width: fit-content !important;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin {
  padding: 0 !important;
  background: unset;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-close {
  right: -130px;
  top: 0px;
  background-image: url('../images/_theme/close-btn.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer {
  width: fit-content !important;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav {
  background: none;
  visibility: visible;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav span {
  visibility: visible;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav.fancybox-next {
  right: -100px;
  top: 0px;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav.fancybox-next span {
  background-image: url('../images/_theme/arrow-next.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  opacity: 0.5;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav.fancybox-next span:hover {
  opacity: 1;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav.fancybox-prev {
  left: -100px;
  top: 0px;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav.fancybox-prev span {
  background-image: url('../images/_theme/arrow-prev.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  opacity: 0.5;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav.fancybox-prev span:hover {
  opacity: 1;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner {
  max-height: 900px;
  overflow: visible;
  width: fit-content !important;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner img {
  display: block;
  width: auto;
  max-width: unset;
}
.program-wrap * {
  box-sizing: border-box;
}
.program-wrap .sub {
  text-align: right;
}
.program-wrap .day {
  margin-bottom: 50px;
}
.program-wrap .day .box {
  margin-bottom: 30px;
  /*
      .body {
        span {
          display: inline-block;
          margin: 5px 0;
          border-bottom: 2px solid black;
          width: 100%;

          &.special {
          }
        }

        .list {
          padding-left: 15px !important;

          .dash {
            font-size: 16px !important;
            padding-left: 20px !important;
            margin-bottom: 0 !important;
            line-height: 22px !important;
          }
        }
      }

      .head, .body {
        > div {
          display: inline-block;
          width: 66%;
          padding: 4px 8px;

          &:first-of-type {
            width: 13%;
          }

          &:last-of-type {
            width: 20%;
          }
        }
      }*/

}
.program-wrap .day .box table .head {
  background: #e9e5e2;
  letter-spacing: 0.5px;
}
.program-wrap .day .box table .head th {
  font-weight: 700;
  padding: 4px 8px;
}
.program-wrap .day .box table .first,
.program-wrap .day .box table .second,
.program-wrap .day .box table .third {
  padding-left: 8px;
  font-size: 16px;
  line-height: 22px;
  padding-top: 15px;
}
.program-wrap .day .box table .first {
  width: 13%;
}
.program-wrap .day .box table .second {
  width: 66%;
  padding-top: 15px;
}
.program-wrap .day .box table .second .list .dash {
  font-size: 16px;
  line-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
}
.program-wrap .day .box table .third {
  width: 21%;
}
.program-wrap .day .box .head {
  background: #e9e5e2;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
.program-wrap .day .box .head > div {
  display: table-cell;
  vertical-align: middle;
}
body {
  font-family: 'Chivo', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 16px;
  line-height: 22px;
}
body iframe {
  width: 100vw !important;
  height: 28.125vw !important;
  /*16:9*/
  max-width: 100% !important;
}
body .message-form {
  font-size: 28px !important;
  line-height: 38px !important;
  font-weight: 800;
}
body .button-sent {
  min-width: 200px;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  border: unset;
  background-color: black;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
  cursor: pointer;
  color: white;
}
body .button-right-wrap {
  width: 180px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 50px auto;
  margin-right: inherit;
}
body .button-right-wrap.invisible {
  display: none;
}
body .button-right-wrap .add-more-btn {
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s;
  color: white !important;
  padding: 15px 20px;
  width: 231px;
  z-index: 1;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  border: none;
  font-family: Chivo;
}
body .button-right-wrap .add-more-btn:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #b7a69d;
  opacity: 1;
  z-index: -1;
  transition: all 0.4s;
  transform-origin: top;
}
body .button-right-wrap .add-more-btn:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 1;
  z-index: -1;
  transition: all 0.2s;
  transform-origin: bottom;
}
body .button-right-wrap .add-more-btn:hover {
  color: white;
}
body .button-right-wrap .add-more-btn:hover:before {
  top: 0px;
  left: 0px;
  z-index: -2;
}
body .button-right-wrap .add-more-btn:hover:after {
  top: 0px;
  left: 0px;
}
body .button-right-wrap .add-more-btn.stop-working {
  color: #b7a69d;
  cursor: default;
}
body .form-wrapper .single-form {
  margin-bottom: 80px;
}
body .form-wrapper .single-form .headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid black;
  margin-bottom: 25px;
}
body .form-wrapper .single-form .headline h3 {
  font-size: 20px;
  line-height: 28px;
}
body .form-wrapper.application .box-wrap {
  margin-bottom: 35px;
}
body .form-wrapper.application .button-wrap {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
body .form-wrapper.application .button-wrap .test {
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s;
  color: white;
  padding: 0px 0px;
  width: 231px;
  z-index: 1;
}
body .form-wrapper.application .button-wrap .test:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #b7a69d;
  opacity: 70%;
  z-index: -1;
  transition: all 0.4s;
  transform-origin: top;
}
body .form-wrapper.application .button-wrap .test:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 90%;
  z-index: -1;
  transition: all 0.2s;
  transform-origin: bottom;
}
body .form-wrapper.application .button-wrap .test:hover {
  color: black;
  background-color: white;
}
body .form-wrapper.application .button-wrap .test:hover:before {
  top: 0px;
  left: 0px;
  z-index: -2;
}
body .form-wrapper.application .button-wrap .test:hover:after {
  top: 0px;
  left: 0px;
}
body .form-wrapper.application .button-wrap input {
  border: unset;
  background: transparent;
  color: white;
  width: 100%;
  min-height: 58px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  padding: unset;
}
body .form-wrapper.application td {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}
body .form-wrapper.application .form-box {
  margin-bottom: 30px;
}
body .form-wrapper.application .form-box .headline {
  display: block;
  font-size: 18px;
  line-height: 28px;
}
body .form-wrapper.application .form-box input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  border: 2px solid;
  transform: translateY(-0.075em);
  display: grid;
  border-radius: 50%;
  place-content: center;
  padding: unset;
}
body .form-wrapper.application .form-box input[type="radio"]::before {
  content: "";
  width: 16px;
  height: 16px;
  transform: scale(0);
  border-radius: 50%;
  box-shadow: inset 0em 1em black;
}
body .form-wrapper.application .form-box input[type="radio"]:checked::before {
  transform: scale(1);
}
body .form-wrapper.application .form-box .other-wrap {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  /* .area:valid {
            background-color: ivory;
            border: none;
            outline: 2px solid red;
            border-radius: 5px;
          }

          .area:invalid {
            background-color: ivory;
            border: none;
            outline: 2px solid green;
            border-radius: 5px;
          }*/

}
body .form-wrapper.application .form-box .other-wrap input[type="radio"] {
  display: grid;
  place-content: center;
  width: 30px;
}
body .form-wrapper.application .form-box td {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
body .form-wrapper.application .form-box.box {
  margin-bottom: 35px;
}
body .form-wrapper.application .form-box.box .form-control {
  padding: 0;
}
body .form-wrapper .form-box {
  margin-bottom: 10px;
  position: relative;
}
body .form-wrapper .form-box input {
  border: 2px solid black;
}
body .form-wrapper .form-box input::placeholder {
  color: #aaaaaa;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}
body .form-wrapper .form-box sup {
  vertical-align: sub;
  font-size: medium;
  color: red;
}
body .form-wrapper .form-box.radio {
  display: block;
  cursor: pointer;
  user-select: none;
  text-align: left;
}
body .form-wrapper .form-box.radio .yourText {
  height: 30px;
  min-height: 30px;
}
body .form-wrapper .form-box.radio .headline {
  margin-bottom: 7px;
  display: block;
  font-size: 18PX;
}
body .form-wrapper .form-box.radio label {
  display: flex;
  font-size: 16px;
  grid-template-columns: 1em auto;
  gap: 10px;
  padding-bottom: 10px;
}
body .form-wrapper .form-box.radio  + .radio {
  margin-top: 12px;
}
body .form-wrapper .form-box.radio input[type="radio"] {
  position: absolute;
  width: 1em;
  height: 1em;
  opacity: 0;
}
body .form-wrapper .form-box.radio input  + span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
body .form-wrapper .form-box.radio input  + span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  border: 2px solid black;
  background: white;
}
body .form-wrapper .form-box.radio input  + span:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #222222;
  position: absolute;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
body .form-wrapper .form-box.radio input:checked + span:after {
  opacity: 1;
  transform: scale(1, 1);
}
body .form-wrapper .form-box.box .headline {
  margin-bottom: 10px;
  display: block;
  font-size: 18PX;
  line-height: 28px;
}
body .form-wrapper .form-box.box .yourText {
  height: 47px;
}
body .form-wrapper .form-box.box input {
  padding: 5px 12px;
  min-height: 28px;
}
body .form-wrapper .form-box.box .form-control {
  font-size: 16px;
  display: flex;
  grid-template-columns: 1em auto;
  gap: 10px;
  padding-bottom: 13px;
  align-items: center;
}
body .form-wrapper .form-box.box .form-control.other {
  align-items: center;
  line-height: 28px;
  justify-content: center;
}
body .form-wrapper .form-box.box input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 28px;
  height: 28px;
  border: 2px solid;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
body .form-wrapper .form-box.box input[type="checkbox"] {
  display: grid;
  place-content: center;
}
body .form-wrapper .form-box.box input[type="checkbox"]::before {
  content: "";
  width: 18px;
  height: 16px;
  transform: scale(0);
  box-shadow: inset 0em 1em black;
}
body .form-wrapper .form-box.box input[type="checkbox"]:checked::before {
  transform: scale(1);
}
body .form-wrapper .form-box.condition {
  display: none;
}
body .form-wrapper .form-box .error {
  display: none;
  font-size: 16px;
  line-height: 24px;
}
body .form-wrapper .form-box .error_show {
  color: #fd0707;
  font-size: 14px;
  line-height: 20px;
  display: block;
  background-image: url('../images/_theme/warning-red.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-size: contain;
  margin-top: 3px;
}
body .form-wrapper .form-box label {
  display: block;
  font-size: 18PX;
  line-height: 28px;
}
body .form-wrapper .form-box input,
body .form-wrapper .form-box select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 28px;
  min-height: 47px;
  display: flex;
  align-items: center;
  height: 47px;
}
body .form-wrapper .form-box.medium {
  width: 50%;
}
body .form-wrapper ::placeholder {
  color: #aaaaaa;
  margin-left: 20px;
  opacity: 1;
}
body .button-top {
  width: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
body .button-top .button-title {
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s;
  color: black;
  padding: 15px 10px;
  width: 74px;
  z-index: 1;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  text-align: center;
}
body .button-top .button-title img {
  margin: auto;
}
body .button-top .button-title:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #b7a69d;
  opacity: 0.7;
  z-index: -1;
  transition: all 0.4s;
  transform-origin: top;
}
body .button-top .button-title:after {
  background-color: white;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 0.2s;
  transform-origin: bottom;
  border: 2px solid black;
}
body .button-top .button-title:hover {
  color: black;
  background-color: white;
}
body .button-top .button-title:hover:before {
  top: 0px;
  left: 0px;
  z-index: -2;
}
body .button-top .button-title:hover:after {
  top: 0px;
  left: 0px;
}
body .standard-intro-text {
  margin: 0 auto;
  max-width: 1142px;
  padding: 30px;
}
body .standard-intro-text p {
  max-width: 800px;
}
body .standard-title {
  margin: 0 auto;
  margin-top: 185px;
  max-width: 1142px;
  padding: 0;
  padding-left: 30px;
}
body .main {
  margin: 0 auto;
  max-width: 1145px;
  padding: 0;
  margin-top: 138px;
}
body .main.other {
  margin-top: 117px;
  max-width: 1144px;
  margin-bottom: 130px;
}
body .main .organizator-pokrovitelj {
  display: none;
}
body .main .hero {
  border: 2px solid black;
  margin-top: -21px;
  /*border-right: unset;*/
  border-bottom: 4px solid black;
}
body .main .hero .headline {
  padding: 55px 0 63px 59px;
  border-right: 2px solid black;
}
body .main .hero .headline h2 {
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
}
body .main .hero .headline h3 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  padding-right: 10px;
}
body .main .hero .subject {
  background-color: #fef200;
  /*padding: 70px 25px 110px 50px;*/
  width: 100%;
  height: 100%;
  position: relative;
  border-right: 2px solid black;
}
body .main .hero .subject .inner-content {
  position: absolute;
  bottom: 40px;
  left: 50px;
}
body .main .hero .subject img {
  padding-bottom: 30px;
}
body .main .hero .subject h5 {
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
}
body .main .hero .subject p {
  font-size: 18px;
  line-height: 28px;
}
body .main .hero .about {
  padding: 48px 42px 48px 59px;
  border-right: 2px solid black;
  background-color: black;
  align-items: center;
  border-bottom: 2px solid black;
}
body .main .hero .about h2 {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 25px;
}
body .main .hero .about p {
  font-size: 18px;
  line-height: 28px;
  color: white;
}
body .main .hero .location {
  /*padding: 70px 110px 40px 50px;*/
  width: 100%;
  height: 100%;
  border-top: 2px solid black;
  border-right: 2px solid black;
  /*border-bottom: 2px solid black;*/
  background-color: #b7a69e;
  position: relative;
}
body .main .hero .location .inner-content {
  position: absolute;
  bottom: 40px;
  left: 50px;
}
body .main .hero .location img {
  padding-bottom: 30px;
}
body .main .hero .location h5 {
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
}
body .main .hero .location p {
  font-size: 18px;
  line-height: 28px;
}
body .main .border {
  border: 2px solid black;
  border-bottom: none;
}
body .main .border .full-width-image p {
  margin-bottom: unset;
}
body .main .border .full-width-image img {
  border-bottom: 2px solid black;
  /*border-top: 2px solid black;*/
  width: 100%;
  min-height: 204px;
}
body .main .border .blank {
  height: 126px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
body .main .border .title {
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  position: relative;
}
body .main .border .title.no-border-bottom {
  border-bottom: 0;
}
body .main .border .title:last-child {
  border-bottom: none;
}
body .main .border .title:nth-child(odd) .background_border {
  background-color: #b7a69e;
}
body .main .border .title .background_border {
  background-color: #fef200;
  border-bottom: 2px solid black;
}
body .main .border .title .background_border.secondary {
  background-color: #b7a69e;
}
body .main .border .title .background_border:last-child {
  padding: 0 30px;
}
body .main .border .title .background_border h4 {
  font-weight: 900;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  width: 100%;
  padding: 44px 0;
  display: block;
}
body .main .border .title .bottom-shape {
  height: 195px;
  position: absolute;
  width: 195px;
  bottom: -6px;
  left: -2px;
}
body .main .border .title .bottom-shape .posjetitelji-shape {
  width: 187px;
  height: 187px;
  border-top-right-radius: 100%;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 2px solid black;
  position: relative;
}
body .main .border .title .bottom-shape .o-konferenciji-shape {
  width: 186px;
  height: 359px;
  position: absolute;
  bottom: -1752px;
  right: 6px;
  border: 2px solid black;
  background-color: #fef200;
  border-radius: 359px 0 0 359px;
}
body .main .border .title-content {
  margin: 30px auto 0 auto;
  /*text-align: center;*/

  /*.conference-text {
          padding: 0 30px;
          text-align: left;
          padding-bottom: 30px;
          border-bottom: 2px solid black;

          .impressum-list {
            margin-bottom: 70px;

            li {
              list-style-type: none;
              margin-bottom: 20px;
            }
          }

          p {
            .primary-font();
          }

          h4 {
            font-weight: 900;
            font-size: 20px;
            line-height: 30px;
            padding-bottom: 15px;
          }

          .list {
            padding: 0;
            padding-left: 50px;
            list-style-type: none;
            margin: 0;

            .dash {
              background: url('/images/_theme/liststyle.png') no-repeat left center;
              height: unset;
              list-style-type: none;
              padding-left: 25px;
              margin-bottom: 5px;
              font-size: 18px;
              line-height: 22px;
              margin-bottom: 10px;
            }
          }
        }

        .predavaci-text {
          max-width: 812px;
          margin: auto;
          text-align: left;
          margin-bottom: 150px;

          p {
            .primary-font();
          }
        }*/

}
body .main .border .title-content .program-text {
  max-width: 812px;
  margin: auto;
  text-align: left;
  margin-bottom: 110px;
}
body .main .border .title-content .program-text p {
  font-size: 18px;
  line-height: 28px;
}
body .main .border .title-content.posjetitelji {
  margin: 0;
}
body .main .border .title-content.posjetitelji ul {
  max-width: 896px;
  margin: auto;
  padding-left: unset;
  margin-top: 5px;
}
body .main .border .title-content.posjetitelji ul li {
  display: inline-block;
  border-bottom: 2px solid black;
  width: 100%;
  padding: 40px 0 20px;
}
body .main .border .title-content.posjetitelji ul li:last-child {
  border-bottom: none;
}
body .main .border .title-content.posjetitelji ul li h5 {
  font-weight: 900;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  width: 30%;
  float: left;
  text-align: left;
}
body .main .border .title-content.posjetitelji ul li p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  min-width: 70%;
  float: left;
}
body .main .border .title-content.posjetitelji ul li p.max-w-70-l {
  max-width: 70%;
}
body .main .border .title-content .top-content {
  margin-bottom: 80px;
  padding: 0 30px;
  /*.izlagaci-content-logos {
            margin-bottom: 100px;

            h4 {
              font-size: 22px;
              line-height: 28px;
              text-align: left;
              font-weight: 900;
              padding-left: 20px;
              margin-bottom: 40px;
            }

            .izlagaci-grid {
              .izlagac {
                margin-bottom: 70px;
              }
            }
          }

          .izlagaci-content {
            text-align: left;
            padding: 0 30px;
            padding-bottom: 50px;
            .primary-font();

            .list {
              padding: 0;
              padding-left: 50px;
              list-style-type: none;
              margin: 0;

              .dash {
                background: url('/images/_theme/liststyle.png') no-repeat left center;
                line-height: 24px;
                height: unset;
                list-style-type: none;
                margin-bottom: 10px;
                padding-left: 20px;
              }
            }
          }*/

  /* .pokrovitelji {
            margin: 0 10px;
            max-width: 100%;
          }

          .pokrovitelji-wrap {
            margin-bottom: 30px;

            .pokrovitelji {
              padding-bottom: 80px;
              display: flex;
              align-content: center;
              justify-content: flex-start;
              width: 100%;
            }

            .pokrovitelj {
              padding: 0;
              display: flex;
              justify-content: center;
              align-items: center;


              img {
                display: block;
                margin: 0 auto;
                padding-bottom: 40px;
              }
            }

            h4 {
              font-size: 22px;
              line-height: 28px;
              text-align: left;
              font-weight: 900;
              padding-left: 20px;
              margin-bottom: 20px;
            }
          }
*/

  /*.sponzor-wrap {
            margin: 0 55px;

            h4 {
              font-size: 22px;
              line-height: 28px;
              text-align: left;
              padding-bottom: 30px;
              font-weight: 900;
              padding-left: 30px;
            }
          }

          .tlocrt {
            width: 80%;
            margin: auto;
            margin-bottom: 100px;
          }*/

}
body .main .border .title-content .top-content p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
body .main .border .title-content .top-content a {
  color: #b7a69e;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
body .main .border .title-content .top-content h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}
body .main .border .title-content .top-content ul {
  padding: 0;
  /*padding-left: 50px;*/
  list-style-type: none;
  margin: 0;
  margin-bottom: 25px;
}
body .main .border .title-content .top-content ul li {
  background: url('../images/_theme/liststyle.png') no-repeat left center;
  line-height: 24px;
  height: unset;
  list-style-type: none;
  /*margin-bottom: 7px;*/
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
}
body .main .border .title-content .top-content.prijava {
  padding: 0 55px 0 30px;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}
body .main .border .title-content .top-content.prijava p {
  margin-bottom: 0;
}
body .main .border .title-content .top-content.prijava input {
  width: 100%;
  height: 42px;
  display: block;
  margin: 10px 0;
  font-size: 18px;
  line-height: 28px;
  padding-left: 10px;
  font-family: Chivo;
}
body .main .border .title-content .top-content.prijava input::placeholder {
  color: black;
}
body .main .border .title-content .top-content.prijava select {
  width: 102%;
  height: 46px;
  display: block;
  margin: 10px 0;
  font-size: 18px;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
}
body .main .border .title-content .top-content.prijava .indicates-required {
  margin: 20px 0;
  font-weight: 600;
}
body .main .border .title-content .top-content.prijava .button-primary {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 50px;
}
body .main .border .title-content .top-content.prijava .button-primary .button-title {
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s;
  color: white;
  padding: 15px 20px;
  width: 231px;
  z-index: 1;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  border: none;
  font-family: Chivo;
}
body .main .border .title-content .top-content.prijava .button-primary .button-title:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #b7a69d;
  opacity: 1;
  z-index: -1;
  transition: all 0.4s;
  transform-origin: top;
}
body .main .border .title-content .top-content.prijava .button-primary .button-title:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 1;
  z-index: -1;
  transition: all 0.2s;
  transform-origin: bottom;
}
body .main .border .title-content .top-content.prijava .button-primary .button-title:hover {
  color: white;
}
body .main .border .title-content .top-content.prijava .button-primary .button-title:hover:before {
  top: 0px;
  left: 0px;
  z-index: -2;
}
body .main .border .title-content .top-content.prijava .button-primary .button-title:hover:after {
  top: 0px;
  left: 0px;
}
body .main .border .title-content .top-content.prijava .button-primary .button-title.stop-working {
  color: #b7a69d;
  cursor: default;
}
body .main .border .title-content .top-content .legenda {
  /*position: absolute;
                        bottom: 200px;
                        left: 240px;*/
  margin: auto;
  margin-top: 50px;
}
body .main .border .title-content .top-content .legenda p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
  text-align: left;
}
body .main .border .title-content .top-content .legenda p sup {
  vertical-align: super;
  font-size: smaller;
}
body .main .border .title-content .top-content .legenda p img {
  margin-bottom: -8px;
  margin-right: 10px;
  display: inline-block;
}
body .main .border .title-content .top-content .pokrovitelji {
  margin-bottom: 75px;
}
body .main .border .title-content .top-content .pokrovitelji .card > div {
  border-bottom: unset;
}
body .main .border .title-content .top-content .pokrovitelji .card > div:nth-of-type(odd) {
  border-left: unset;
}
body .main .border .title-content .top-content .pokrovitelji .card > div.left-border {
  border-left: 1px solid black;
}
body .main .border .title-content .top-content .pokrovitelji .card > div.no-bottom {
  border-bottom: unset;
}
body .main .border .title-content .top-content .pokrovitelji .card > div.no-right {
  border-right: unset;
}
body .main .border .title-content .top-content .pokrovitelji .card > div.no-top {
  border-top: unset;
}
body .main .border .title-content .top-content .pokrovitelji .card > div.border-bottom {
  border-bottom: 1px solid black;
}
body .main .border .title-content .top-content .pokrovitelji .headline-wrap {
  border: 1px solid black;
}
body .main .border .title-content .top-content .pokrovitelji .headline-wrap > div {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .main .border .title-content .top-content .pokrovitelji .headline-wrap > div h4 {
  padding: 0;
  margin: 0;
  text-align: center;
}
body .main .border .title-content .top-content .pokrovitelji .image-wrapper {
  border: 1px solid black;
  /*margin-bottom: 20px;*/

}
body .main .border .title-content .top-content .pokrovitelji .image-wrapper:hover .partner-image {
  -webkit-filter: grayscale(0);
  filter: none;
}
body .main .border .title-content .top-content .pokrovitelji .image-wrapper:hover a {
  -webkit-filter: grayscale(0);
  filter: none;
}
body .main .border .title-content .top-content .pokrovitelji .image-wrapper a {
  /*display: block;*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  filter: grayscale(100%);
}
body .main .border .title-content .top-content .pokrovitelji .image-wrapper .partner-image {
  min-height: 100px;
  max-height: 101px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
body .main .border .title-content .top-content .button-primary {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
body .main .border .title-content .top-content .button-primary.big {
  width: 230px;
}
body .main .border .title-content .top-content .button-primary.big .button-title {
  padding: 21px 20px;
}
body .main .border .title-content .top-content .button-primary .button-title {
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s;
  color: white;
  padding: 15px 20px;
  width: 231px;
  z-index: 1;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}
body .main .border .title-content .top-content .button-primary .button-title:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #b7a69d;
  opacity: 70%;
  z-index: -1;
  transition: all 0.4s;
  transform-origin: top;
}
body .main .border .title-content .top-content .button-primary .button-title:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 90%;
  z-index: -1;
  transition: all 0.2s;
  transform-origin: bottom;
}
body .main .border .title-content .top-content .button-primary .button-title:hover {
  color: white;
}
body .main .border .title-content .top-content .button-primary .button-title:hover:before {
  top: 0px;
  left: 0px;
  z-index: -2;
}
body .main .border .title-content .top-content .button-primary .button-title:hover:after {
  top: 0px;
  left: 0px;
}
body .main .border .title-content .bottom-shape {
  height: 132px;
  border-top: 2px solid black;
  width: 951px;
  position: relative;
  border-bottom: 2px solid black;
}
body .main .border .title-content .bottom-shape img {
  width: 100%;
  height: 100%;
  border-right: 2px solid black;
}
body .main .border .title-content .bottom-shape .izlagaci-shape {
  width: 129px;
  height: 129px;
  border-top-right-radius: 0;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fef200;
  border: 2px solid black;
  right: 0;
  position: absolute;
}
body .main .border .title-content .bottom-shape .sponzori-shape {
  width: 129px;
  height: 129px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 100%;
  border: 2px solid black;
  right: 0;
  top: -1px;
  position: absolute;
  background-color: #fef200;
}
body .main .border .title-content .bottom-shape .conference-shape {
  width: 129px;
  height: 129px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 100%;
  border: 2px solid black;
  position: absolute;
  top: -2px;
  right: 0px;
}
body .main .border .title-content .bottom-shape .prijava-shape {
  width: 130px;
  height: 130px;
  border-top-right-radius: 100%;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 2px solid black;
  left: -2px;
  position: absolute;
  bottom: -2px;
}
body .main .border .title-content .prog-cijeline {
  margin: 0 70px;
  text-align: left;
  margin-bottom: 150px;
}
body .main .border .title-content .prog-cijeline h4 {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  padding: 60px 0;
}
body .main .border .title-content .prog-cijeline .prog-cijelina {
  padding: 40px 35px 30px 35px;
}
body .main .border .title-content .prog-cijeline .prog-cijelina:nth-child(2) {
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
body .main .border .title-content .prog-cijeline .prog-cijelina:nth-child(3) {
  border-bottom: 2px solid black;
}
body .main .border .title-content .prog-cijeline .prog-cijelina:nth-child(4) {
  border-right: 2px solid black;
}
body .main .border .title-content .prog-cijeline .prog-cijelina h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}
body .main .border .title-content .prog-cijeline .prog-cijelina p {
  font-size: 18px;
  line-height: 28px;
}
body .main:before {
  content: "xlarge";
  border-bottom: 1px solid yellow;
  color: yellow;
  display: none;
}
.ribbon-gray {
  background-color: #f1f1f1;
  border-bottom: 3px solid black;
  border-top: 3px solid black;
  padding: 100px 0;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
  background: white;
}
header .mobile-nav {
  z-index: 10;
  background: white;
  display: flex;
  justify-content: space-between;
  position: relative;
}
header .mobile-nav .home-link {
  min-width: 160px;
  max-width: 161px;
  margin-left: -18px;
  display: flex;
  align-items: flex-end;
}
header .mobile-nav .home-link img {
  width: 100%;
  background-color: white;
}
header .mobile-nav .right-content {
  display: flex;
  align-items: flex-end;
  margin-left: -2px;
}
header .mobile-nav .right-content .other-logo {
  background-color: white;
  border: 2px solid black;
  min-width: 147px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .mobile-nav .right-content .other-logo p {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: unset;
  border-bottom: unset;
  width: unset;
}
header .mobile-nav .right-content .hamburger {
  z-index: 10;
  height: 60px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  background-color: black;
  width: 60px;
}
header .mobile-nav .right-content .hamburger:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background-color: #b7a69d;
  opacity: 70%;
  z-index: -1;
  transition: all 0.4s;
  transform-origin: top;
}
header .mobile-nav .right-content .hamburger:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 90%;
  z-index: -1;
  transition: all 0.2s;
  transform-origin: bottom;
}
header .mobile-nav .right-content .hamburger div {
  background-color: white;
  margin: 10px auto;
  content: '';
  display: block;
  width: 80%;
  height: 6px;
  /*margin: 10px 0px;*/

}
header .mobile-nav .right-content .hamburger div:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
header .mobile-nav .right-content .hamburger div:nth-child(2) {
  margin: 5px auto;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
header .mobile-nav .right-content .hamburger div:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
header .mobile-nav .right-content .hamburger.active div:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
header .mobile-nav .right-content .hamburger.active div:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
header .mobile-nav .right-content .hamburger.active div:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}
header .nav-wrapper {
  max-width: 1145px;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
  z-index: -1;
}
header .nav-wrapper .languages {
  position: absolute;
  margin: 0 auto;
  right: 10px;
  top: -36px;
}
header .nav-wrapper .languages a.selected {
  color: black;
  font-weight: bold;
}
header .nav-wrapper .header-logo {
  position: absolute;
  margin-left: -265px;
  /*top: -6px;*/
  top: -8px;
}
header .nav-wrapper .organizator {
  width: 137px;
  height: 66px;
  border: 2px solid black;
  position: absolute;
  right: -139px;
  top: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .nav-wrapper .organizator .content {
  margin: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .nav-wrapper .organizator .content img {
  margin-bottom: unset;
}
header .nav-wrapper .organizator .content p {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
  padding-bottom: 10px;
  white-space: nowrap;
}
header .nav-wrapper .organizator .content.eng {
  margin: unset;
}
header .nav-wrapper .organizator .content.eng p {
  white-space: nowrap;
}
header .nav-wrapper nav .nav-area {
  border: 2px solid black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 65px;
  border-right: 1px solid black;
  border-left: 1px solid black;
}
header .nav-wrapper nav .nav-area .languages-mobile {
  display: none;
}
header .nav-wrapper nav .nav-area li {
  display: block;
  width: 20%;
  position: relative;
}
header .nav-wrapper nav .nav-area li:hover a {
  background-color: #fef200;
}
header .nav-wrapper nav .nav-area li:hover .sub-menu-list {
  display: block;
}
header .nav-wrapper nav .nav-area li:hover .sub-menu-list a {
  background-color: white;
}
header .nav-wrapper nav .nav-area li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: black;
  text-align: center;
  border-right: 1px solid black;
  border-left: 1px solid black;
  /*width: 100%;*/
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .nav-wrapper nav .nav-area li a.selected {
  background-color: #fef200;
}
header .nav-wrapper nav .nav-area li .sub-menu {
  width: auto;
}
header .nav-wrapper nav .nav-area li .sub-menu-list {
  position: absolute;
  background-color: white;
  min-width: fit-content;
  display: none;
  top: 65px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  border-top: 2px solid black;
}
header .nav-wrapper nav .nav-area li .sub-menu-list li {
  width: 100%;
}
header .nav-wrapper nav .nav-area li .sub-menu-list li:last-of-type {
  border-bottom: 2px solid black;
}
header .nav-wrapper nav .nav-area li .sub-menu-list li:hover a {
  background-color: black;
  color: white;
}
header .nav-wrapper nav .nav-area li .sub-menu-list li a {
  border-left: 2px solid black;
  border-right: 2px solid black;
  text-align: center;
  padding: 5px 20px;
  white-space: nowrap;
}
.news-details-wrapper .headline {
  margin-bottom: 15px;
}
.news-details-wrapper .headline h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  color: black;
  margin-bottom: 5px;
}
.news-details-wrapper .headline p {
  font-size: 14px !important;
  line-height: 19px !important;
  color: black;
}
.news-details-wrapper .news-content img {
  margin-bottom: 20px;
}
.news-details-wrapper .news-content p {
  font-size: 18px;
  line-height: 27px;
  color: black;
  margin-bottom: 20px;
}
.latest-news {
  padding: 15px;
}
.latest-news ul li {
  margin-bottom: 20px;
}
.latest-news ul li a .prev-news-box {
  max-width: 168px;
  background-color: white;
  min-height: 114px;
}
.latest-news ul li a .prev-news-box h2 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 900;
  color: black;
  margin-bottom: 10px;
}
.latest-news ul li a .prev-news-box p {
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 400;
  color: black;
  margin-bottom: unset;
}
.news-wrapper .news-box {
  margin-bottom: 25px;
}
.news-wrapper .news-box.large .outer {
  display: flex;
  align-items: flex-end;
  max-width: 100%;
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-color: #b7a69e;
}
.news-wrapper .news-box.large .outer .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: black;
  opacity: 0.4;
}
.news-wrapper .news-box.large .outer .inner-content {
  max-width: 605px;
  background-color: unset;
  padding: unset;
  margin-left: 70px;
  margin-bottom: 60px;
  z-index: 1;
}
.news-wrapper .news-box.large .outer .inner-content h2 {
  font-size: 36px;
  line-height: 42px;
  color: #fef200;
  margin-bottom: 25px;
}
.news-wrapper .news-box.large .outer .inner-content p {
  font-size: 16px;
  line-height: 19px;
  color: white;
}
.news-wrapper .news-box:hover .inner-content {
  background-color: white;
  transition: 0.45s all ease-out;
}
.news-wrapper .news-box .inner-content {
  max-width: 173px;
  padding: 12px 15px;
  background-color: #e9e5e2;
  min-height: 114px;
}
.news-wrapper .news-box .inner-content h2 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 900;
  color: black;
  margin-bottom: 10px;
}
.news-wrapper .news-box .inner-content p {
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 400;
  color: black;
  margin-bottom: unset;
}
footer {
  color: white;
  /*margin-top: 130px;*/

}
footer .main {
  margin-top: unset;
}
footer .footer-wrapper {
  background-color: black;
  text-align: left;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-wrapper .prijave {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  margin-right: 50px;
}
footer .footer-wrapper .prijave img {
  display: inline-block;
  position: absolute;
  left: 0px;
}
footer .footer-wrapper .prijave a {
  color: #b7a69e;
  /*border-bottom: 2px solid @secondary;*/

}
footer .footer-wrapper .socials {
  /*padding-top: 30px;*/
  /*margin-left: 45%;*/
  display: flex;
}
footer .footer-wrapper .socials img {
  margin-right: 15px;
  display: inline-block;
}
.program-wrap * {
  box-sizing: border-box;
}
.program-wrap .sub {
  text-align: right;
}
.program-wrap .day {
  margin-bottom: 50px;
}
.program-wrap .day .box {
  margin-bottom: 30px;
}
.program-wrap .day .box table .head {
  background: #e9e5e2;
  letter-spacing: 0.5px;
}
.program-wrap .day .box table .head th {
  font-weight: 700;
  padding: 4px 8px;
}
.program-wrap .day .box table .first,
.program-wrap .day .box table .second,
.program-wrap .day .box table .third {
  padding-left: 8px;
  font-size: 16px;
  line-height: 22px;
  padding-top: 15px;
}
.program-wrap .day .box table .first {
  width: 13%;
}
.program-wrap .day .box table .second {
  width: 66%;
  padding-top: 15px;
}
.program-wrap .day .box table .second .list .dash {
  font-size: 16px;
  line-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
}
.program-wrap .day .box table .third {
  width: 21%;
}
.program-wrap .day .box .head {
  background: #e9e5e2;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
.program-wrap .day .box .head > div {
  display: table-cell;
  vertical-align: middle;
}
.year-archive {
  position: absolute;
  top: -36px;
  right: -120px;
}
.year-archive a {
  font-weight: bold;
}
::-moz-selection {
  background: #b7a69e;
  text-shadow: none;
}
::selection {
  background: #b7a69e;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #fef200;
}
::-moz-placeholder {
  color: #fef200;
}
::-ms-input-placeholder {
  color: #fef200;
}
H1,
H2,
H3,
H4,
H5 {
  color: black;
}
H1 {
  font-family: 'Chivo', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 22px;
  margin: 25px 0;
}
H2 {
  font-size: 21px;
}
H2.underline {
  border-bottom: 1px solid #b7a69e;
}
p {
  margin-bottom: 25px;
}
A {
  color: #b7a69e;
}
A:hover {
  color: #b7a69e;
  text-decoration: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
}
.uk-container {
  max-width: 1400px;
}
.card-title {
  margin-top: 200px;
}
.card-title H1,
.card-title H2 {
  margin: 0;
  font-size: 60px;
  line-height: 72px;
}
.card-title H2 {
  font-weight: 400;
  margin-bottom: 72px;
}
.grid-program H4 {
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 10px;
}
.grid-program H2 {
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 40px;
}
.grid-program .card-program {
  padding: 40px;
  border: 3px solid black;
  background-color: #f1f1f1;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

  height: 100%;
}
.only-kotizacija input[type=checkbox] {
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  margin-right: 5px !important;
}
.button-holder .button-primary {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 50px;
}
.button-holder .button-primary .button-title {
  text-decoration: none;
  background-color: transparent;
  position: relative;
  transition: all 0.2s;
  color: white;
  padding: 15px 20px;
  width: 231px;
  z-index: 1;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  border: none;
  font-family: Chivo;
}
.button-holder .button-primary .button-title:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #b7a69d;
  opacity: 1;
  z-index: -1;
  transition: all 0.4s;
  transform-origin: top;
}
.button-holder .button-primary .button-title:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 1;
  z-index: -1;
  transition: all 0.2s;
  transform-origin: bottom;
}
.button-holder .button-primary .button-title:hover {
  color: white;
}
.button-holder .button-primary .button-title:hover:before {
  top: 0px;
  left: 0px;
  z-index: -2;
}
.button-holder .button-primary .button-title:hover:after {
  top: 0px;
  left: 0px;
}
.button-holder .button-primary .button-title.stop-working {
  color: #b7a69d;
  cursor: default;
}
.unikat.big {
  max-height: 130px;
}
#cookie-bar p {
  color: white;
}
#cookie-bar p .cb-enable {
  padding: 10px;
  margin: 20px 0;
}
.media-grid .media-card {
  margin-bottom: 20px;
}
.media-grid a {
  color: #b7a69e;
}
.ui-dialog.message-modal {
  border: 2px solid black;
  border-radius: unset;
  padding: 0;
  font-family: 'Chivo', sans-serif;
}
.ui-dialog.message-modal .ui-dialog-titlebar {
  background: black;
  color: white;
  border-radius: unset;
  border: none;
}
.ui-dialog.message-modal .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: white;
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(16px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(16px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(16px) rotate(0deg);
  }
  100% {
    transform: translateY(16px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(16px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(16px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(16px) rotate(0deg);
  }
  100% {
    transform: translateY(16px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-16px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-16px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-16px) rotate(0deg);
  }
  100% {
    transform: translateY(-16px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-16px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-16px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-16px) rotate(0deg);
  }
  100% {
    transform: translateY(-16px) rotate(135deg);
  }
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px), only screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
  .predavaci-list .predavac-card {
    max-width: 100%;
    box-sizing: border-box;
  }
  .primary-font {
    font-size: 16px;
    line-height: 26px;
  }
  .no-border-top {
    border-top: unset;
  }
  .izlagaci-wrap {
    padding: unset;
  }
  .izlagaci-wrap .izlagaci-list a {
    max-height: fit-content;
    flex-direction: column;
    padding-bottom: unset;
  }
  .izlagaci-wrap .izlagaci-list a .logo-title {
    /* margin-bottom: 15px;*/
    display: block;
  }
  .izlagaci-wrap .izlagaci-list a .logo-title p {
    text-align: center !important;
  }
  .izlagaci-wrap .izlagaci-list a .logo-title .photo-box {
    margin: 0 auto;
  }
  .izlagaci-wrap .izlagaci-list a .logo-title img {
    margin-right: 20px;
  }
  .izlagac-container {
    flex-direction: column;
  }
  .filter-wrap {
    margin-bottom: 25px;
    max-width: 100%;
    overflow-x: auto;
  }
  .filter-wrap a {
    font-size: 18px !important;
    padding: 8px 5px;
  }
  .filter-wrap a:last-of-type {
    margin-left: 10px;
  }
  .form-wrapper.application .form-box .headline {
    font-size: 16px;
    line-height: 26px;
  }
  .form-wrapper.application .form-box label {
    font-size: 16px;
    line-height: 26px;
  }
  .form-wrapper.application .form-box .other-wrap input[type="radio"] {
    width: 31px !important;
  }
  .form-wrapper .app-form .suglasnost label {
    padding-left: 30px;
  }
  .app-form {
    margin-top: 30px;
  }
  .refresh-link {
    margin-top: 20px;
  }
  .exhibitor-wrapper .exhibitor-grid .exhibitor-card {
    margin: 0 auto;
    margin-bottom: 20px;
    justify-content: center;
  }
  .exhibitor-wrapper .exhibitor-grid .exhibitor-card a img {
    max-width: 170px;
  }
  .reserve-btn {
    margin: 0 auto;
  }
  #tabs .hours-list {
    padding-left: unset;
    max-width: 291px;
  }
  #tabs .hours-list li a {
    min-width: 95px;
    min-height: 75px;
  }
  #tabs .days-list {
    padding-left: unset;
    width: unset;
    max-width: 100%;
    overflow-x: auto;
    max-width: 100%;
    display: flex;
  }
  body .form-wrapper.application .form-box .headline {
    font-size: 16px;
    line-height: 26px;
  }
  body .form-wrapper .form-box.box .headline {
    font-size: 16px;
    line-height: 26px;
  }
  body .latest-news {
    display: none;
  }
  body .news-details-wrapper .headline h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  body .news-details-wrapper .headline p {
    font-size: 16px!important;
    margin-bottom: 30px;
  }
  body .news-wrapper .news-box.large .outer .inner-content {
    max-width: 100%;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  body .news-wrapper .news-box.large .outer .inner-content h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  body .news-wrapper .news-box .inner-content {
    display: block;
    margin: 0 auto;
  }
  body header {
    margin: 0 5%;
    background: none;
  }
  body header.eng .mobile-nav .home-link {
    min-width: 160px;
  }
  body header.eng .mobile-nav .right-content .other-logo {
    min-width: 145px;
    height: 56px;
  }
  body header.eng .mobile-nav .right-content .other-logo p {
    font-size: 9px;
  }
  body header.eng .mobile-nav p {
    line-height: 11px;
  }
  body header .languages {
    display: none;
  }
  body header .nav-wrapper {
    width: 100%;
    clear: both;
    float: left;
    margin-top: -49px;
    display: none;
  }
  body header .nav-wrapper nav .nav-area {
    display: block;
    border: unset;
    max-height: 600px;
    overflow: auto;
    border-bottom: 2px solid black;
  }
  body header .nav-wrapper nav .nav-area .languages-mobile {
    display: block;
  }
  body header .nav-wrapper nav .nav-area .languages-mobile:hover a {
    background-color: unset;
  }
  body header .nav-wrapper nav .nav-area .languages-mobile .lang-wrapper {
    text-align: center;
  }
  body header .nav-wrapper nav .nav-area .languages-mobile .lang-wrapper a {
    max-width: 50%;
    display: inline-block;
    color: #b7a69e;
  }
  body header .nav-wrapper nav .nav-area .languages-mobile .lang-wrapper a.selectedLang {
    font-weight: bold;
    color: black;
  }
  body header .nav-wrapper nav .nav-area li {
    background: white;
    width: 82%;
    display: block;
    border: 2px solid black;
    border-bottom: none;
    box-sizing: border-box;
  }
  body header .nav-wrapper nav .nav-area li .sub-menu-list {
    position: relative;
    display: block;
    top: unset;
    /*
                  left: unset;
                  transform: unset;*/
  
  }
  body header .nav-wrapper nav .nav-area li .sub-menu-list li {
    border: unset;
  }
  body header .nav-wrapper nav .nav-area li .sub-menu-list li:first-child {
    padding-top: unset;
    border: unset;
  }
  body header .nav-wrapper nav .nav-area li .sub-menu-list li a {
    border-left: unset;
    border-right: unset;
  }
  body header .nav-wrapper nav .nav-area li:first-child {
    border-top: none;
    padding-top: 65px;
  }
  body header .nav-wrapper nav .nav-area li:last-child {
    border-bottom: 2px solid black;
  }
  body header .nav-wrapper nav .nav-area li a {
    /*display: block;*/
    /*padding: 15px;*/
    /*text-align: center;*/
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    min-height: 45px;
    border-right: unset;
    border-left: unset;
  }
  body header .nav-wrapper nav .nav-area li a:hover {
    border: unset;
  }
  body header .nav-wrapper nav .nav-area li a.selected {
    background-color: #fef200;
    border: unset;
  }
  body header .nav-wrapper nav .nav-area li:last-child a:hover {
    border-right: unset;
  }
  body header .nav-wrapper nav .nav-area li:first-child a:hover {
    border-left: unset;
  }
  body header .nav-wrapper .header-logo {
    display: none;
  }
  body header .nav-wrapper .organizator {
    display: none;
  }
  body .standard-title {
    margin-top: 105px;
    max-width: 100%;
  }
  body .program-wrap .day .box {
    margin-bottom: 70px;
  }
  body .program-wrap .day .box table {
    width: 100%;
  }
  body .program-wrap .day .box table tr .first,
  body .program-wrap .day .box table tr .second,
  body .program-wrap .day .box table tr .third {
    width: 100%;
  }
  body .program-wrap .day .box table tr th {
    display: block;
  }
  body .program-wrap .day .box table tr td {
    display: block;
  }
  body .program-wrap .day .box table tr td.first {
    display: none;
  }
  body .main {
    margin: 0 5%;
    margin-top: 80px;
  }
  body .main .hero {
    border-top: none;
    border-right: unset;
  }
  body .main.other {
    margin-top: 79px;
  }
  body .main .organizator-pokrovitelj {
    margin-top: 130px;
    display: block;
  }
  body .main .organizator-pokrovitelj .organizator,
  body .main .organizator-pokrovitelj .pokrovitelj {
    width: 100%;
    text-align: center;
  }
  body .main .organizator-pokrovitelj .organizator p,
  body .main .organizator-pokrovitelj .pokrovitelj p {
    margin-bottom: 10px;
  }
  body .main .organizator-pokrovitelj .organizator img,
  body .main .organizator-pokrovitelj .pokrovitelj img {
    margin: auto;
  }
  body .main .border {
    border-bottom: 2px solid black;
  }
  body .main .border .full-width-image img {
    border-bottom: unset;
    min-height: 80px;
  }
  body .main .border .title-content .top-content {
    padding: 10px;
    margin-bottom: 0;
  }
  body .main .border .title-content .top-content a {
    font-size: 16px;
    line-height: 26px;
  }
  body .main .border .title-content .top-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  body .main .border .title-content .top-content ul {
    padding-left: 10px;
  }
  body .main .border .title-content .top-content ul li {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  body .main .border .title-content .top-content .pokrovitelji {
    margin-bottom: unset;
  }
  body .main .border .title-content .top-content .pokrovitelji .card > div:nth-of-type(2n+1) {
    border-left: 1px solid black!important;
  }
  body .main .border .title .background-border h4 {
    font-size: 20px;
    line-height: 26px;
    padding: 35px 0;
  }
  body .main .border .anchor-wrap .posjetitelji {
    margin: 0;
    padding: 0 20px;
  }
  body .main .border .anchor-wrap .posjetitelji ul {
    padding: 0;
  }
  body .main .border .anchor-wrap .posjetitelji ul li {
    padding: 20px 0;
  }
  body .main .border .anchor-wrap .posjetitelji ul li:nth-child(2) h5 {
    text-align: left;
  }
  body .main .border .anchor-wrap .posjetitelji ul li h5 {
    width: 100%;
    text-align: left;
  }
  body .main .border .anchor-wrap .posjetitelji ul li p {
    width: 100%;
    padding-top: 15px;
  }
  body .main .border .anchor-wrap .posjetitelji ul li p.max-w-70-l {
    width: 100%;
  }
  body .main .border .anchor-wrap .posjetitelji ul li:last-child {
    border-bottom: unset;
  }
  body .main .border .anchor-wrap .posjetitelji ul li:last-child h5 {
    text-align: left;
  }
  body .main .border .anchor-wrap .title {
    border-bottom: unset;
    border-right: unset;
    border-top: 2px solid black;
  }
  body .main .border .anchor-wrap .title .bottom-shape {
    display: none;
  }
  body .main .border .anchor-wrap .title:first-child {
    border-top: unset;
  }
  body .main .border .anchor-wrap .title:nth-child(2) {
    border-top: 2px solid black;
  }
  body .main .border .anchor-wrap .title:nth-child(3) {
    border-top: 2px solid black;
  }
  body .main .border .anchor-wrap .title.no-border-top {
    border-top: unset;
  }
  body .main .border .anchor-wrap .title-content {
    margin: 0 auto;
  }
  body .main .border .anchor-wrap .title-content.posjetitelji ul {
    margin-top: 0;
  }
  body .main .border .anchor-wrap .title-content.posjetitelji ul li p {
    max-width: 100%;
    margin-bottom: unset;
  }
  body .main .border .anchor-wrap .title-content .program-text {
    margin-top: -40px;
    padding: 0 20px;
  }
  body .main .border .anchor-wrap .title-content .program-text p {
    font-size: 16px;
    line-height: 26px;
  }
  body .main .border .anchor-wrap .title-content .predavaci-text {
    margin-top: -40px;
    padding: 0 20px;
  }
  body .main .border .anchor-wrap .title-content .predavaci-text p {
    font-size: 16px;
    line-height: 26px;
  }
  body .main .border .anchor-wrap .title-content .conference-text {
    margin-top: 20px;
    padding: 0 20px;
    border-bottom: unset;
    padding-bottom: 20px;
  }
  body .main .border .anchor-wrap .title-content .conference-text p {
    font-size: 16px;
    line-height: 26px;
  }
  body .main .border .anchor-wrap .title-content .conference-text .list {
    padding-left: 20px;
  }
  body .main .border .anchor-wrap .title-content .conference-text .list .dash {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 3px;
  }
  body .main .border .anchor-wrap .title-content ul li p {
    font-size: 16px;
    line-height: 26px;
  }
  body .main .border .anchor-wrap .title-content .top-content .izlagaci-content-logos .izlagaci-grid .izlagac {
    margin-bottom: 20px;
  }
  body .main .border .anchor-wrap .title-content .top-content .izlagaci-content {
    font-size: 16px;
    line-height: 26px;
    padding: 20px;
  }
  body .main .border .anchor-wrap .title-content .top-content .izlagaci-content ul {
    padding-left: 20px;
  }
  body .main .border .anchor-wrap .title-content .top-content.prijava {
    padding: 20px 35px 0 20px;
  }
  body .main .border .anchor-wrap .title-content .top-content.prijava p {
    font-size: 16px;
    line-height: 26px;
  }
  body .main .border .anchor-wrap .title-content .top-content.prijava p .indicates-required {
    font-size: 16px;
    line-height: 26px;
  }
  body .main .border .anchor-wrap .title-content .top-content.prijava .mc-field-group {
    font-size: 16px;
    line-height: 26px;
  }
  body .main .border .anchor-wrap .title-content .top-content.prijava input {
    font-size: 16px;
    line-height: 26px;
  }
  body .main .border .anchor-wrap .title-content .top-content .tlocrt {
    margin-bottom: 0;
  }
  body .main .border .anchor-wrap .title-content .top-content .legenda {
    margin: 30px 0;
    margin-left: 25%;
  }
  body .main .border .anchor-wrap .title-content .top-content .legenda p {
    font-size: 16px;
    line-height: 26px;
  }
  body .main .border .anchor-wrap .title-content .top-content .partneri {
    margin: auto;
    margin-bottom: 20px;
  }
  body .main .border .anchor-wrap .title-content .top-content .pokrovitelji-wrap {
    margin-left: unset;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  body .main .border .anchor-wrap .title-content .top-content .pokrovitelji-wrap .pokrovitelji {
    max-width: 90%;
    padding-left: 0;
    margin: 0 20px;
  }
  body .main .border .anchor-wrap .title-content .top-content .pokrovitelji-wrap h4 {
    padding-left: 20px;
    margin-left: 0;
  }
  body .main .border .anchor-wrap .title-content .top-content .pokrovitelji-wrap .pokrovitelj {
    padding: 20px 30px;
  }
  body .main .border .anchor-wrap .title-content .top-content .sponzor-wrap {
    margin: unset;
    margin-left: 20px;
  }
  body .main .border .anchor-wrap .title-content .top-content .sponzor-wrap h4 {
    padding-left: 0;
  }
  body .main .border .anchor-wrap .title-content .top-content .sponzor-wrap .sponzor {
    width: 45%;
  }
  body .main .border .anchor-wrap .title-content .top-content .tlocrt {
    padding: 0 20px;
    width: 100%;
  }
  body .main .border .anchor-wrap .title-content .bottom-shape {
    display: none;
  }
  body .main .border .anchor-wrap .title-content .prog-cijeline {
    margin: 0;
  }
  body .main .border .anchor-wrap .title-content .prog-cijeline h4 {
    width: 100%;
  }
  body .main .border .anchor-wrap .title-content .prog-cijeline .prog-cijelina {
    border-top: 2px solid black;
  }
  body .main .border .anchor-wrap .title-content .prog-cijeline .prog-cijelina:nth-child(2) {
    border-right: unset;
    border-bottom: unset;
  }
  body .main .border .anchor-wrap .title-content .prog-cijeline .prog-cijelina:nth-child(3) {
    border-bottom: unset;
    border-top: 2px solid black;
  }
  body .main .border .anchor-wrap .title-content .prog-cijeline .prog-cijelina:nth-child(4) {
    border-right: unset;
    border-top: 2px solid black;
  }
  body .main .border .anchor-wrap .title-content .prog-cijeline .prog-cijelina p {
    border-right: 0;
    font-size: 16px;
    line-height: 26px;
  }
  body .main .hero {
    margin-top: 76px;
    border-bottom: 2px solid black;
  }
  body .main .hero .headline {
    /*border-right: unset;*/
    padding: 20px;
  }
  body .main .hero .headline h2 {
    font-size: 30px;
    line-height: 42px;
  }
  body .main .hero .headline h3 {
    font-size: 30px;
    line-height: 36px;
  }
  body .main .hero .subject {
    padding: 20px;
    border-top: 2px solid black;
    width: unset;
    height: unset;
  }
  body .main .hero .subject .inner-content {
    position: unset;
  }
  body .main .hero .subject p {
    line-height: 25px;
    margin-bottom: unset;
  }
  body .main .hero .about {
    padding: 20px;
  }
  body .main .hero .about h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body .main .hero .about p {
    font-size: 16px;
    line-height: 26px;
  }
  body .main .hero .location {
    padding: 20px;
    width: unset;
    height: unset;
  }
  body .main .hero .location .inner-content {
    position: unset;
  }
  body .main .hero .location p {
    line-height: 25px;
    margin-bottom: unset;
  }
  body iframe {
    height: 62vw !important;
  }
  footer {
    /*min-height: 230px;*/
    margin: auto;
  }
  footer .main {
    margin-top: unset;
  }
  footer .main .footer-wrapper {
    padding: 20px;
    /*min-height: 230px;*/
    flex-direction: column;
  }
  footer .main .footer-wrapper .prijave {
    /*padding-top: 50px;*/
    font-size: 16px;
    line-height: 20px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: unset;
    margin-bottom: 50px;
  }
  footer .main .footer-wrapper .prijave a {
    border-bottom: unset;
    font-weight: bold;
  }
  footer .main .footer-wrapper .prijave img {
    width: 26px;
    height: 26px;
    margin-bottom: 20px;
    display: block;
    top: 0px;
  }
  footer .main .footer-wrapper .socials {
    /*margin-top: 30px;*/
    margin-left: unset;
  }
  #scrollTop {
    bottom: 40px;
    right: 23px;
    z-index: 5;
  }
  .line-bottom {
    width: 100%;
    position: absolute;
    margin-top: 10px;
    bottom: 0;
    /*top: 70px;*/
  
    /*background-color: black;
      height: 2px;*/
  
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav.fancybox-next {
    right: -20px;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav.fancybox-next span {
    opacity: 1;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav.fancybox-prev {
    left: -20px;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav.fancybox-prev span {
    opacity: 1;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-close {
    right: -15px;
    top: -25px;
    width: 35px;
    height: 35px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 376px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 376px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 376px), only screen and (min-device-pixel-ratio: 2) and (max-width: 376px), only screen and (min-resolution: 192dpi) and (max-width: 376px), only screen and (min-resolution: 2dppx) and (max-width: 376px), only screen and (max-width: 376px) {
  body header.eng .mobile-nav .right-content .other-logo {
    min-width: 133px;
  }
  header .mobile-nav .right-content .other-logo {
    min-width: 133px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 361px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 361px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 361px), only screen and (min-device-pixel-ratio: 2) and (max-width: 361px), only screen and (min-resolution: 192dpi) and (max-width: 361px), only screen and (min-resolution: 2dppx) and (max-width: 361px), only screen and (max-width: 361px) {
  body header.eng .mobile-nav .right-content .other-logo {
    min-width: 132px;
  }
  body header.eng .mobile-nav .home-link {
    min-width: 150px;
  }
  body header .mobile-nav p {
    font-size: 10px;
  }
  body header .mobile-nav .home-link {
    min-width: 150px;
  }
  body header .mobile-nav .right-content .other-logo {
    min-width: 130px;
  }
  body header .mobile-nav .right-content .hamburger {
    width: 58px;
  }
  body header .nav-wrapper nav .nav-area li {
    width: 81%;
  }
  body .main .border .title-content .top-content .pokrovitelji {
    margin-bottom: 0px;
  }
  body .main .border .title-content .top-content .pokrovitelji .headline-wrap {
    border-left: 1px solid black !important;
  }
  body .main .border .title-content .top-content .pokrovitelji .image-wrapper {
    border-left: 1px solid black !important;
  }
  body .main .border .anchor-wrap .title-content .top-content .legenda {
    bottom: 170px;
  }
  body .main .border .anchor-wrap .title-content .top-content .legenda p img {
    margin-bottom: -8px;
  }
  #scrollTop {
    bottom: 40px;
    right: 22px;
    z-index: 5;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 350px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 350px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 350px), only screen and (min-device-pixel-ratio: 2) and (max-width: 350px), only screen and (min-resolution: 192dpi) and (max-width: 350px), only screen and (min-resolution: 2dppx) and (max-width: 350px), only screen and (max-width: 350px) {
  body .main {
    margin-top: 66px;
  }
  body .main.other {
    margin-top: 65px;
  }
  body .main .hero {
    margin-top: unset;
  }
  body header.eng .mobile-nav .right-content .other-logo {
    min-width: 126px;
  }
  body header.eng .mobile-nav .right-content .hamburger {
    width: 55px;
  }
  body header.eng .mobile-nav .home-link {
    min-width: 123px;
  }
  body header .mobile-nav .right-content .other-logo {
    min-width: 120px;
  }
  body header .mobile-nav .home-link {
    min-width: 100px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 767px) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (min-width: 767px) and (max-width: 959px), only screen and (min-width: 767px) and (max-width: 959px) {
  .filter-wrap {
    max-width: 100%;
    overflow-x: auto;
  }
  .filter-wrap a:last-of-type {
    margin-left: 15px;
  }
  BODY .latest-news {
    display: none;
  }
  BODY .news-wrapper .news-box.large .outer .inner-content {
    max-width: 100%;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  BODY .news-wrapper .news-box.large .outer .inner-content h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  BODY .news-details-wrapper .headline h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  BODY .news-details-wrapper .headline p {
    margin-bottom: 40px;
    font-size: 18px !important;
  }
  BODY header {
    margin: 0 45px;
    padding-top: 18px;
    background: none;
  }
  BODY header .languages {
    display: none;
  }
  BODY header .mobile-nav {
    justify-content: space-between;
    align-items: center;
  }
  BODY header .mobile-nav .home-link {
    align-items: flex-start;
    order: 1;
    min-width: unset;
    max-width: 150px;
  }
  BODY header .mobile-nav .right-content {
    order: 3;
  }
  BODY header .mobile-nav .right-content .hamburger {
    width: 60px;
    height: 62px;
  }
  BODY header .mobile-nav .right-content p {
    border-bottom: 2px solid black;
  }
  BODY header .mobile-nav .organizator-medium {
    display: flex;
    align-items: center;
    order: 2;
  }
  BODY header .mobile-nav .organizator-medium .content {
    width: 100%;
    text-align: center;
  }
  BODY header .mobile-nav .organizator-medium .content p {
    margin-bottom: unset;
    float: unset;
    /*padding: 17px 0px;*/
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  BODY header .mobile-nav .organizator-medium .content p img {
    margin: auto;
    width: unset;
    float: unset;
    border: none;
    padding: 0px;
    margin-top: 10px;
  }
  BODY header .nav-wrapper {
    width: 100%;
    clear: both;
    float: left;
    margin-top: -107px;
    display: none;
    max-width: 704px;
  }
  BODY header .nav-wrapper nav .nav-area {
    display: unset;
    border: unset;
  }
  BODY header .nav-wrapper nav .nav-area .languages-mobile {
    display: block;
  }
  BODY header .nav-wrapper nav .nav-area .languages-mobile .lang-wrapper {
    text-align: center;
  }
  BODY header .nav-wrapper nav .nav-area .languages-mobile .lang-wrapper a {
    max-width: 50%;
    display: inline-block;
    color: #b7a69e;
    min-height: unset !important;
  }
  BODY header .nav-wrapper nav .nav-area .languages-mobile .lang-wrapper a.selectedLang {
    font-weight: bold;
    color: black;
  }
  BODY header .nav-wrapper nav .nav-area li {
    background: white;
    width: 57%;
    display: block;
    border: 2px solid black;
    border-bottom: none;
  }
  BODY header .nav-wrapper nav .nav-area li:first-child {
    border-top: none;
    margin-top: 100px;
  }
  BODY header .nav-wrapper nav .nav-area li:last-child {
    border-bottom: 2px solid black;
  }
  BODY header .nav-wrapper nav .nav-area li a {
    display: block;
    padding: 20px;
    text-align: center;
    min-height: 15px;
    border-left: unset;
    border-right: unset;
    text-align: left;
  }
  BODY header .nav-wrapper nav .nav-area li a:hover {
    border: unset;
  }
  BODY header .nav-wrapper nav .nav-area li a.selected {
    background-color: #fef200;
    border: unset;
  }
  BODY header .nav-wrapper nav .nav-area li:last-child a:hover {
    border-right: unset;
  }
  BODY header .nav-wrapper nav .nav-area li:first-child a:hover {
    border-left: unset;
  }
  BODY header .nav-wrapper .header-logo {
    display: none;
  }
  BODY header .nav-wrapper .organizator {
    display: none;
  }
  BODY footer {
    margin-top: unset;
  }
  BODY footer .main .footer-wrapper {
    padding: 25px;
    justify-content: left;
    flex-direction: column;
    align-items: unset;
  }
  BODY footer .main .footer-wrapper .prijave {
    font-size: 15px;
    margin-right: unset;
    margin-bottom: 20px;
  }
  BODY footer .main .socials {
    margin-left: 0;
  }
  BODY .standard-title {
    margin: 0 5%;
    margin-top: 120px;
  }
  BODY .standard-intro-text {
    margin: 0 5%;
  }
  BODY .main {
    margin: 0 45px;
    max-width: 720px;
  }
  BODY .main.other {
    margin-top: 100px;
  }
  BODY .main .organizator-pokrovitelj {
    display: none;
  }
  BODY .main .hero {
    margin-top: 110px;
    border-right: unset;
  }
  BODY .main .hero .headline {
    /*border-right: unset;*/
    border-bottom: 2px solid black;
    padding: 25px;
  }
  BODY .main .hero .headline h2 {
    font-size: 50px;
    line-height: 62px;
  }
  BODY .main .hero .headline h3 {
    font-size: 50px;
    line-height: 62px;
  }
  BODY .main .hero .location {
    padding: 25px;
    width: unset;
    height: unset;
  }
  BODY .main .hero .location p {
    margin-bottom: unset;
  }
  BODY .main .hero .location .inner-content {
    position: unset;
    bottom: unset;
    left: unset;
  }
  BODY .main .hero .subject {
    padding: 25px;
    width: unset;
    height: unset;
  }
  BODY .main .hero .subject p {
    margin-bottom: unset;
  }
  BODY .main .hero .subject .inner-content {
    position: unset;
    bottom: unset;
    left: unset;
  }
  BODY .main .hero .about {
    padding: 25px;
  }
  BODY .main .border {
    border-bottom: 2px solid black;
  }
  BODY .main .border .blank {
    display: none;
  }
  BODY .main .border .full-width-image img {
    border-bottom: unset;
  }
  BODY .main .border .title-content .top-content a {
    margin: 0 auto;
  }
  BODY .main .border .title-content .top-content .pokrovitelji {
    margin-bottom: unset;
  }
  BODY .main .border .title-content .top-content .pokrovitelji .headline-wrap {
    border-left: 1px solid black !important;
  }
  BODY .main .border .title-content .top-content .pokrovitelji .image-wrapper {
    border-left: 1px solid black !important;
  }
  BODY .main .border .anchor-wrap .posjetitelji {
    margin-bottom: 60px;
  }
  BODY .main .border .anchor-wrap .posjetitelji ul {
    padding: 0 20px;
  }
  BODY .main .border .anchor-wrap .posjetitelji ul li h5 {
    text-align: left;
  }
  BODY .main .border .anchor-wrap .title {
    border-right: unset;
    border-bottom: unset;
    border-top: 2px solid black;
  }
  BODY .main .border .anchor-wrap .title .bottom-shape {
    display: none;
  }
  BODY .main .border .anchor-wrap .title:first-child {
    border-top: unset;
  }
  BODY .main .border .anchor-wrap .title:nth-child(2) {
    border-top: 2px solid black;
  }
  BODY .main .border .anchor-wrap .title:nth-child(3) {
    border-top: 2px solid black;
  }
  BODY .main .border .anchor-wrap .title.no-border-top {
    border-top: unset;
  }
  BODY .main .border .anchor-wrap .title-content {
    margin: 20px auto;
  }
  BODY .main .border .anchor-wrap .title-content.posjetitelji {
    margin: 0 auto;
  }
  BODY .main .border .anchor-wrap .title-content.posjetitelji ul li p {
    max-width: 70%;
  }
  BODY .main .border .anchor-wrap .title-content.posjetitelji ul li h5 {
    max-width: 27%;
    text-align: left;
  }
  BODY .main .border .anchor-wrap .title-content .program-text {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  BODY .main .border .anchor-wrap .title-content .conference-text {
    padding: 0 20px;
    border-bottom: unset;
    padding-bottom: unset;
  }
  BODY .main .border .anchor-wrap .title-content .conference-text .program-wrap .day .box {
    margin-bottom: 70px;
  }
  BODY .main .border .anchor-wrap .title-content .conference-text .program-wrap .day .box table tr .first,
  BODY .main .border .anchor-wrap .title-content .conference-text .program-wrap .day .box table tr .second,
  BODY .main .border .anchor-wrap .title-content .conference-text .program-wrap .day .box table tr .third {
    width: 100%;
  }
  BODY .main .border .anchor-wrap .title-content .conference-text .program-wrap .day .box table tr th {
    display: block;
  }
  BODY .main .border .anchor-wrap .title-content .conference-text .program-wrap .day .box table tr td {
    display: block;
  }
  BODY .main .border .anchor-wrap .title-content .conference-text .program-wrap .day .box table tr td.first {
    display: none;
  }
  BODY .main .border .anchor-wrap .title-content .predavaci-text {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  BODY .main .border .anchor-wrap .title-content .prog-cijeline {
    margin: 0 20px;
  }
  BODY .main .border .anchor-wrap .title-content .prog-cijeline h4 {
    width: 100%;
  }
  BODY .main .border .anchor-wrap .title-content .prog-cijeline .prog-cijelina {
    border: 2px solid black;
    border-bottom: 0;
  }
  BODY .main .border .anchor-wrap .title-content .prog-cijeline .prog-cijelina:last-child {
    border-bottom: 2px solid black;
  }
  BODY .main .border .anchor-wrap .title-content .top-content {
    margin-bottom: unset;
    padding: 0 25px;
  }
  BODY .main .border .anchor-wrap .title-content .top-content .izlagaci-content-logos .izlagaci-grid {
    margin-left: 0;
  }
  BODY .main .border .anchor-wrap .title-content .top-content.prijava {
    padding: 0 35px 0 20px;
  }
  BODY .main .border .anchor-wrap .title-content .top-content .tlocrt {
    margin-bottom: 0px;
  }
  BODY .main .border .anchor-wrap .title-content .top-content .legenda {
    margin: 40px auto;
    margin-left: 38%;
  }
  BODY .main .border .anchor-wrap .title-content .top-content .legenda p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  BODY .main .border .anchor-wrap .title-content .top-content .legenda p img {
    width: 26px;
    height: 26px;
    margin-bottom: -8px;
  }
  BODY .main .border .anchor-wrap .title-content .top-content .izlagaci-content {
    width: 90%;
  }
  BODY .main .border .anchor-wrap .title-content .top-content .pokrovitelji-wrap h4 {
    margin-left: 20px;
  }
  BODY .main .border .anchor-wrap .title-content .top-content .pokrovitelji-wrap .pokrovitelji {
    margin: 0 5px;
  }
  BODY .main .border .anchor-wrap .title-content .top-content .pokrovitelji-wrap img {
    width: 100%;
    margin-bottom: unset;
  }
  BODY .main .border .anchor-wrap .title-content .top-content .sponzor-wrap {
    margin: unset;
  }
  BODY .main .border .anchor-wrap .title-content .top-content .sponzor-wrap img {
    width: 60%;
  }
  BODY .main .border .anchor-wrap .title-content .top-content img {
    width: unset;
    /*max-width: 170px;*/
  
  }
  BODY .main .border .anchor-wrap .title-content .bottom-shape {
    display: none;
  }
  BODY iframe {
    height: 46vw !important;
  }
  #scrollTop {
    bottom: 120px;
    right: 49px;
    z-index: 5;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1700px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1700px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1700px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1700px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1700px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1700px), only screen and (min-width: 960px) and (max-width: 1700px) {
  h2 {
    font-size: 18px;
  }
  .izlagaci-wrap {
    padding: unset;
  }
  .izlagac-container .izlagac-inner .izlagac-content p {
    font-size: 16px!important;
    line-height: 26px!important;
  }
  .izlagac-container .izlagac-miscellaneous {
    margin-right: 25px;
  }
  .predavaci-list .predavac-card {
    padding: 8px;
  }
  .predavaci-list .predavac-card p {
    font-size: 16px!important;
    line-height: 24px!important;
  }
  .predavaci-list .predavac-card span {
    margin-bottom: 10px;
    font-size: 16px!important;
    line-height: 20px!important;
  }
  .predavaci-list .predavac-card h4 {
    font-size: 16px!important;
    line-height: 20px!important;
  }
  .predavaci-list .predavac-card .predavac-img {
    margin: 0 auto 15px auto;
  }
  body .main.other {
    margin-top: 117px!important;
  }
  body .news-wrapper .news-box.large .outer .inner-content {
    max-width: 540px;
    margin-left: 40px;
    margin-bottom: 40px;
  }
  body .news-wrapper .news-box.large .outer .inner-content h2 {
    font-size: 32px;
    line-height: 38px;
  }
  body .news-wrapper .news-box .inner-content h2 {
    font-size: 14px;
  }
  body header.eng .nav-wrapper nav .nav-area li a {
    /*padding: 23px 5px;*/
    font-size: 15px;
  }
  body header .languages {
    max-width: 850px !important;
  }
  body header .nav-wrapper {
    max-width: 850px;
    /*max-width: 853px;*/
  
  }
  body header .nav-wrapper .header-logo {
    width: 30%;
    margin-left: -254px;
    top: -5px;
  }
  body header .nav-wrapper nav .nav-area {
    justify-content: space-between;
  }
  body header .nav-wrapper nav .nav-area li a {
    /*padding: 23px 14px;*/
    font-size: 14px;
  }
  body footer .main .footer-wrapper {
    padding: 35px 40px 30px 40px;
  }
  body footer .main .footer-wrapper .socials img {
    margin-right: 5px;
  }
  body footer .main .footer-wrapper .prijave {
    /*padding-right: 20px;*/
    margin-right: unset;
    font-size: 15px;
  }
  body .standard-title {
    max-width: 850px;
    margin-top: 175px;
  }
  body .standard-intro-text {
    max-width: 850px;
  }
  body .main {
    max-width: 850px;
  }
  body .main.other {
    max-width: 850px;
  }
  body .main .hero .headline {
    padding: 35px 0 35px 40px;
  }
  body .main .hero .headline h2 {
    font-size: 50px;
    line-height: 62px;
  }
  body .main .hero .headline h3 {
    font-size: 50px;
    line-height: 50px;
  }
  body .main .hero .subject .inner-content {
    bottom: 40px;
    left: 40px;
  }
  body .main .hero .about {
    padding: 35px 42px 35px 40px;
  }
  body .main .hero .location .inner-content {
    bottom: 10px;
    left: 40px;
  }
  body .main .border {
    margin-top: 0;
  }
  body .main .border .title-content .top-content .pokrovitelji .headline-wrap {
    padding: 0 10px;
  }
  body .main .border .anchor-wrap .title .bottom-shape .posjetitelji-shape {
    width: 139px;
    height: 139px;
    bottom: 53px;
  }
  body .main .border .anchor-wrap .title .bottom-shape .o-konferenciji-shape {
    width: 131px;
    height: 239px;
    bottom: -1881px;
    right: 62px;
  }
  body .main .border .anchor-wrap .title .background_border {
    padding: 0 15px;
  }
  body .main .border .anchor-wrap .title .background_border h4 {
    font-size: 19px;
    line-height: 25px;
  }
  body .main .border .anchor-wrap .title-content {
    margin: 0 auto;
    margin-top: 25px;
  }
  body .main .border .anchor-wrap .title-content.posjetitelji ul {
    padding-left: 20px;
  }
  body .main .border .anchor-wrap .title-content.posjetitelji ul li h5 {
    width: 27%;
  }
  body .main .border .anchor-wrap .title-content.posjetitelji ul li p {
    max-width: 71%;
  }
  body .main .border .anchor-wrap .title-content.posjetitelji h5 {
    width: 29%;
  }
  body .main .border .anchor-wrap .title-content .bottom-shape {
    width: 707px;
  }
  body .main .border .anchor-wrap .title-content .top-content {
    /*padding-top: 20px;*/
    padding: 0 25px;
    /* img {
                  width: 100%;
                }*/
  
  }
  body .main .border .anchor-wrap .title-content .top-content .izlagaci-content {
    padding: 20px;
    padding-bottom: 30px;
  }
  body .main .border .anchor-wrap .title-content .top-content .izlagaci-content p {
    margin-bottom: 10px;
  }
  body .main .border .anchor-wrap .title-content .top-content.prijava {
    padding: 20px 35px 0 20px;
  }
  body .main .border .anchor-wrap .title-content .top-content .tlocrt {
    margin-bottom: 60px;
    width: 95%;
  }
  body .main .border .anchor-wrap .title-content .top-content .legenda {
    margin-top: 36px;
    margin-left: 15px;
  }
  body .main .border .anchor-wrap .title-content .top-content .legenda p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  body .main .border .anchor-wrap .title-content .top-content .legenda p img {
    width: 26px;
    height: 26px;
    margin-bottom: -10px;
  }
  body .main .border .anchor-wrap .title-content .top-content .pokrovitelji-wrap {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  body .main .border .anchor-wrap .title-content .top-content .pokrovitelji-wrap h4 {
    padding-bottom: 20px;
  }
  body .main .border .anchor-wrap .title-content .top-content .pokrovitelji-wrap .pokrovitelji {
    width: 100%;
    margin: 0;
  }
  body .main .border .anchor-wrap .title-content .top-content .pokrovitelji-wrap h4 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 0;
  }
  body .main .border .anchor-wrap .title-content .top-content .pokrovitelji-wrap img {
    margin-bottom: unset;
  }
  body .main .border .anchor-wrap .title-content .top-content .pokrovitelji-wrap .pokrovitelj {
    padding-left: 15px;
  }
  body .main .border .anchor-wrap .title-content .top-content .sponzor-wrap {
    margin: unset;
  }
  body .main .border .anchor-wrap .title-content .top-content .sponzor-wrap h4 {
    font-size: 19px;
    line-height: 25px;
  }
  body .main .border .anchor-wrap .title-content .program-text {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  body .main .border .anchor-wrap .title-content .conference-text {
    padding: 20px;
    padding-bottom: 40px;
  }
  body .main .border .anchor-wrap .title-content .predavaci-text {
    padding: 20px;
  }
  body .main .border .anchor-wrap .title-content .prog-cijeline {
    margin: 0;
  }
  body .main .border .anchor-wrap .title-content .prog-cijeline .prog-cijelina {
    padding: 30px 25px 30px 25px;
  }
  body .main .border .anchor-wrap .title-content .prog-cijeline h4 {
    width: 100%;
  }
  body .main .border .anchor-wrap .posjetitelji ul {
    padding-right: 20px;
  }
  body .main .border .anchor-wrap .posjetitelji ul li h5 {
    text-align: left;
  }
  #scrollTop {
    bottom: 90px;
    right: 125px;
    z-index: 5;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1300px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1300px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1300px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1300px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1300px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1300px), only screen and (min-width: 960px) and (max-width: 1300px) {
  #scrollTop {
    bottom: 120px;
    right: 91px;
  }
  .izlagaci-wrap {
    padding: 0;
  }
  .predavaci-list .predavac-card {
    padding: 10px;
  }
  body header .languages {
    max-width: 850px!important;
  }
  body header .nav-wrapper {
    margin-top: 50px;
  }
  body header .nav-wrapper nav .nav-area {
    justify-content: space-between;
    min-width: 848px;
  }
  body header .nav-wrapper .header-logo {
    display: none;
  }
  body header .nav-wrapper .organizator {
    display: none;
  }
  body .standard-title {
    margin-top: 130px;
  }
  body .main {
    max-width: 850px;
    margin-top: 138px;
  }
  body .main.other {
    margin-top: 96px;
  }
  body .main .hero {
    border-right: 2px solid black;
  }
  body .main .organizator-pokrovitelj {
    margin-top: 150px;
    margin-bottom: 100px;
    display: block;
  }
  body .main .organizator-pokrovitelj .organizator,
  body .main .organizator-pokrovitelj .pokrovitelj {
    text-align: center;
  }
  body .main .organizator-pokrovitelj .organizator p,
  body .main .organizator-pokrovitelj .pokrovitelj p {
    margin-bottom: 15px;
  }
  body .main .organizator-pokrovitelj .organizator img,
  body .main .organizator-pokrovitelj .pokrovitelj img {
    margin: auto;
  }
  body .main .border .anchor-wrap .title .bottom-shape .posjetitelji-shape {
    bottom: 58px;
  }
  body .main .border .anchor-wrap .title-content.posjetitelji ul {
    margin-top: 0;
  }
  body .main .border .anchor-wrap .title-content.posjetitelji ul li h5 {
    text-align: left;
  }
  body .main .border .anchor-wrap .title-content .top-content.prijava {
    padding: 20px 35px 0 20px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1200px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1200px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1200px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1200px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1200px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1200px), only screen and (min-width: 960px) and (max-width: 1200px) {
  body .main.other {
    margin-top: 95px!important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1219px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1219px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1219px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1219px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1219px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1219px), only screen and (min-width: 960px) and (max-width: 1219px) {
  BODY:before {
    content: "large";
  }
}
