@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;
}
body {
  font-family: 'Chivo', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 16px;
  line-height: 22px;
}
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: 1142px;
  padding: 0;
  margin-top: 138px;
}
body .main .organizator-pokrovitelj {
  display: none;
}
body .main .hero {
  border: 2px solid black;
  margin-top: -21px;
}
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;
}
body .main .hero .subject {
  background-color: #fef200;
  padding: 70px 25px 110px 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;
}
body .main .hero .about p {
  font-size: 18px;
  line-height: 28px;
  color: white;
}
body .main .hero .location {
  padding: 70px 110px 40px 50px;
  border-top: 2px solid black;
  background-color: #b7a69e;
}
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 img {
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  width: 100%;
}
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;
}
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: relative;
  width: 195px;
  bottom: -138px;
}
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;
  left: -2px;
  bottom: 85px;
  position: absolute;
}
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: 45px auto 0 auto;
  text-align: center;
}
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 .conference-text {
  padding: 0 30px;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 2px solid black;
}
body .main .border .title-content .conference-text .impressum-list {
  margin-bottom: 70px;
}
body .main .border .title-content .conference-text .impressum-list li {
  list-style-type: none;
  margin-bottom: 20px;
}
body .main .border .title-content .conference-text p {
  font-size: 18px;
  line-height: 28px;
}
body .main .border .title-content .conference-text h4 {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 15px;
}
body .main .border .title-content .conference-text .list {
  padding: 0;
  padding-left: 50px;
  list-style-type: none;
  margin: 0;
}
body .main .border .title-content .conference-text .list .dash {
  background: url('../images/_theme/liststyle.png') no-repeat left center;
  line-height: 24px;
  height: unset;
  list-style-type: none;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 28px;
}
body .main .border .title-content .predavaci-text {
  max-width: 812px;
  margin: auto;
  text-align: left;
  margin-bottom: 150px;
}
body .main .border .title-content .predavaci-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: 50px;
}
body .main .border .title-content .top-content .izlagaci-content-logos {
  margin-bottom: 100px;
}
body .main .border .title-content .top-content .izlagaci-content-logos h4 {
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  font-weight: 900;
  padding-left: 20px;
  margin-bottom: 40px;
}
body .main .border .title-content .top-content .izlagaci-content-logos .izlagaci-grid .izlagac {
  margin-bottom: 70px;
}
body .main .border .title-content .top-content .izlagaci-content {
  text-align: left;
  padding: 0 30px;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 28px;
}
body .main .border .title-content .top-content .izlagaci-content .list {
  padding: 0;
  padding-left: 50px;
  list-style-type: none;
  margin: 0;
}
body .main .border .title-content .top-content .izlagaci-content .list .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;
}
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: 0 10px;
  max-width: 100%;
}
body .main .border .title-content .top-content .pokrovitelji-wrap {
  margin-bottom: 30px;
}
body .main .border .title-content .top-content .pokrovitelji-wrap .pokrovitelji {
  padding-bottom: 80px;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  width: 100%;
}
body .main .border .title-content .top-content .pokrovitelji-wrap .pokrovitelj {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .main .border .title-content .top-content .pokrovitelji-wrap .pokrovitelj img {
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
}
body .main .border .title-content .top-content .pokrovitelji-wrap h4 {
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  font-weight: 900;
  padding-left: 20px;
  margin-bottom: 20px;
}
body .main .border .title-content .top-content .sponzor-wrap {
  margin: 0 55px;
}
body .main .border .title-content .top-content .sponzor-wrap h4 {
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  padding-bottom: 30px;
  font-weight: 900;
  padding-left: 30px;
}
body .main .border .title-content .top-content .tlocrt {
  width: 80%;
  margin: auto;
  margin-bottom: 100px;
}
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 .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 .sponzori-shape.left {
  right: unset;
  top: unset;
  left: -2px;
  bottom: -1px;
  border-top-right-radius: 100%;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: white;
}
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;
}
.image-gallery > div {
  margin-bottom: 25px;
}
.image-gallery .show-all.button-holder {
  width: 100%;
  text-align: center;
}
.image-gallery .first-hide {
  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.eng .nav-wrapper nav .nav-area li a {
  padding: 23px;
}
header .mobile-nav {
  z-index: 10;
  background: white;
}
header .mobile-nav img {
  border: 2px solid black;
  padding: 12px;
  float: left;
  width: 37%;
  background-color: white;
}
header .mobile-nav p {
  background-color: white;
  font-size: 11px;
  line-height: 13px;
  border: 2px solid black;
  float: left;
  width: 35%;
  border-left: 0;
  padding: 8px 20px;
  text-transform: uppercase;
}
header .mobile-nav .hamburger {
  z-index: 10;
  top: 18px;
  right: 0;
  height: 59px;
  width: 58px;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  background-color: black;
}
header .mobile-nav .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 .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 .hamburger div {
  background-color: white;
  margin: 10px auto;
  content: '';
  display: block;
  width: 80%;
  height: 6px;
}
header .mobile-nav .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 .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 .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 .hamburger.active div:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
header .mobile-nav .hamburger.active div:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
header .mobile-nav .hamburger.active div:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}
header .nav-wrapper {
  max-width: 1142px;
  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;
}
header .nav-wrapper .organizator {
  width: 137px;
  height: 66px;
  border: 2px solid black;
  position: absolute;
  right: -139px;
  top: 67px;
}
header .nav-wrapper .organizator .content {
  margin: 10px 40px;
}
header .nav-wrapper .organizator .content img {
  margin-bottom: 10px;
}
header .nav-wrapper .organizator .content p {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
  padding-bottom: 10px;
}
header .nav-wrapper .organizator .content.eng {
  margin: 10px 30px;
}
header .nav-wrapper nav .nav-area {
  border: 2px solid black;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height: 65px;
  padding-left: 0;
}
header .nav-wrapper nav .nav-area .languages-mobile {
  display: none;
}
header .nav-wrapper nav .nav-area li {
  display: inline-block;
  /*&:last-child {
                        a {
                            &:hover {
                                border-right: unset;
                            }
                        }
                    }

                    &:first-child {
                        a {
                            &:hover {
                                border-left: unset;
                            }
                        }
                    }*/

}
header .nav-wrapper nav .nav-area li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  padding: 23px 30px;
  color: black;
  text-align: center;
  border: none;
  border-right: 2px solid white;
  border-left: 2px solid white;
}
header .nav-wrapper nav .nav-area li a:hover {
  background-color: #fef200;
  border: 2px solid black;
}
header .nav-wrapper nav .nav-area li a.selected {
  background-color: #fef200;
}
footer {
  color: white;
  margin-top: -138px;
}
footer .footer-wrapper {
  background-color: black;
  text-align: left;
  padding: 40px 180px;
}
footer .footer-wrapper .prijave {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin: auto;
  padding-left: 50px;
  position: relative;
}
footer .footer-wrapper .prijave img {
  display: inline-block;
  position: absolute;
  left: 0px;
}
footer .footer-wrapper .prijave a {
  color: #b7a69e;
  border-bottom: 2px solid #b7a69e;
}
footer .footer-wrapper .socials {
  padding-top: 30px;
  margin-left: 45%;
}
footer .footer-wrapper .socials img {
  margin-right: 15px;
  display: inline-block;
}
.only-kotizacija > ul.list {
  padding: 0;
  padding-left: 50px;
  list-style-type: none;
  margin: 0;
  margin-bottom: 35px;
}
.only-kotizacija > ul.list li {
  background: url('../images/_theme/liststyle.png') no-repeat left center;
  line-height: 24px;
  height: unset;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 20px;
}
.only-kotizacija > ul.list.nopad {
  padding-left: 20px;
}
.unikat {
  max-height: 90px;
  margin: -10px auto;
  width: auto!important;
}
.unikat.big {
  max-height: 130px;
}
.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;
}
::-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%;
}
UL {
  padding-left: 20px;
}
UL LI {
  list-style-type: circle;
}
.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;
}
#cookie-bar p {
  color: white;
}
#cookie-bar p .cb-enable {
  padding: 10px;
  margin: 20px 0;
}
.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) {
  .primary-font {
    font-size: 16px;
    line-height: 26px;
  }
  .no-border-top {
    border-top: unset;
  }
  body header {
    margin: 0 5%;
    padding-top: 18px;
    background: none;
  }
  body header.eng .mobile-nav p {
    line-height: 11px;
  }
  body header .mobile-nav p {
    font-size: 12px;
    line-height: 14px;
    height: 56px;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    max-width: 113px;
    padding: 0px 25px;
  }
  body header .mobile-nav .hamburger {
    height: 60px;
  }
  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: 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;
  }
  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;
  }
  body header .nav-wrapper nav .nav-area li:first-child {
    border-top: none;
    padding-top: 50px;
  }
  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;
  }
  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 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 .unikat {
    max-height: 150px;
  }
  body .main {
    margin: 0 5%;
  }
  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 {
    height: 66px;
    border-bottom: unset;
  }
  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: 50px;
  }
  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;
  }
  body .main .hero .subject p {
    line-height: 25px;
  }
  body .main .hero .about {
    padding: 20px;
  }
  body .main .hero .about p {
    font-size: 16px;
    line-height: 26px;
  }
  body .main .hero .location {
    padding: 30px 20px;
  }
  body .main .hero .location p {
    line-height: 25px;
  }
  footer {
    min-height: 230px;
    margin: auto;
  }
  footer .main .footer-wrapper {
    padding: 55px;
    min-height: 230px;
  }
  footer .main .footer-wrapper .prijave {
    padding-top: 50px;
    font-size: 16px;
    line-height: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  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;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 360px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 360px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 360px), only screen and (min-device-pixel-ratio: 2) and (max-width: 360px), only screen and (min-resolution: 192dpi) and (max-width: 360px), only screen and (min-resolution: 2dppx) and (max-width: 360px), only screen and (max-width: 360px) {
  body header .mobile-nav p {
    font-size: 10px;
    width: 33%;
  }
  body header .mobile-nav .hamburger {
    width: 60px;
  }
  body header .nav-wrapper nav .nav-area li {
    width: 81%;
  }
  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 (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) {
  BODY header {
    margin: 0 45px;
    padding-top: 18px;
    background: none;
  }
  BODY header .languages {
    display: none;
  }
  BODY header .mobile-nav > p {
    height: 80px;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    max-width: 120px;
    padding: 0 48px;
  }
  BODY header .mobile-nav .organizator-medium {
    float: left;
    width: 34%;
  }
  BODY header .mobile-nav .organizator-medium .content {
    width: 100%;
    text-align: center;
  }
  BODY header .mobile-nav .organizator-medium .content p {
    margin-bottom: 10px;
    float: unset;
    padding: 17px 0px;
    width: 100%;
    text-align: center;
  }
  BODY header .mobile-nav .organizator-medium .content p img {
    margin: auto;
    width: unset;
    float: unset;
    border: none;
    padding: 10px;
    padding-bottom: 0;
  }
  BODY header .mobile-nav img {
    width: 25%;
  }
  BODY header .mobile-nav p {
    width: 19%;
    line-height: 14px;
  }
  BODY header .mobile-nav .hamburger {
    right: 0;
    top: 18px;
    width: 59px;
  }
  BODY header .nav-wrapper {
    width: 100%;
    clear: both;
    float: left;
    margin-top: -107px;
    display: none;
  }
  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;
  }
  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: 91%;
    display: block;
    border: 2px solid black;
    border-bottom: none;
  }
  BODY header .nav-wrapper nav .nav-area li:first-child {
    border-top: none;
    padding-top: 120px;
  }
  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;
  }
  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: 40px 55px 30px 55px;
  }
  BODY footer .main .footer-wrapper .prijave {
    font-size: 15px;
    padding-right: 100px;
  }
  BODY footer .main .socials {
    margin-left: 0;
  }
  BODY .standard-title {
    margin: 0 5%;
    margin-top: 120px;
  }
  BODY .standard-intro-text {
    margin: 0 5%;
  }
  BODY .unikat {
    width: auto!important;
  }
  BODY .main {
    margin: 0 45px;
    /*.organizator-pokrovitelj {
                  margin-top: 150px;
                  margin-bottom: 100px;
                  display: block;
  
                  .organizator, .pokrovitelj {
                      width: 50%;
                      text-align: center;
  
                      p {
                          margin-bottom: 15px;
                      }
  
                      img {
                          margin: auto;
                      }
                  }
              }*/
  
  }
  BODY .main .organizator-pokrovitelj {
    display: none;
  }
  BODY .main .hero {
    margin-top: 150px;
  }
  BODY .main .hero .headline {
    border-right: unset;
    border-bottom: 2px solid black;
  }
  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: 40px 109px 40px 49px;
  }
  BODY .main .hero .subject {
    padding: 40px 24px 40px 50px;
  }
  BODY .main .hero .about {
    padding: 48px 42px 48px 49px;
  }
  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 .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;
  }
  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: 100%;
  }
  BODY .main .border .anchor-wrap .title-content .bottom-shape {
    display: none;
  }
  #scrollTop {
    bottom: 90px;
    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) {
  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;
  }
  body header .nav-wrapper .header-logo {
    width: 30%;
    margin-left: -253px;
  }
  body header .nav-wrapper nav .nav-area {
    justify-content: space-evenly;
  }
  body header .nav-wrapper nav .nav-area li a {
    padding: 23px 14px;
  }
  body footer .main .footer-wrapper {
    padding: 35px 55px 30px 55px;
  }
  body footer .main .footer-wrapper .prijave {
    padding-right: 20px;
    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 .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 {
    padding: 60px 20px 10px 25px;
  }
  body .main .hero .about {
    padding: 35px 42px 35px 40px;
  }
  body .main .hero .location {
    padding: 100px 30px 50px 25px;
  }
  body .main .border {
    margin-top: 0;
  }
  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;
  }
  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 .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 .top-content img {
    width: 100%;
  }
  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;
  }
  body header .languages {
    max-width: 850px!important;
  }
  body header .nav-wrapper {
    margin-top: 50px;
  }
  body header .nav-wrapper .header-logo {
    display: none;
  }
  body header .nav-wrapper .organizator {
    display: none;
  }
  body .standard-title {
    margin-top: 130px;
  }
  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: 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) {
  
}
