@charset "UTF-8";
@import '../css/normalize.css';
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
body {
  font-family: "Montserrat";
}

img {
  width: 100%;
  height: auto;
}

:focus {
  outline: none;
}

h1 {
  font-weight: 700;
  font-size: 2rem;
  color: #66bcd8;
}

h2 {
  font-weight: 500;
  font-size: 2rem;
  color: #66bcd8;
}

h3 {
  font-weight: 500;
  font-size: 1.1rem;
  color: #444444;
  background-color: #DDDDDD;
  padding: 6px 12px;
}

h4 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #66bcd8;
}

h6 {
  font-weight: 700;
  font-size: 1.2rem;
  color: #66bcd8;
}

h6 {
  color: #66bcd8;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85rem;
  border-bottom: 3px solid #DDDDDD;
  display: inline-block;
  margin: 20px 0 0;
  padding-bottom: 5px;
}

.title {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-top: 6px;
  color: #444444;
  font-weight: 500;
  margin-bottom: 10px;
  transition: 0.25s;
}
.title:hover {
  color: #66bcd8;
  transition: 0.15s;
}

.subtitle {
  text-transform: uppercase;
  font-size: 0.95rem;
  color: #D31721;
  font-weight: 600;
  margin-bottom: 10px;
}

.box_heading {
  text-transform: uppercase;
  font-size: 1.45rem;
  color: #444444;
  font-weight: 700;
  margin-bottom: 30px;
}

.btn_more {
  text-align: center;
  width: 100%;
}
.btn_more a {
  background-color: #D31721;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  transition: 0.2s;
  cursor: pointer;
}
.btn_more a:hover {
  background-color: #666666;
  transition: 0.2s;
}

.container,
nav,
main {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  max-width: 100%;
}

.slider {
  margin-top: 30px;
}

a {
  text-decoration: none;
}

nav {
  display: none;
}

.sitelinx-logolight {
  display: none;
}

.menu-top-menu-box {
  display: flex;
  align-items: center;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.menu-top-menu-container > ul {
  display: flex;
  margin: 20px 0 20px;
}
.menu-top-menu-container > ul > li {
  position: relative;
}
.menu-top-menu-container li {
  list-style: none;
  margin-right: 1.5rem;
}
.menu-top-menu-container li a {
  color: #666666;
  font-weight: 500;
  font-size: 1rem;
  padding-bottom: 30px;
}
.menu-top-menu-container li a:hover {
  color: #66bcd8;
}
.menu-top-menu-container li.current-menu-item a {
  color: #66bcd8;
  border-bottom: 3px solid #DDDDDD;
  padding-bottom: 17px;
  font-weight: 600;
}
.menu-top-menu-container .menu > li:nth-last-child(1) {
  margin-left: auto;
  margin-right: 15px;
}

.menu-top-addition-menu-container ul {
  text-align: right;
}
.menu-top-addition-menu-container li {
  list-style: none;
}
.menu-top-addition-menu-container li a {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #66bcd8;
  transition: all 0.2s;
}
.menu-top-addition-menu-container li a:hover {
  color: #444444;
}

.menu-top-menu-container ul {
  padding-left: 0;
}
.menu-top-menu-container li {
  display: block;
  transition-duration: 0.5s;
}
.menu-top-menu-container li:hover {
  cursor: pointer;
}
.menu-top-menu-container ul li ul {
  min-width: 170px;
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 21px;
  left: 0;
  background-color: #EEEEEE;
  padding: 14px 14px 0;
  z-index: 1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.menu-top-menu-container ul li:hover > ul,
.menu-top-menu-container ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.menu-top-menu-container .sub-menu li {
  padding-bottom: 10px;
}
.menu-top-menu-container .sub-menu li.current-menu-item a {
  color: #66bcd8;
  border-bottom: none;
  padding-bottom: 17px;
  font-weight: 500;
}
.menu-top-menu-container .sub-menu a {
  font-size: 0.9rem;
  color: #666666;
  border-bottom: none;
  padding-bottom: 17px;
  font-weight: 500;
}

.menu-top-menu-container ul li.current-menu-item ul li a {
  font-size: 0.9rem;
  color: #66bcd8;
  border-bottom: none;
  padding-bottom: 17px;
  font-weight: 500;
}

.topnav {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}
.topnav .logo {
  width: 280px !important;
}
.topnav .topnav__search {
  margin-left: 10px;
}
.topnav .topnav__search input {
  border-radius: 100px;
  background-color: #EEEEEE;
  border: none;
  width: 330px;
  height: 50px;
  text-indent: 17px;
  transition: 0.3s;
}
.topnav .topnav__search input:focus {
  outline: none;
  width: 530px;
  transition: 0.3s;
}
.topnav .topnav__lang {
  align-self: center;
  display: flex;
  align-items: center;
}
.topnav .topnav__lang a:first-child {
  margin: 0 25px;
  width: auto;
}
.topnav .topnav__lang img {
  width: 100%;
  height: auto;
}
.topnav .topnav__lang > a {
  font-size: 0.8rem;
  font-weight: 500;
}

.footer__box {
  background-color: #EEEEEE;
  padding: 25px 0 10px 0;
}
.footer__box .footer__logo {
  width: 220px;
}
.footer__box .container {
  text-align: center;
}
.footer__box .container p {
  font-size: 0.9rem;
  font-weight: 600;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
.footer__box .social {
  align-self: center;
  display: flex;
}
.footer__box .social a {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.footer__box .social p {
  color: #666666;
  font-size: 0.75rem;
  margin-left: 7px;
}
.footer__box .social img {
  width: 36px;
  height: auto;
}
.footer__box .footer__menu {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin: 27px 0;
}
.footer__box .footer__menu ul {
  display: flex;
  margin: 20px 0 20px;
  padding-left: 0;
}
.footer__box .footer__menu li {
  list-style: none;
  margin-right: 1.5rem;
}
.footer__box .footer__menu li a {
  color: #666666;
  font-weight: 500;
  font-size: 0.85rem;
}
.footer__box .footer__menu li a:hover {
  color: #66bcd8;
}

.article__box {
  display: flex;
  margin-top: 50px;
}

article {
  max-width: 900px;
}
article .article__image {
  max-width: 100%;
}
article .article__image img {
  margin-bottom: -4px;
  width: initial;
  height: initial;
  border: 1px solid #DDDDDD;
}
article .article__content {
  padding-right: 150px;
  margin-bottom: 50px;
}
article .article__content h1 {
  margin-top: 0;
}
article ul li, article ol li {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 8px;
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
article ul li a, article ol li a {
  color: #66bcd8;
  font-weight: 700;
  padding-bottom: 2px;
  transition: 0.3s;
}
article ul li a:hover, article ol li a:hover {
  color: #444444;
  transition: 0.25s;
}
article p {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-size: 0.95rem;
  line-height: 1.7rem;
}
article p a {
  color: #66bcd8;
  font-weight: 700;
  padding-bottom: 2px;
  transition: 0.3s;
}
article p a:hover {
  color: #444444;
  transition: 0.25s;
}
article .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
article .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article .wp-block-file {
  display: flex;
}
article .wp-block-file a {
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  color: #666666;
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  padding: 1rem 0;
  flex-grow: 1;
  width: 100%;
  transition: 0.3s;
  padding-left: 50px;
}
article .wp-block-file a:before {
  content: "";
  background-image: url(../img/document.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 31px;
  height: 41px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 1rem;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  line-height: 41px;
  margin-left: -50px;
}
article .wp-block-file a:hover {
  color: #66bcd8;
  transition: 0.15s;
}
article .wp-block-file a[href$=".pdf"]:not(.wp-block-file__button):before {
  content: "PDF";
  background-image: url(../img/document.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 31px;
  height: 41px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  line-height: 41px;
  margin-left: -50px;
}
article .wp-block-file a[href$=".jpg"]:not(.wp-block-file__button):before,
article .wp-block-file a[href$=".jpeg"]:not(.wp-block-file__button):before {
  content: "jpg";
  background-image: url(../img/document.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 31px;
  height: 41px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  line-height: 41px;
  margin-left: -50px;
}
article .wp-block-file .wp-block-file__button {
  width: 120px;
  border-radius: 10px;
  align-self: center;
  background-color: #66bcd8;
  color: white !important;
  font-size: 0.8rem;
  border: 0;
  padding: 18px;
  text-align: center;
}
article .wp-block-file .wp-block-file__button:before {
  background-image: url(../img/download.svg);
  content: none;
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 1.5rem;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  line-height: 41px;
}

aside {
  width: 270px;
  margin-right: 30px;
  flex-shrink: 0;
}
aside .aside__heading {
  color: #66bcd8;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85rem;
  border-bottom: 2px solid #DDDDDD;
  padding-bottom: 4px;
  margin-bottom: 6px;
  display: inline-block;
  margin-top: 20px;
}
aside .aside__heading:first-child {
  margin-top: 0px;
}
aside .aside__heading.m_hide {
  display: none;
}
aside .aside__item {
  color: #444444;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
aside .aside__item.m_hide {
  display: none;
}
aside .aside__item .wp-block-file {
  margin-bottom: 0;
}
aside .aside__item .wp-block-file a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  font-weight: 600;
  font-size: 0.8rem;
  display: block;
  padding: 0.5rem 0;
  text-transform: inherit;
  flex-grow: 1;
  width: 100%;
  transition: 0.3s;
}
aside .aside__item .wp-block-file a:before {
  content: "";
  background-image: url(../img/document.svg);
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: uppercase;
  width: 20px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  color: #fff;
  font-size: 0.45rem;
  text-align: center;
  line-height: 27px;
}
aside .aside__item .wp-block-file a:hover {
  color: #66bcd8;
  transition: 0.15s;
}
aside .aside__item .wp-block-file a[href$=".pdf"]:before {
  content: "PDF";
}
aside .aside__item .wp-block-file a[href$=".jpg"]:before,
aside .aside__item .wp-block-file a[href$=".jpeg"]:before {
  content: "jpg";
}
aside .aside__item .wp-block-file .wp-block-file__button {
  display: none;
}
aside .tags a {
  color: #fff;
  background-color: #666666;
  display: inline-block;
  padding: 6px 10px;
  margin-right: 7px;
  font-size: 0.6rem;
  margin-bottom: 7px;
  transition: 0.25s;
}
aside .tags a:hover {
  transition: 0.15s;
  background-color: #66bcd8;
}

.front__nav {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.front__nav > div {
  width: 32%;
}
.front__nav .front__nav__box, .front__nav .front__nav__box--aem, .front__nav .front__nav__box--gradjani, .front__nav .front__nav__box--mediji {
  width: 100%;
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
}
.front__nav .front__nav__box:before, .front__nav .front__nav__box--aem:before, .front__nav .front__nav__box--gradjani:before, .front__nav .front__nav__box--mediji:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.front__nav .front__nav__box--mediji {
  background-color: #24358B;
}
.front__nav .front__nav__box--mediji:before {
  background-image: url(../img/mediji.svg);
  width: 32px;
  height: 29px;
}
.front__nav .front__nav__box--gradjani {
  background-color: #F7A823;
}
.front__nav .front__nav__box--gradjani:before {
  background-image: url(../img/gradjani.svg);
  width: 31px;
  height: 29px;
}
.front__nav .front__nav__box--aem {
  background-color: #66bcd8;
}
.front__nav .front__nav__box--aem:before {
  background-image: url(../img/info.svg);
  width: 31px;
  height: 31px;
}
.front__nav .menu-front-mediji-container ul,
.front__nav .menu-front-gradjani-container ul,
.front__nav .menu-front-aem-container ul {
  margin: 4px 0 20px;
  padding: 0;
}
.front__nav .menu-front-mediji-container li,
.front__nav .menu-front-gradjani-container li,
.front__nav .menu-front-aem-container li {
  border-bottom: 1px solid #DDDDDD;
  list-style: none;
  padding: 12px 0;
}
.front__nav .menu-front-mediji-container li a,
.front__nav .menu-front-gradjani-container li a,
.front__nav .menu-front-aem-container li a {
  color: #666666;
  font-weight: 500;
  font-size: 1rem;
}
.front__nav .menu-front-mediji-container li a:hover,
.front__nav .menu-front-gradjani-container li a:hover,
.front__nav .menu-front-aem-container li a:hover {
  color: #66bcd8;
}

.front__featured {
  background-color: #EEEEEE;
  padding: 30px 0;
}
.front__featured .container {
  display: flex;
  justify-content: space-between;
}
.front__featured .featured__item {
  max-width: 23%;
  margin-bottom: 0;
}
.front__featured .featured__item:hover .featured__item__desc {
  color: #24358B;
}
.front__featured .featured__item__subtitle {
  text-transform: uppercase;
  font-size: 0.95rem;
  color: #D31721;
  font-weight: 600;
  margin-bottom: 10px;
}

.front__posts {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.front__posts .news__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.front__posts .box__item {
  max-width: 365px;
}
.front__posts .box__item img {
  border: 1px solid #DDDDDD;
}
.front__posts .news {
  width: 63%;
}
.front__posts .news .subtitle {
  font-size: 0.75rem;
  margin-top: 10px;
}
.front__posts .news .title {
  margin-bottom: 25px;
}
.front__posts .news .box_heading {
  text-align: center;
}
.front__posts .reports {
  width: 33%;
}
.front__posts .reports .subtitle {
  font-size: 0.75rem;
}
.front__posts .reports .title {
  font-size: 0.85rem;
}
.front__posts .reports .reports__item {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 7px;
  margin-bottom: 18px;
  display: block;
}
.front__posts .reports .btn_more {
  text-align: right;
}
.front__posts .reports .tab_names {
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  justify-content: center;
}
.front__posts .reports .tab_names li {
  list-style: none;
  margin: 0 10px;
}
.front__posts .reports .tab_names li a {
  font-size: 1rem;
}
.front__posts .reports .tab_names li.ui-state-active {
  border-bottom: 3px solid #66bcd8;
  padding-bottom: 7px;
  color: #444444;
}

.newsletter {
  background-color: #66bcd8;
}

#mc_embed_signup {
  padding: 1rem 0 1rem 0;
}
#mc_embed_signup .nl_box {
  display: flex;
}
#mc_embed_signup .nl_box img {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.35));
  width: auto;
}
#mc_embed_signup .nl_box .mc-field-group {
  align-self: center;
  display: flex;
  flex-direction: column;
}
#mc_embed_signup .nl_box .mc-field-group .mc-field-group-input {
  display: flex;
}
#mc_embed_signup .nl_box .mc-field-group p {
  margin-top: 5px;
  text-align: left;
  margin-left: 22px;
  margin-bottom: 0;
}
#mc_embed_signup .nl_box .nl_box__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
#mc_embed_signup .nl_box .nl_box__content p {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
}
#mc_embed_signup form {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
#mc_embed_signup h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: right;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
#mc_embed_signup p {
  color: #fff;
  font-size: 0.65rem;
}
#mc_embed_signup #mce-EMAIL {
  width: 500px;
  margin-left: 20px;
  height: 45px;
  outline: 0;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  padding-left: 15px;
  border: 0;
}
#mc_embed_signup .gdprRequired {
  border: none;
}
#mc_embed_signup .gdprRequired .av-checkbox {
  font-size: 0.7rem;
  margin-right: 0.6rem;
}
#mc_embed_signup #mergeRow-gdpr {
  display: flex;
}
#mc_embed_signup .content__gdpr {
  color: #66bcd8;
  text-align: left;
  padding-right: 4rem;
  margin-right: 1rem;
  position: relative;
}
#mc_embed_signup .content__gdpr:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 1px;
  background: #fff;
  right: 0;
  top: 8px;
}
#mc_embed_signup .content__gdprLegal {
  text-align: left;
}
#mc_embed_signup .button {
  background-color: #fff;
  height: 47px;
  border: 0;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #66bcd8;
  margin: -1px 0 6px 15px;
  padding: 10px 20px;
  transition: 0.25s;
  outline: none;
  text-align: center;
  position: relative;
  top: 1px;
  cursor: pointer;
}
#mc_embed_signup .button:hover {
  background-color: #24358B;
  color: #fff;
}

.single-post article img {
  margin-bottom: 30px;
  box-shadow: 1px 3px 94px #cacaca;
  border: 1px solid #DDDDDD;
}

.category h1 {
  margin-top: 0;
}
.category main {
  display: flex;
}
.category main p {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-size: 0.95rem;
  line-height: 1.7rem;
}
.category main p:last-of-type {
  margin-bottom: 50px;
}
.category main p a {
  border-bottom: 2px solid #66bcd8;
  padding-bottom: 2px;
  color: #444444;
  transition: 0.3s;
}
.category main p a:hover {
  border-bottom: 2px solid #F7A823;
  transition: 0.25s;
}
.category aside .aside__item {
  font-size: 1rem;
  cursor: pointer;
  display: block;
}
.category aside .aside__item.active {
  font-weight: 700;
  color: #D31721;
}
.category aside .aside__heading:first-child {
  margin-bottom: 1rem;
}

.archive header,
.search header {
  margin-bottom: 30px;
}
.archive article,
.search article {
  border-bottom: 1px solid #DDDDDD;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: left;
}
.archive article .article__image,
.search article .article__image {
  margin-bottom: 0;
}
.archive article .article__content,
.search article .article__content {
  flex-basis: 870px;
  align-self: center;
  margin-bottom: 0;
  transition: 0.2s;
}
.archive article .article__content:hover h1,
.search article .article__content:hover h1 {
  color: #66bcd8;
  transition: 0.2s;
}
.archive article h1,
.search article h1 {
  font-size: 1.4rem;
  color: #666666;
  font-weight: 500;
}
.archive .box_heading,
.search .box_heading {
  margin-bottom: 30px;
  font-weight: 400;
  padding: 15px 0;
  text-align: left;
}
.archive .box_heading ul,
.search .box_heading ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.archive .box_heading ul li,
.search .box_heading ul li {
  list-style: none;
}
.archive .box_heading span a,
.search .box_heading span a {
  color: #66bcd8;
  font-weight: 700;
}
.archive .archive_heading,
.search .archive_heading {
  background-color: #EEEEEE;
}

.archive .article__image img {
  width: 160px;
  height: auto;
}

.pagination {
  clear: both;
  padding: 20px 0 80px;
  position: relative;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  justify-content: center;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 16px 20px 16px 19px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #666666;
}

.pagination a:hover {
  color: #fff;
  background: #66bcd8;
}

.pagination .current {
  padding: 16px 20px 16px 19px;
  background: #66bcd8;
  color: #fff;
}

.page-id-926 .wp-block-image img {
  width: auto;
}

#form__auto label {
  margin-top: 5px;
  font-size: 0.85rem;
  color: #66bcd8;
}
#form__auto input[type=radio] {
  margin: 10px 5px;
  font-size: 0.65rem;
}
#form__auto button[type=submit] {
  background-color: #24358B;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 20px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  transition: 0.2s;
  cursor: pointer;
}
#form__auto button[type=submit]:hover {
  background-color: #666666;
  transition: 0.2s;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#form__auto input[type=text],
#form__auto input[type=email],
#form__auto input[type=number],
#form__auto input[type=tel],
#form__auto input[type=url],
#form__auto select,
#form__auto textarea,
#form__auto #date {
  width: 100%;
  border: 1px solid #fff;
  background: #EEEEEE;
  margin: 5px 0 5px;
  padding: 15px;
  box-sizing: border-box;
}

#form__auto input[type=checkbox] {
  margin: 10px 0;
}

#form__auto input[type=text]:hover, #form__auto input[type=email]:hover, #form__auto input[type=tel]:hover, #form__auto input[type=url]:hover, #form__auto textarea:hover, #form__auto select:hover {
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}

#form__auto textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#form__auto button[type=submit] {
  border: none;
  text-align: center;
  margin: 20px auto;
}

#form__auto button[type=submit]:hover {
  transition: background-color 0.3s ease-in-out;
}

#form__auto button[type=submit]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#form__auto input:focus, #form__auto textarea:focus, #form__auto select:focus {
  outline: 0;
  border: 1px solid #999;
}

.inputfile::-webkit-file-upload-button {
  visibility: hidden;
}

.inputfile::before {
  content: "Priloži";
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 13px 24px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  margin-left: 10px;
}

.inputfile:hover::before {
  border-color: black;
}

.inputfile:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.mt-20 {
  margin-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
  max-width: 100%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
  margin-left: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
  width: 100%;
}

form p {
  margin: 0;
}
form h6 {
  line-height: 1.3rem;
  text-transform: initial;
  padding-bottom: 15px;
}
form h6 a {
  color: #24358B;
  white-space: nowrap;
}

table.advgb-table-frontend td, table.advgb-table-frontend tr {
  border: 1px solid #ddd;
}

.page-id-4773 figcaption {
  text-align: center;
}
.page-id-4773 figcaption strong {
  font-size: 1.3rem;
  line-height: 2.3rem;
}
.page-id-4773 .aside {
  display: none;
}
.page-id-4773 article {
  margin: 0 auto;
}

.postid-4111 .aside__heading,
.postid-4111 .aside__item,
.postid-4111 .article__image,
.postid-235 .aside__heading,
.postid-235 .aside__item,
.postid-235 .article__image,
.postid-256 .aside__heading,
.postid-256 .aside__item,
.postid-256 .article__image,
.postid-9421 .aside__heading,
.postid-9421 .aside__item,
.postid-9421 .article__image,
.postid-4100 .aside__heading,
.postid-4100 .aside__item,
.postid-4100 .article__image {
  display: none;
}

.category-170 aside a:not(:nth-child(2)), .category-172 aside a:not(:nth-child(2)), .category-175 aside a:not(:nth-child(2)) {
  display: none;
}

.editor-writing-flow.block-editor-writing-flow {
  max-width: 100%;
  margin: auto;
}

.wp-block.editor-post-title__block {
  width: 100%;
}

#ct-ultimate-gdpr-cookie-content a {
  color: #369ee3;
}

.title_forms {
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  color: #66bcd8;
  margin-top: 30px;
}

.subtitle_forms {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  color: #444444;
  margin-top: 20px;
}

.box_forms {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.box_forms--padding {
  padding: 0 1.5rem;
}

.box_forms_item {
  transition: 0.2s all ease-in;
  margin-top: 30px;
  background-color: #EEEEEE;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 2.5rem;
}

.box_forms_item--selected {
  background-color: #66bcd8;
}

.box_forms_item--selected .box_forms_title, .box_forms_item:hover .box_forms_subtitle {
  color: #ffffff !important;
}

.box_forms_item--selected svg {
  transform: scale(1.15);
  fill: #ffffff !important;
}

.box_forms_title {
  transition: 0.2s all ease-in;
  margin-top: 20px;
  font-weight: 600;
  text-align: center;
  font-size: 1.1rem;
  color: #49494d;
}

.box_forms_subtitle {
  transition: 0.2s all ease-in;
  border-top: 1px dashed #c0c0c0;
  margin-top: 7px;
  padding-top: 7px;
  font-weight: 500;
  font-size: 0.8rem;
  color: #7f8288;
}

.box_forms svg {
  transition: 0.2s all ease-in;
  height: 50px;
  fill: #66bcd8;
}

.box_forms_item:hover svg {
  transform: scale(1.15);
  fill: #ffffff;
}

.box_forms_item:hover .box_forms_title, .box_forms_item:hover .box_forms_subtitle {
  color: #ffffff;
}

.box_forms_item:hover {
  background-color: #66bcd8;
}

.sig-link-bel {
  color: #38b2e1;
  margin-left: 10px;
  font-size: 0.9rem !important;
  transition: 0.25s all;
}

.sig-link-bel:hover {
  color: #24358B;
}

.website-translator {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-left: 7px;
}
.website-translator .menu-arrow {
  opacity: 50%;
  width: 36px;
  margin-left: -1px !important;
  margin-top: -2px;
}
.website-translator .menu-text {
  font-family: "Montserrat", sans-serif;
  color: #666666;
  font-weight: 500;
}
.website-translator .language-menu {
  width: 100% !important;
  margin-left: 8px !important;
}
.website-translator .icon {
  display: none !important;
}

@media (max-width: 768px) {
  #menu {
    width: 100vw !important;
    background: #DDDDDD !important;
  }

  #menuToggle {
    position: absolute;
    top: 50px;
    right: 0;
    height: 0;
    z-index: 11;
    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -22px;
    left: calc(100% - 56px);
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }

  /*
   * Just a quick hamburger
   */
  #menuToggle > span {
    display: block;
    width: 25px;
    height: 2px;
    top: -13px;
    margin-bottom: 4px;
    position: relative;
    left: calc(100% - 50px);
    background: #444444;
    border-radius: 2px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  /*
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #232323;
  }

  /*
   * But let's hide the middle one.
   */
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /*
   * Ohyeah and the last one should go the other direction
   */
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
  #menu {
    position: relative;
    width: 300px;
    margin: -100px 0 0 0px;
    padding: 0 !important;
    padding-top: 55px;
    min-height: 120vh;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menu .siteSocial li {
    font-size: 32px;
  }

  /*
   * And let's slide it in from the left
   */
  #menuToggle input:checked ~ ul {
    transform: none;
    padding-right: 0;
  }

  .navbar-nav {
    position: relative !important;
  }

  .hamburger {
    height: 0;
  }

  #menu {
    padding-top: 60px;
  }
  #menu > a img {
    width: 47%;
    margin-left: 2rem;
  }
  #menu .menu-top-menu-container {
    margin-top: 50px;
    border: none;
    padding: 0 2rem;
  }
  #menu .menu-top-menu-container ul li ul {
    visibility: visible;
    opacity: 1;
    display: block;
    background-color: transparent;
    position: inherit;
    margin-top: 0px;
  }
  #menu .menu-top-menu-container ul li ul a {
    border-bottom: 0;
    color: #666666;
    font-size: 1rem;
    font-weight: 500;
  }
  #menu li {
    margin-bottom: 10px;
  }
  #menu li a {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    padding-bottom: 0px;
    color: #444444;
  }
  #menu li a:hover {
    background-color: transparent;
  }
  #menu li.current-menu-item a {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    color: #66bcd8;
    font-weight: 600;
  }
  #menu .sub-menu li {
    margin-bottom: 0;
  }
  #menu .topnav__lang {
    display: block;
    margin-left: 1rem;
  }

  nav {
    display: inherit;
  }

  header > .menu-top-menu-container {
    display: none;
  }
  header .topnav__lang {
    display: none;
  }

  .top-nav a {
    max-width: 70%;
  }

  .container,
#mc_embed_signup,
.archive_heading,
.archive article,
.search article,
main {
    padding: 0 1rem;
  }

  .topnav .topnav__search input {
    width: 100%;
  }

  h1 {
    font-size: 1.5rem;
  }

  .m_hide,
aside .aside__heading.m_hide {
    display: none;
  }

  .topnav,
#mc_embed_signup #mergeRow-gdpr,
#mc_embed_signup .nl_box .mc-field-group,
.menu-top-menu-container ul,
.article__box,
.front__posts,
.archive article,
#mc_embed_signup .nl_box,
.footer__box .footer__menu ul,
.front__nav,
.front__featured .container,
.footer__box .social,
.footer__box .footer__menu {
    flex-direction: column;
  }

  #mc_embed_signup {
    padding: 1rem;
  }

  #mc_embed_signup #mce-EMAIL {
    width: 96%;
    margin-left: 0;
    margin-bottom: 7px;
    border-radius: 3px;
  }

  .topnav__search {
    text-align: center;
    margin-top: 1rem;
  }

  .topnav img {
    width: 220px;
  }

  aside {
    order: 2;
    margin-bottom: 2rem;
  }

  article .article__content {
    padding-right: 0;
  }

  article .wp-block-file .wp-block-file__button {
    display: none;
  }

  #mc_embed_signup .nl_box img {
    transform: rotate(90deg) scale(0.5);
    margin: -14px 0 -10px;
  }

  #mc_embed_signup h2 {
    text-align: center;
    padding: 1rem;
    padding-bottom: 0;
  }

  #mc_embed_signup .content__gdpr {
    padding-right: 0;
    margin-right: 0;
  }
  #mc_embed_signup .content__gdpr:after {
    content: none;
  }

  .footer__box .social a {
    margin-bottom: 1rem;
  }

  .footer__box .footer__menu li {
    margin-right: 0;
    margin-bottom: 0.8rem;
  }

  #mc_embed_signup .nl_box .mc-field-group,
.front__posts .news,
.front__posts .reports,
.front__featured .featured__item {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .front__nav > div {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
  }

  .search-results article .article__content {
    margin-left: 20px;
  }
  .search-results article .article__image {
    width: 30%;
    flex-shrink: 0;
    margin-bottom: 10px;
  }
  .search-results article .subtitle {
    margin-top: 0;
    font-size: 0.75rem;
  }
  .search-results article h1 {
    font-size: 1rem;
  }

  article .article__image {
    margin-bottom: 15px;
  }

  .menu-top-menu-container .menu > li:nth-last-child(1) {
    margin-left: 0;
  }

  .subtitle {
    margin-top: 24px;
  }

  .front__posts .reports {
    margin-top: 3rem;
    border-top: 1px solid #DDDDDD;
    padding-top: 34px;
  }

  .archive .box_heading {
    padding: 15px 10px;
    font-size: 1.2rem;
  }

  .archive article .article__content {
    flex-basis: auto;
  }

  .archive article .article__image {
    height: auto;
  }

  article .article__image img {
    margin-bottom: 0;
    width: 100%;
  }

  .archive .article__content .subtitle {
    margin-top: 7px;
    font-size: 0.75rem;
  }

  .front__featured .featured__item img {
    width: 50%;
    height: auto;
    float: left;
    margin-right: 1rem;
  }

  .front__posts .reports .btn_more {
    text-align: center;
  }

  .topnav .topnav__search input:focus {
    width: 100%;
  }

  .archive article .article__content {
    align-self: flex-start;
  }

  .archive article h1 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .front__featured .featured__item {
    margin-bottom: 30px;
  }

  .category main {
    flex-direction: column;
  }
  .category main aside {
    display: none;
    order: 0;
    text-align: center;
    width: auto;
    margin-right: 0;
  }

  article .wp-block-file a {
    padding-left: 55px;
    white-space: pre-wrap;
  }
  article .wp-block-file a:before {
    margin-left: -55px;
    position: static;
  }

  .topnav .topnav__lang {
    display: none;
  }

  #mc_embed_signup .nl_box .nl_box__content p {
    text-align: center;
  }

  #wds_container1_0 #wds_container2_0 .wds_slideshow_dots_container_0 {
    bottom: -30px;
  }

  #wds_container1_0 #wds_container2_0 .wds_slideshow_image_wrap_0 {
    overflow: inherit;
  }

  #wds_container1_0 #wds_container2_0 .wds_slideshow_dots_active_0 {
    color: #24358B;
  }

  #wds_container1_0 #wds_container2_0 .wds_slideshow_dots_deactive_0 {
    color: #DDDDDD;
  }

  .wp-block-embed-youtube {
    margin: 0;
  }

  .page-id-4773 .wp-block-image {
    margin: 0 auto;
  }
}

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