/*
 Theme Name:   UNIRI Web
 Theme URI:    https://www.uniri.hr
 Description:  UNIRI Web Theme
 Author:       Ivo Bujan
 Author URI:   https://hr.linkedin.com/in/ibujan
 Template:     understrap
 Version:      0.7.5
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/

/* ELLIPSIS EDITS 2020 */

/* Fixes for when we added additional links to footer (https://tppr.me/7xf3i)*/
.footer-rules > .row > .col-sm a:first-child .footer-title-text {
  margin-top: 1rem;
}
.footer-rules > .row > .col-sm a .footer-title-text {
  margin-top: 0.25rem;
}

#tap-pop-card .pop-card-wrapper-mini {
	bottom: 3rem !important;
}

/* Accessibility Plugin Fixes */

/* Widget Position If Admin Logged In */
body.admin-bar #pojo-a11y-toolbar{
	top:164px!important;
}
 #pojo-a11y-toolbar{
    z-index: 999!important;
}


/* Accessibility Toolbar Style */
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{
  right:190px!important;
  box-shadow: none!important;
  padding:10px;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
  font-size: 150%!important;
  padding: 7px!important;
  border-radius: 100%;
  border:3px solid #111;
  color:#111!important;
  background-color: transparent!important;
  box-shadow: none!important;
}
/* Opened */

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{
  border:none!important;
  box-shadow: -15px 0px 30px -15px rgba(0,0,0,0.15)!important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle{
  right:180px!important;
  border-radius: 100px 0 0 100px;
  background-color:#fff;
  box-shadow: -15px 0px 30px -15px rgba(0,0,0,0.30)!important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle a{
  border:3px solid #37456E;
  color:#37456E !important;
  box-shadow: none!important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links{
  border-top:1px solid #000!important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{
    right:210px!important;
 }
  }
  
@media screen and (max-width: 767px) {
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{
  right:180px!important;
  }  
}

/* Accessibility Toolbar Style END */

/* Accessibility - Fix za tekst elemente na koje povecanje i smanjivanje fonta nije djelovalo */

body[class*="pojo-a11y-resize-font-"] .event-category-text,
body[class*="pojo-a11y-resize-font-"] .event-location-text,
body[class*="pojo-a11y-resize-font-"] .news-date-text,
body[class*="pojo-a11y-resize-font-"] .news-excerpt-text,
body[class*="pojo-a11y-resize-font-"] .footer-title-text,
body[class*="pojo-a11y-resize-font-"] .footer-col,
body[class*="pojo-a11y-resize-font-"] .btn-search-uni
{
  font-size: inherit;  
}

/* Nav Fix*/
body[class*="pojo-a11y-resize-font-"] .navbar-nav
{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

body[class*="pojo-a11y-resize-font-"] .navbar-nav > li{
  flex:auto 0 0!important;
  padding-right: 20px
}

/* Homepage Layout Fix */
body[class*="pojo-a11y-resize-font-"] .search-uni,
body[class*="pojo-a11y-resize-font-"] .split_1,
body[class*="pojo-a11y-resize-font-"] .split_2,
body[class*="pojo-a11y-resize-font-"] .backdrop-text,
body[class*="pojo-a11y-resize-font-"] .events-title,
body[class*="pojo-a11y-resize-font-"] .events,
body[class*="pojo-a11y-resize-font-"] .backdrop-large,
body[class*="pojo-a11y-resize-font-"] .events-title h2,
body[class*="pojo-a11y-resize-font-"] .events-title .additional-text{
  position:static;
  width:100%;
  height: auto;
  margin:0;
  padding:0;
}

body[class*="pojo-a11y-resize-font-"] .search-uni,
body[class*="pojo-a11y-resize-font-"] .split_1.split_1,
body[class*="pojo-a11y-resize-font-"] .split_2,
body[class*="pojo-a11y-resize-font-"] .backdrop-text,
body[class*="pojo-a11y-resize-font-"] .events-title,
body[class*="pojo-a11y-resize-font-"] .events{
  padding:50px;
  width:80%;
  margin: 0 auto!important;
}

body[class*="pojo-a11y-resize-font-"] .under-carousel,
body[class*="pojo-a11y-resize-font-"] .img-backdrop-container,
body[class*="pojo-a11y-resize-font-"] .backdrop-medium,
body[class*="pojo-a11y-resize-font-"] .backdrop-spacer{
  display:none;
}

body[class*="pojo-a11y-resize-font-"] .styled-select.slate{
  height:auto
}

body[class*="pojo-a11y-resize-font-"] .news-title{
  border:none;
}



/* ELLIPSIS EDITS END */

/* GLOBAL STYLES
-------------------------------------------------- */

:focus {
  outline: none;
}

.dataTables_wrapper .dataTables_filter {
  float: left !important;
}

.details-control {
  cursor: pointer;
  width: 10px;
}

.details-control::after {
  content: "";
  background-image: url(assets/arrow-black.svg);
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

/*
.details-control::after {
  content: "\0021";
  font-weight: 600;
}
*/

p a {
	text-decoration: underline;
}
.obavijest h5 {
  font-size: 0.95rem;
  font-weight: 600;
}

.obavijest p {
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}

.dataTable.dtrg-level-0.dtrg-start td:first-child {
  border-bottom: 1px solid black;
  border-top: none !important;
}

.dataTable .dtrg-level-0.dtrg-start td {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.dtrg-start td {
  padding-top: 0.65rem !important;
  padding-bottom: 0.75rem !important;
}

table.dataTable tr.dtrg-group.dtrg-level-1 td,
table.dataTable tr.dtrg-group.dtrg-level-2 td {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}

.dtr-control:focus {
  outline: none;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid black !important;
  border-radius: 0 !important;
  outline: none;
  margin-left: 0.5rem !important;
}

.dataTables_wrapper .dataTables_filter input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, 0.25);
  border: 1px solid transparent !important;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 0.5rem 1rem 0.5rem 0 !important;
}

table.dataTable > tbody > tr.child span.dtr-data {
  font-size: 0.85rem;
}

table.dataTable > tbody > tr.child span.dtr-title {
  font-size: 0.85rem;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th.dtr-control:before {
  box-shadow: none !important;
  background-color: black !important;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th.dtr-control:before {
  background-color: grey !important;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-image: none !important;
}

.dtrg-level-2 {
  font-size: 0.85rem;
}

.dtrg-level-2.ss .dtr-control {
  padding-left: 2.5rem;
}

table.dataTable tr.dtrg-group.dtrg-level-1 td,
table.dataTable tr.dtrg-group.dtrg-level-2 td {
  font-weight: 600;
  padding-left: 1.5rem !important;
}

table.dataTable span.highlight {
  background-color: rgba(0, 143, 164, 0.25);
}

table.dataTable span.column_highlight {
  background-color: rgba(0, 143, 164, 0.25);
}

.wp-block-image {
  margin: 2.125rem 0;
}

.wp-block-video {
  margin: 4.25rem 0;
}

.wp-block-gallery {
  margin: 4rem 0 0 0;
  border-top: 1px black solid;
  padding-top: 4.5rem;
}

.spacer {
  border-bottom: 1px solid black;
  margin: 2.5rem 0;
}

.containerSocial {
  font-family: "Source Code Pro", sans-serif;
  font-size: 0.85rem;
  margin: 1.75rem 0;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid black;
}

.social {
  text-align: right;
}

.istaknuto-container {
  width: calc(100% - 0.5rem);
  position: relative;
  margin: 2.125rem 0.5rem 2.625rem 0;
}

.istaknutoUnderlay {
  background: #d3f5f3;
  min-width: 100%
}

.istaknutoTekst {
  padding: 2rem 1.5rem 1.5rem 2.5rem;
  font-family: "Source Code Pro", sans-serif;
}

.istaknutoTekst > p:last-child {
  margin-bottom: 0;
}

.istaknutoOverlay {
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 100%;
  height: 100%;
  border: 1px solid black;
}

.raspored {
  width: 100%;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child {
  margin-top: 0;
}

.raspored > * > tr > * {
  vertical-align: top;
  padding: 0.5rem;
}

.raspored > * > tr:nth-child(even) {
  background-color: white;
}

/* Lang top menu */

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.carousel-control-next,
.carousel-control-prev {
  top: auto;
  bottom: 0.5rem;
  width: 3%;
}

#search-content {
  background: #f0f0f0;
}

.relevanssi-query-term {
  font-weight: 700;
  background: #d3f5f3;
}

.site-search {
  padding-top: 0.75rem;
}

.entry-summary-search {
  padding: 0.5rem 1.25rem 1.25rem 1.25rem;
}

.entry-summary-search p {
  margin-bottom: 0;
  font-size: 0.75rem;
}

.sub-header {
  padding: 0.25rem 1.25rem;
}

.sub-header span {
  font-size: 0.85rem;
}

.entry-header h5 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.dl-ico-pos {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.page_404 {
  height: 24rem;
}

.page_404 .row h1 {
  font-size: 10rem;
}

.wp-block-file .wp-block-file__button {
  background: #d2d2d2;
  border-radius: 0;
  color: black !important;
  font-size: 0.85rem;
  padding: 0.25em 0.5em;
}

.media-css {
  font-size: 0.85rem;
  padding: 0.75rem;
}

.media-box {
  border-radius: 0;
}

.media-header {
  background: #f0f0f0;
  color: black;
  padding: 0.65rem;
  font-size:0.85rem;
}

.media-clip {
  padding: 0;
}

.lang-item {
  display: inline;
  padding: 0 0.25rem;
  border-right: 1px black solid;
  font-size: 0.75rem;
}

.lang-box {
  right: 0;
  position: absolute;
  top: -1rem;
  margin-right: 10%;
}

.lang-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.lang-box ul li:last-child {
  border: none;
}

/* Padding below the footer and lighter body text */

body {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

.h1,
h1,
.h2,
h2 {
  font-size: 1.5rem;
  margin: 1.75rem 1rem 1.75rem 0;
  color: #000;
  font-weight: 700;
}

#main {
  width: 100%;
}

.temp-hide {
  display: none;
}

.margin-none {
  margin: 0;
}

.padding-none {
  padding: 0;
}

.pos-rel {
  position: relative;
}

.legenda p {
  margin-bottom: 0.25rem;
  font-family: "Source Code Pro", sans-serif;
  font-size: 0.8rem;
}

#leg {
  color: #000;
  margin-top: 1rem;
}

#sas,
#sc,
#poi {
  float: left;
  padding: 0.25rem;
  padding-left: 0;
}

.sas_txt {
  color: #00b2e8;
}

.sc_txt {
  color: #ff5d5d;
}

.poi_txt {
  color: #e2c97d;
}

.acf-map {
  width: 100%;
  min-height: 300px;
  height: 100%;
  border: #ccc solid 1px;
  margin: 0;
}

.contactMap {
  margin-top: 3.15rem !important;
  border: 1px solid black;
}

/* fixes potential theme css conflict */

.acf-map img {
  max-width: inherit !important;
}

/* Customize the label (the container) */

.containerSide {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.8rem;
}

.containerSide:first-child {
  margin-top: 1rem;
}

.containerSearch {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.8rem;
  margin: 0.25rem 0;
}

.containerSearch:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

/* Hide the browser's default checkbox */

.containerSide input,
.containerSearch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: white;
}

.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.containerSide:hover input ~ .checkmark,
.containerSearch:hover input ~ .checkmark-radio {
  background-color: #ccc;
}

/* When the checkbox is checked, add a background */

.containerSide input:checked ~ .checkmark,
.containerSearch input:checked ~ .checkmark-radio {
  background-color: black;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark-radio:after,
.checkmark:after,
.checkmark:before {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.containerSide input:checked ~ .checkmark:after,
.containerSide input:checked ~ .checkmark:before,
.containerSearch input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the checkmark/indicator */

.containerSide .checkmark:before {
  left: 8px;
  top: 4px;
  width: 2px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.containerSide .checkmark:after {
  left: 8px;
  top: 4px;
  width: 2px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.containerSearch .checkmark-radio:after {
  left: 9px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.side-form {
  margin-top: 1.5rem;
}

/* Accordion Rules */

.accordion {
  position: relative;
  border: 1px solid black;
  margin: 1.5rem 0;
}

.bijela {
  border: 1px solid black !important;
}

.bijela .acc-title.active-acc {
  border-bottom: 1px solid black;
}

.bijela h2 {
  color: black;
  font-size: 1.25rem;
  font-weight: 400;
}

.bijela p:first-of-type {
  margin-top: 1.5rem;
}

.border-b {
  border: 1px solid black !important;
}

.border-b .acc-title.active-acc {
  border-bottom: 1px solid black;
}

.black_accordion,
.reset_button {
  background: #f0f0f0;
  font-weight: 600;
  margin-bottom: 1.25rem;
  position: relative;
}

.black_accordion h3,
.reset_button h3 {
  font-family: "Source Code Pro", sans-serif;
  border: 1px black solid;
  font-size: 0.85rem;
  width: 100%;
  background: white;
  font-weight: 400;
  padding: 1.25rem;
  cursor: pointer;
}

.black_accordion h3:after,
.acc-title::after {
  content: "";
  background-image: url(assets/arrow-black.svg);
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.black_accordion h3:after {
  top: 1.15rem;
}

.acc-title::after {
  top: 1.5rem;
}

.reset_button:active h3 {
  background: black;
  color: white;
  -webkit-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.black_accordion .active-black-acc {
  border: 1px black solid;
  width: 100%;
  background: black;
  color: white;
}

.black_accordion .active-black-acc:after {
  background-image: url(assets/arrow-white.svg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.black_accordion .acc-content {
  background: #f0f0f0;
}

.acc-title {
  color: black;
  font-size: 1.25rem;
  padding: 1.5rem;
  padding-right: 4rem;
  margin: 0;
  font-weight: 400;
  background-color: white;
  cursor: pointer;
}

.acc-content h5 {
  color: black;
}

.acc-content {
  padding: 0 1rem 1rem 1.5rem;
  margin: 0 0;
  width: 100%;
  overflow: hidden;
  background-color: white;
}

.acc-content.margin-dog {
  margin-left: 12.5rem;
  width: auto;
}

.acc-content-col {
  padding: 1.5rem;
}

.acc-content-regija {
  padding-left: 1rem;
}

.acc-content > a:first-child > .acc-link {
  margin-top: 0;
}

.acc-content > a:last-child > .acc-link {
  margin-bottom: 0;
}

.acc-link {
  background: white;
  padding: 1rem;
  font-size: 1rem;
  margin: 1rem 0;
  width: 90%;
}

.acc-column {
  padding: 0 2rem 0 0;
}

.dog-accordion .acc-content {
  background-color: transparent !important;
}
/* Block Kontakt */

.kontakt {
  margin: 2.25rem 0 0.5rem 0;
}

.active-acc {
  background-color: transparent !important;
}

.acc-content-dok {
  margin: 1.5rem 0 0.5rem 0;
}

.acc-title.dokumenti {
  background-color: white;
}

.accordion.dokumenti {
  background-color: #f0f0f0;
}

.news-category-text {
  font-family: "Source Code Pro", sans-serif;
  color: white;
  font-size: 0.75rem;
}

.knjiga {
  padding: 0;
  margin: 4.25rem 0;
}

.knjiga-title {
  padding-top: 0.5rem;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 600;
}

.knjiga-naslovnica {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.25s;
}

.knjiga-naslovnica:hover {
  -webkit-filter: none;
  filter: none;
}

.knjiga-txt {
  font-size: 0.85rem;
  margin: 0;
}

.kon-title {
  font-size: 1.45rem;
  color: black;
  line-height: 1em;
  margin: 0;
}

.kon-text {
  color: black;
  margin-bottom: 0;
}

.kon-address {
  color: black;
}

.nxt {
  margin-bottom: 1rem;
}

/* Block Uprava rules*/

.uprava {
  margin-bottom: 4.25rem;
}

.savjetnik {
  margin-top: 3.725rem;
  margin-bottom: 3.75rem;
}

.uprava-container {
  margin-top: 4.25rem;
}

.uprava-doc {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  line-height: 0.85rem;
  margin-bottom: 0;
}

.uprava-title {
  margin-bottom: 1rem;
}

.uprava-name {
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 0.85rem;
  margin-bottom: 1.5rem;
}

.uprava-function {
  min-height: 3.75rem;
  margin: 1.5rem 0;
}

.uprava-txt {
  margin: 0.25rem 0;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.uprava-txt-m {
  margin: 0.25rem 0;
  font-size: 0.85rem;
  line-height: 0.85rem;
}

.margin-alt-1_5 {
  min-height: 2rem;
}

.uprava-margin {
	margin-bottom: 1.5rem;
}

.uprava-avatar {
  background-size: cover;
  background-position: top;
  padding-top: 100%;
  -webkit-filter: sepia(30%) grayscale(80%);
  filter: sepia(30%) grayscale(80%);
  transition: filter 0.25s;
}

.uprava-avatar:hover {
  -webkit-filter: none;
  filter: none;
}

.uprava-avatar.savjetnik {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}

.wrapper {
  padding: 0;
}

.full-width {
  width: 100%;
  padding: 0;
}

a {
  color: #000;
}

h2 {
  font-weight: 700;
}

.top-bar {
  padding-bottom: 0.25rem;
  display: table;
}

.bg-primary {
  color: white;
}

.nav-link {
  color: black !important;
  display: inline;
}

.nav-link:hover {
  text-decoration: underline;
}

.dropdown-item {
  color: black !important;
}

#navbarNavDropdown ul li a:last-child {
  padding-right: 0;
}

.nav-fill .nav-item {
  text-align: right;
  line-height: 1;
}

.sub_menu_vijesti {
  list-style: none;
  margin-top: 1.5rem;
  padding-left: 0;
}

.sub_menu_vijesti > li {
  font-family: "Source Code Pro", sans-serif;
  margin: 1rem 0;
  padding: 0;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.sub_menu_vijesti > li a {
  color: white;
  background: black;
}

.sub_menu_vijesti > li:hover a,
.active-submenu-item {
  color: black !important;
  background: none !important;
  text-decoration: underline;
}

.vijest {
  margin: 0;
  position: relative;
}

.vijest .entry-title {
  margin: 1rem 0 0 0;
}

.sub_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub_menu > li {
  font-weight: 400;
  padding: 0.5rem 0;
  margin: 0;
  cursor: pointer;
  padding-right: 30px;
  position: relative;
}

.sub_menu > li:after {
  content: "";
  background-image: url(assets/arrow-black.svg);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.sub_menu > li:hover:after {
  /* background-image: url(assets/arrow-active.svg) !important; */
}

.active-acc:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.active-menu-item {
  text-decoration: underline;
}

.active-menu-item:after,
.inactive-menu-item:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.active-menu-item:after {
  /* background-image: url(assets/arrow-active.svg) !important; */
}

.sub_menu-heading_kont {
  font-size: 1.5rem;
  margin: 1.75rem 0 2rem 0;
  padding: 0;
  padding-bottom: 1rem;
  border-bottom: 3px solid;
}

.sub_menu-heading,
.sub_menu-heading_dog {
  font-size: 1.5rem;
  margin: 1.75rem 0 1rem 0;
  padding: 0;
  padding-bottom: 1rem;
  border-bottom: 3px solid;
}

.sub_children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1rem;
}

.current_page_item {
  text-decoration: underline;
}

.sub_children > li {
  font-size: 0.9rem;
  padding: 0.25rem 1rem 0.25rem 0;
}

.sub_children > li > .children {
  list-style: none;
  padding-left: 1rem;
}

.nav {
  margin-bottom: 0;
}

.entry-title {
  font-size: 1.5rem;
  margin: 1.75rem 0;
  color: #000;
  font-weight: 700;
}

.entry-title-vijest {
  margin: 0;
  color: #000;
  font-weight: 700;
}

.entry-content {
  padding-top: 1rem;
}

.entry-content h3 {
  font-size: 1.25rem;
  margin: 2.125rem auto;
  font-weight: 600;
}

.entry-content h4 {
  font-size: 1.25rem;
  margin: 1.5rem auto;
  font-weight: 600;
}

.v-spacing {
  margin: 0.25rem 0;
}

dl,
ul,
ol {
  padding-left: 0;
  list-style-position: inside;
}

#main-menu li.dropdown.show {
  position: static;
}

#main-menu ul.dropdown-menu.show {
  display: flex;
  flex-flow: row wrap;
  width: 80%;
  left: 10%;
  right: 10%;
  text-align: left;
  padding: 1rem 3rem;
  margin-top: 2rem;
}

#main-menu .dropdown-menu > li {
  padding: 0;
}

.ghost-class {
  height: 0px;
  overflow: hidden;
}

#main-menu .dropdown-menu {
  background-color: #ffffffeb;
  margin: 0;
  border: none;
  border-radius: 0;
}

#main-menu .dropdown-menu .dropdown-item-text {
  width: 100%;
  text-align: left;
  border-bottom: 4px black solid;
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
  padding-left: 0;
}

#main-menu .dropdown-item {
  padding: 0.75rem 2rem 0.75rem 0;
  text-align: left;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  text-decoration: underline;
}

.dropdown-toggle:after {
  content: "~";
  border: none;
  position: absolute;
  right: -0.25rem;
}

.translation {
  float: right;
  line-height: 38px;
  font-size: 0.75rem;
}

.search-field {
  float: right;
}

.divider-top {
  padding: 0 0.2rem;
}

.btn-top {
  background: white;
}

#searchField {
  margin-left: 10px;
}

.form-control {
  font-size: 0.75rem;
  padding: 0.375rem 0.4rem;
  border-radius: 0;
}

.form-control:focus {
  border-color: #00b2e8;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, 0.25);
}

.navbar-brand {
  padding: 0;
  position: relative;
}

#logotype {
  position: relative;
}

#uniri_logo {
  height: 2.25rem;
}

.backdrop-logo {
  background-image: url(assets/logo_drop.png);
  position: absolute;
  left: -3rem;
  width: 6rem;
  height: 10rem;
  background-size: contain;
  bottom: -2.5rem;
  background-repeat: no-repeat;
}

.top-relative {
  position: relative;
  width: 100%;
  display: flex !important;
  align-items: flex-end !important;
}

#navbarSupportedContent {
  width: 80%;
  text-align: center;
}

.navbar {
  padding: 2rem 0;
}

.navbar-nav {
  width: 100%;
}

.nav-item {
  font-weight: 700;
}

.navbar-nav > li > a {
  padding: 0;
  margin: 0;
}

.search-uni {
  background-color: transparent;
  height: 4rem;
  width: 80%;
  position: absolute;
  top: 22.5rem;
  left: 10%;
}

.resize-hide {
  opacity: 0;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
  visibility: hidden;
  display: none;
}

.resize-show {
  opacity: 1;
  transition-delay: 0s;
  visibility: visible;
  display: auto;
}

.resize0 {
  width: 87% !important;
}

.resize1 {
  width: 42.5% !important;
}

.resize2 {
  width: 27.6% !important;
}

.backdrop {
  border: 1px solid white;
  height: 3rem;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 98%;
  z-index: 5;
}

.backdrop-medium {
  background: #d3f5f3;
  width: 80%;
  height: 20rem;
  left: 10%;
  position: absolute;
  margin-top: -2rem;
  z-index: 5;
}

.backdrop-large {
  height: 40rem;
  background: #f0f0f0;
  position: relative;
}

.backdrop-large.eng-no-content {
  height: 22rem;
}

.img-backdrop-container {
  z-index: 10;
  position: absolute;
  margin-left: 5%;
  background: url(assets/uniri_2.png);
  background-size: cover;
  width: 45%;
  height: 20rem;
}

.font-change {
  font-family: "Source Code Pro", sans-serif;
  font-size: 0.7rem;
  display: block;
}

.styled-select.slate {
  background-image: url(assets/arrow-black.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  height: 3rem;
  background-color: white;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 10px;
  text-overflow: "";
  z-index: 10;
  position: relative;
  font-family: "Source Code Pro", sans-serif;
  font-size: 12px;
  margin-right: 2%;
  padding-right: 35px;
}

.styled-select.slate:focus {
  outline: none;
  border: 1px solid black;
}

.styled-search {
  height: 3rem;
  width: 34%;
  background-color: white;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 10px;
  text-overflow: "";
  z-index: 10;
  position: relative;
  font-family: "Source Code Pro", sans-serif;
  font-size: 12px;
  margin-right: 2%;
}

.btn-search-uni {
  height: 3rem;
  width: 10%;
  background-color: #d2d2d2;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
  z-index: 10;
  position: relative;
  font-family: "Source Code Pro", sans-serif;
  font-size: 14px;
  transition: background-color 0.25s ease;
}

.btn-search-uni:hover,
.btn-search-result:hover {
  background-color: #000;
  color: white;
}

.btn-search-result {
  background-color: #d2d2d2;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
  z-index: 10;
  position: relative;
  font-family: "Source Code Pro", sans-serif;
  font-size: 12px;
  transition: background-color 0.25s ease;
}

#s.s-special {
  margin-right: 5%;
  border: none;
}

.styled-select.slate select {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 34px;
  width: 268px;
  font-family: "Source Code Pro", sans-serif;
  font-size: 14px;
}

/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */

/* Carousel base class */

.carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.carousel-item a {
  color: #fff;
}

.carousel-caption {
  position: relative;
}

.caption-c {
  font-weight: 700;
  font-size: 3rem;
  /* background: #00000080; */
  display: inline;
  padding: 0;
  color: white;
}

.carousel-control-prev-icon,
.carousel-control-next-icon,
.icon-arrow-left-black,
.icon-arrow-right-black,
.icon-arrow-right-white {
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.carousel-control-prev-icon,
.carousel-control-next-icon,
.icon-arrow-right-white {
  background-image: url(assets/arrow-white.svg);
}

.icon-arrow-left-black,
.icon-arrow-right-black {
  background-image: url(assets/arrow-black.svg);
}

.carousel-control-prev-icon,
.icon-arrow-left-black {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.carousel-control-next-icon,
.icon-arrow-right-black,
.icon-arrow-right-white {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.arrow-nav-right {
  position: absolute;
  top: 0;
  right: -5%;
}

.arrow-nav-left {
  position: absolute;
  top: 0;
  left: -5%;
}

.block {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

.under-carousel {
  height: 15rem;
  background-color: #f0f0f0;
  margin-bottom: 11rem;
}

#uniriCarousel h2 {
  padding-top: 0;
}

#uniriCarousel .text-white h2 {
  color: white;
}

.split_1 {
  background: white;
  width: 25%;
  position: absolute;
  top: 28rem;
  left: 25%;
  height: 20rem;
  padding: 2rem;
}

.split_2 {
  width: 28.5%;
  position: absolute;
  top: 32rem;
  left: 50%;
  height: 16rem;
  background: url(assets/uniri_bg1.png) no-repeat;
  background-size: cover;
  background-color: white;
  padding: 2rem;
}

.backdrop-text {
  background: transparent;
  width: 40%;
  position: absolute;
  top: -2rem;
  left: 50%;
  height: 20rem;
  padding: 2rem;
  z-index: 10;
}

.backdrop-spacer {
  padding-top: 22rem;
}

.side-text {
  color: #c3c2c2;
  top: 0;
  position: absolute;
  left: 2rem;
  text-orientation: sideways;
  writing-mode: vertical-lr;
  font-size: 0.75rem;
  transform: rotate(180deg);
}

.side-text-archive {
  padding-bottom: 6rem;
  color: #c3c2c2;
  top: 0;
  position: absolute;
  left: 2rem;
  text-orientation: sideways;
  writing-mode: vertical-lr;
  font-size: 0.75rem;
  transform: rotate(180deg);
}

.side-text-news {
  color: black;
  top: 8.75rem;
  position: absolute;
  left: 2rem;
  text-orientation: sideways;
  writing-mode: vertical-lr;
  font-size: 0.75rem;
  transform: rotate(180deg);
}

.side-text-page {
  color: black;
  top: 2rem;
  position: absolute;
  left: 2rem;
  text-orientation: sideways;
  writing-mode: vertical-lr;
  font-size: 0.75rem;
  transform: rotate(180deg);
}
.event-main {
  padding-top: calc(9rem - 2px);
}

.events,
.news,
.footer-fit,
.header-fit,
.content-fit {
  padding: 0 10%;
  position: relative;
}

.single-news {
  border-top: 1px solid black;
}

.open-event {
  height: 24px;
  width: 24px;
  background-image: url(assets/arrow-black.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.75rem;
  bottom: 2.25rem;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  visibility: visible;
  opacity: 1;
}

.active .open-event {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.25s, opacity 0.25s linear;
  transition: visibility 0s 0.25s, opacity 0.25s linear;
}

.event-date-text {
  font-weight: 700;
  display: flex;
}

.event-category-text {
  font-size: 0.75rem;
  font-family: "Source Code Pro", sans-serif;
  margin: 0.5rem 0;
  display: flex;
}

.event-location-text {
  font-size: 0.75rem;
  margin: 0.5rem 0;
  display: flex;
  font-weight: 700;
}

.events-image {
  width: 10rem;
  height: 10rem;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.events-image-container {
  width: 10.5rem;
  height: 10.5rem;
  position: relative;
  float: left;
  margin-right: 2rem;
}

.events-image-frontdrop {
  height: 10rem;
  width: 10rem;
  border: 1px solid white;
  position: absolute;
  bottom: 0;
  right: 0;
}

.col-spacing-event:hover .events-image-container .events-image-frontdrop {
  border: 1px solid black;
}

.col-spacing-event:hover {
  text-decoration: underline !important;
}
.col-spacing-event:hover .events-image-container .events-image {
  -webkit-filter: grayscale(50%) brightness(70%);
  filter: grayscale(50%) brightness(70%);
}

.events-title {
  width: calc(40% - 15px);
  margin-left: 10%;
  border-top: 3px solid black;
  margin-bottom: 1.5rem;
  position: relative;
  height: 3rem;
}

.event-title-text {
  font-weight: 700;
  margin: 1rem 0;
}

.event-border {
  height: 100%;
  width: 5rem;
  top: 0;
  right: 0;
  position: absolute;
  border-left: white dotted 4px;
}

.event-desc-text {
  display: inline-block;
  padding: 0;
  padding-top: 2rem;
}

.events-text {
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}

.additional-text {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1.25;
  font-size: 0.8rem;
}

.sidebar-additional-text {
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 300;
}

.archive-hr {
  border-bottom: 1px black solid;
  padding-bottom: 2rem;
  margin: 0 !important;
}

.archive-hr:last-of-type {
  border: none;
}

.archive-hr-custom {
  border-top: 1px solid black;
  padding-top: 2rem;
  margin-top: 2rem !important;
}

.container-archive-hr-custom {
  margin-top: 3rem;
  border-top: 3px solid black;
  padding-top: 2rem;
}

.archive-hr-custom .news-archive-image,
.archive-hr-custom .news-container {
  top: 0;
  margin-bottom: 0rem;
}

.archive-dog:last-of-type {
  padding-bottom: 1rem;
}

.news-title {
  width: calc(40% - 15px);
  margin-left: 10%;
  border-top: 3px solid black;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  position: relative;
  height: 3rem;
}

.news-title-block {
  width: 50%;
  border-top: 3px solid black;
  padding-top: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  position: relative;
  height: 4rem;
}

.news-title-block.alt {
  width: 100%;
}

.news-date-text {
  font-size: 0.7rem;
  font-family: "Source Code Pro", sans-serif;
  margin-top: 1.75rem;
}

.black-txt-bg {
  background: black;
}

.black-txt-vijesti {
  font-family: "Source Code Pro", sans-serif;
  color: white;
  background: black;
  font-size: 0.75rem;
}

.news-category-text a {
  font-family: "Source Code Pro", sans-serif;
  margin-bottom: 0.5rem;
  color: white;
  font-size: 0.75rem;
}

.news-title-text {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.news-excerpt-text {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  z-index: 10;
  color: #5a5a5a;
}

.news-excerpt-text-b {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  position: absolute;
  top: 3rem;
  z-index: 10;
}

.news-arrow {
  position: absolute;
  bottom: 0;
}

.news-arrow-archive {
  position: absolute;
  bottom: 1.75rem;
}

.news-image {
  background: url(assets/uniri_4.png);
  height: 11rem;
  width: 11rem;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0rem;
  background-size: cover;
}

.featured-container {
  position: relative;
  padding: 0 1rem;
  margin-right: calc(50%);
}

.news-featured-image {
  background: url(assets/uniri_4.png);
  height: 12rem;
  width: calc(50% - 15px);
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 1.75rem;
  background-size: cover;
  background-position: center;
}

.news-archive-image {
  height: 13rem;
  z-index: 10;
  top: 1.75rem;
  margin-bottom: 1.75rem;
  padding: 0;
}

.news-archive-text {
  font-size: 0.75rem;
  margin-top: 1rem;
}

.news-container {
  top: 1.75rem;
}

.news-archive-title {
  font-weight: 600;
}

.img-vijest {
  height: 25rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 0.5rem;
}

.vijestSpacer {
  line-height: 0.75rem;
  margin-top: 8.75rem;
  display: inline-block;
}

.vijestiSpacer {
  line-height: 0.75rem;
  margin-top: 6.25rem;
  display: inline-block;
}

.vijesti-img-inline {
  position: absolute;
  height: 10.5rem;
  width: calc(100% - 0.5rem);
  bottom: 0.5rem;
  left: 0;
  background-size: cover;
  background-position: center;
}

.event-img-overlay {
  height: 10rem;
  width: 10rem;
  bottom: 0;
  right: 0;
  position: absolute;
}

.vijesti-img-overlay {
  height: 10.5rem;
  width: calc(100% - 0.5rem);
  bottom: 0;
  right: 0;
  position: absolute;
}

.news-image-container {
  height: 100%;
}

.col-spacing-event-arch:hover .events-image-container .event-img-overlay,
.news-image-container:hover .vijesti-img-overlay,
.news-archive-image:hover .vijesti-img-overlay,
.active .event-img-overlay {
  border: 1px solid black;
}

.col-spacing-event-arch:hover .events-image-container .events-image,
.news-image-container:hover .vijesti-img-inline,
.news-archive-image:hover .vijesti-img-inline,
.active .events-image {
  -webkit-filter: grayscale(50%) brightness(70%);
  filter: grayscale(50%) brightness(70%);
}

.search-top {
  font-size: 14px;
  padding-left: 0.4rem;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  z-index: 99999;
}

.page-numbers {
  min-width: 1.25rem;
  text-align: center;
  padding: 0 0.25rem;
  border-left: none;
  font-size: 1rem;
  font-weight: 400;
}

.pagination-numbers {
  line-height: 2.25rem;
}

.pagination {
  display: inline-block;
  font-size: 0;
}

.pagination_container {
  border-top: 1px solid black;
  padding-top: 2rem;
}

.featured-backdrop {
  background-color: #f0f0f0;
  height: calc(100% - 0.5rem);
  width: calc(100% - 3rem);
  position: absolute;
  top: 0.5rem;
}

.featured-txt {
  position: relative;
  z-index: 10;
}

.featured-excerpt {
}

.page_featured_img {
  height: 24rem;
  background-image: url(assets/stock-event.jpg);
  background-size: cover;
  background-position: center;
}

.prospectus {
  background: url(assets/uniri_5.png);
  position: relative;
  background-size: cover;
}

.side-text-prospectus {
  padding-top: 2.5rem;
  color: #56ded6;
  top: 0;
  position: absolute;
  left: 2rem;
  text-orientation: sideways;
  writing-mode: vertical-lr;
  font-size: 0.75rem;
}

.prospectus-h1 {
  color: white;
  font-weight: 100;
  margin-left: 20%;
  position: relative;
  margin-top: 2rem;
}

.prospectus-holder {
  height: 10rem;
  width: 60%;
  position: relative;
  margin-top: 2rem;
}

.prospectus-frame {
  height: 9rem;
  width: 95%;
  background-color: #00b2e8;
}

.prospectus-backdrop {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #56ded6;
  height: 9rem;
  width: 95%;
  color: white;
  padding: 1rem;
  font-size: 0.8rem;
}

.prospectus-txt {
  width: 35%;
  margin-top: 1rem;
  color: white;
  font-size: 0.85rem;
}

.dog-copy {
  margin: 1.5rem 0 0 0;
  font-size: 0.75rem;
  font-family: "Source Code Pro", sans-serif;
  cursor: pointer;
}

.dog-copy-notify {
  padding: 0.25rem;
  border: 1px solid;
  background: linear-gradient(315deg, white 94%, black 94%);
  position: absolute;
  line-height: 0.9rem;
  margin-left: 3rem;
  font-size: 0.75rem;
  font-family: "Source Code Pro", sans-serif;
  display: none;
}

.dog-trigger {
  margin-bottom: 1rem;
}

.col-spacing-event-arch {
  background: #f0f0f0;
  padding: 1.5rem 6rem 4rem 1.5rem;
  margin: 0;
  position: relative;
}

.col-spacing {
  margin-bottom: 2rem;
  position: relative;
  min-height: 15em;
}

.col-spacing-b {
  margin-bottom: 2rem;
  position: relative;
  height: 12rem;
}

.footer-fit {
  border-top: 1px solid black;
  margin-top: 2rem;
}

.footer-rules {
  position: relative;
}

.footer-size {
  width: calc(100% - 28px);
}

.footer-col {
  border-bottom: 1px solid #000;
  margin: 0 1rem;
  font-size: 0.85rem;
  padding: 0;
  line-height: 1.5rem;
}

.sponsors {
  padding-top: 2rem;
}

.footer-title-text {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 1rem;
}

.footer-text {
  padding-bottom: 1rem;
}

.logotype_container_footer {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.logotype_footer {
  height: 2rem;
}

.logotype_single {
  margin-right: 1rem;
}

.logotype_single:last-child {
  margin-right: 0;
}

#sveuc_logo_yufe {
  border-left: 1px solid black;
  padding-left: 1rem;
}

.socialIcons {
  width: 28px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.socialLine {
  background: linear-gradient(#000, #000) no-repeat center/1px 100%;
  height: 2rem;
  margin-top: 1rem;
}

#wrapper-footer {
  right: 0;
  bottom: 0;
  left: 0;
}

.footer_fb,
.footer_ld,
.footer_tw,
.footer_yt,
.footer_ig {
  width: 28px;
  height: 28px;
  margin: 3px;
  margin-left: auto;
  margin-right: 0;
}

#logo_fb {
  background-image: url(assets/uniri-social-fb-black.svg);
  background-position: center;
  background-size: cover;
}

#logo_ld {
  background-image: url(assets/uniri-social-linkedin-black.svg);
  background-position: center;
  background-size: cover;
}

#logo_tw {
  background-image: url(assets/uniri-social-twitter-black.svg);
  background-position: center;
  background-size: cover;
}

#logo_yt {
  background-image: url(assets/uniri-social-youtube-black.svg);
  background-position: center;
  background-size: cover;
}

#logo_ig {
  background-image: url(assets/uniri-social-ing-black.svg);
  background-position: center;
  background-size: cover;
}

#logo_fb:hover {
  background-image: url(assets/uniri-social-fb-color.svg);
}

#logo_ld:hover {
  background-image: url(assets/uniri-social-linkedin-color.svg);
}

#logo_tw:hover {
  background-image: url(assets/uniri-social-twitter-color.svg);
}

#logo_yt:hover {
  background-image: url(assets/uniri-social-youtube-color.svg);
}

#logo_ig:hover {
  background-image: url(assets/uniri-social-ing-color.svg);
}

.copyright {
  font-size: 0.75rem;
  margin: 1rem 0;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */

.carousel-item {
  height: 24rem;
  background-color: #777;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 24rem;
}

/* MARKETING CONTENT
  -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* Featurettes
  ------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (max-width: 40em) {
  .dropdown-item.active,
  .dropdown-item:active {
    color: #fff !important;
    background-color: black;
  }
  .side-text-archive {
    padding-bottom: 6.75rem;
  }
  .uprava-block {
    padding: 0;
    margin-top: 1rem;
  }
  .acc-column {
    padding: 0;
  }
  .acc-content.margin-dog {
    margin-left: 0;
  }
  .event-main {
    padding-top: 0;
  }
  .news-container {
    padding: 0;
  }
  .social {
    text-align: left;
    margin-top: 1rem;
  }
  .featured-backdrop {
    width: calc(100% - 2rem);
  }
  .search-uni {
    height: auto;
  }
  .backdrop {
    height: calc(100% - 0.5rem);
    bottom: 0.5rem;
    right: -0.5rem;
    width: 100%;
  }
  .resize2,
  .resize1,
  .resize0 {
    width: 100% !important;
  }
  .acc-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
  .kontakt {
    margin-top: 1.5rem;
    padding: 0;
  }
  ul.dropdown-menu.show {
    width: 100%;
  }
  .vijestSpacer {
    margin-top: 0;
  }
  .img-vijest {
    height: 15rem;
  }
  #wrapper-navbar {
    padding: 0 2.25rem;
  }
  .side-text,
  .side-text-prospectus,
  .side-text-archive,
  .side-text-news,
  .side-text-page {
    left: 0;
  }
  .page_featured_img {
    height: 10rem;
    background-image: url(//uniri.hr/wp-content/themes/uri.core/assets/stock-event.jpg);
    background-repeat: no-repeat;
  }
  #left-sidebar,
  .archive-hr-custom .news-archive-image,
  .archive-hr-custom .news-container {
    padding: 0;
  }
  .event-title-text {
    font-size: 0.85rem;
  }
  .lang-box {
    margin-right: 0;
    top: -1.5rem;
  }
  .lang-item,
  .search-top {
    font-size: 1rem;
    text-transform: uppercase;
  }
  /* Bump up size of carousel content */
  .styled-select.slate,
  .styled-search,
  .btn-search-uni {
    width: 100%;
    margin-bottom: 1rem;
  }
  .under-carousel {
    height: 15rem;
    margin-bottom: 36rem;
  }
  .split_1 {
    width: 100%;
    top: 39rem;
    left: 0;
  }
  .split_1.eng-no-content {
    top: 0;
  }
  .split_2 {
    width: 100%;
    top: 59rem;
    left: 0;
    height: 16rem;
    background: url(assets/uniri_bg1.png) no-repeat;
    background-size: auto auto;
    background-size: cover;
    padding: 2rem;
  }
  .img-backdrop-container {
    margin-left: 0;
    width: 100%;
    height: 20rem;
  }
  .backdrop-text {
    width: 100%;
    top: 20rem;
    left: 0;
  }
  .backdrop-medium {
    width: 100%;
    top: 22rem;
    left: 0;
  }
  .backdrop-large {
    height: 62rem;
  }
  .backdrop-large.eng-no-content {
    height: 40rem;
  }
  .col-spacing-event {
    margin-bottom: 3rem;
  }
  .col-spacing {
    margin-bottom: 1rem;
  }
  .events-title {
    width: 80%;
  }
  .news-title {
    width: 80%;
  }
  .additional-text {
    position: absolute;
    right: 0;
    top: 0.75rem;
    font-size: 0.85rem;
  }
  .events-image-container {
    display: none;
  }
  .col-spacing-event-arch {
    background: #f0f0f0;
    padding: 1.5rem 6rem 1.5rem 1.5rem;
    margin: 1rem 0 0 0;
    position: relative;
  }
  .icon-arrow-right-black,
  .icon-arrow-left-black {
    display: none;
  }
  .backdrop-spacer {
    padding-top: 42rem;
  }
  .featured-container {
    width: 100%;
    margin-right: 0;
  }
  .news-featured-image {
    display: none;
  }
  .prospectus-h1 {
    display: none;
  }
  .prospectus-txt {
    display: none;
  }
  .nav-item {
    width: 100%;
    font-size: 1.15rem;
  }
  .nav-fill .nav-item {
    text-align: left;
    text-transform: uppercase;
    margin: 0;
  }
  #main-menu > li {
    margin: 0.5rem 0;
  }
  #main-menu .dropdown-menu > li {
    margin: 0.5rem 0;
  }
  #main-menu ul.dropdown-menu.show {
    width: 100%;
    padding: 0;
    padding-top: 0.5rem;
    padding-left: 1rem;
    margin: 0;
  }
  #main-menu .dropdown-item {
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .dropdown-text {
    display: none;
  }
  .prosp-col {
    display: none;
  }
  .prospectus-holder {
    margin: 4rem;
  }
  .dropdown-item-text {
    display: none;
  }
  .dropdown-menu {
    border: none;
  }
  ul.dropdown-menu.show {
    margin: 0;
    padding: 0.5rem 0;
  }
  .dropdown-item {
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    text-align: left;
    font-size: 0.85rem;
  }
  .archive-hr {
    padding-bottom: 3rem;
  }
  .special-pt-3 {
    padding-top: 1rem;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  #navbarNavDropdown {
    padding-top: 1rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .content-fit,
  .header-fit,
  .footer-fit,
  .news,
  .events {
    padding: 0 2%;
  }
  .navbar-nav {
    font-size: 0.85rem;
  }
  .nav-item {
    width: 100%;
  }
  .dropdown-text {
    display: none;
  }
  .backdrop-large {
    height: 47rem;
  }
  .events-title,
  .news-title {
    width: 80%;
  }
  .news-excerpt-text {
    top: 10rem;
  }
  .col-spacing {
    height: 24rem;
  }
  .featured-backdrop {
    height: 22rem;
  }
  .featured-container {
    margin-right: 0;
  }
  .news-featured-image {
    height: 10rem;
    width: 89%;
    right: 0.6rem;
    bottom: 2rem;
    top: auto;
  }
  .news-excerpt-text.featured-excerpt {
    top: 5rem;
  }
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
