/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  line-height: 1.35;
}
a {
  color:#0d4077 ;
  transition: all 0.2s ease;
  text-decoration: none;
  font-weight: 500;
}
a:hover, a:focus {
  text-decoration: none;
  color:#0d4077 ;
}
p {

}

blockquote
{
	font-style: italic;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
  margin:25px;
}


pre {
  background: #ccc;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
input::-webkit-input-placeholder {
  opacity: 0.5;
}
input::-moz-placeholder {
  opacity: 0.5;
}
input::-moz-placeholder {
  opacity: 0.5;
}
input::-ms-input-placeholder {
  opacity: 0.5;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder {
  opacity: 0;
}
input:focus::-ms-input-placeholder {
  opacity: 0;
}

.fs-2 {
    font-size: 2rem!important;
}


/*navig.css */

@media (max-width: 992px){
.news-slider, .news-slider .image-content, .news-slider .text-content, .news-slide  {
  /*  height: 400px !important;*/
}
.news-slider .text-content h2 {
    line-height: 1.2 !important;
}
}
@media (max-width: 768px){
.news-slider, .news-slider .image-content, .news-slider .text-content, .news-slide  {
  /*  height: 300px !important; */
}
.news-slider .image-content{
  display:none;
}
.news-slider .text-content{
  width:100% !important;
  padding: 30px 20px 30px !important;
}
.sy-controls{
  /*top: 90px;*/
  right: 140px;
}
.news-slider .text-content h2 {
    font-size: 1.5rem !important;
}
}

@media (min-width: 992px){
.back{
      position: absolute;
      width: 100%;
      top: 187px;
      background: #0d4077;
      min-height: 200px;
      z-index: 40;
  }
  .sticky-back .back{
        position: fixed;
        top: 57px;
    }
a.close-navbar-toggler{
    position: absolute;
    right:10px;
    top: 210px;
    color: #fff;
    display:none;
    z-index: 50;
  }
.sticky-back a.close-navbar-toggler{
    position: fixed;
    top: 80px;
    }
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width:33%;
}
.navbar-expand-lg .navbar-nav .submenu.dropdown-menu {
    width:100%;
}
.dropdown, .dropend, .dropstart, .dropup {
    position: unset;
}
.dropdown-menu {
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.sticky .dropdown-menu {
    padding: 0.5rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  text-decoration: none;
  white-space: normal;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #0d4077;
    background-color: #f3f4fe
}
li.header-menu{
    padding: 0.25rem 0;
    margin:0 1rem 0.5rem;
    font-size:1.5rem;
    border-bottom:1px solid #fff;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
}
@media only screen and (min-width: 992px) and (max-width: 1170px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.45rem;
      padding-left: 0.45rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
  border:0;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
  background-color: #0d4077;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 3px;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}


body{
	font-size: 18px;
	font-family: 'Fira Sans Condensed', sans-serif;
}
.content-body li{
	margin:0.5rem 0;
}
.content-body li p{
	margin-bottom:0;
}
/* Header */
.header{
	background:#fff;
}

.header .logo{
	max-width: 350px;
	flex: 1 0 350px;
	transition: all 350ms ease;
}

.container-large {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 15px;
}
.container {
  max-width: 1400px;
}
img {
  max-width: 100%;
  height: auto;
}
.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.social-links li {
  margin: 0 20px;
}
.social-links li a {
  color: ;
  font-size: 24px;
}
.social-links li a:hover, .social-links li a:focus {
  color: ;
}
.logo {
  margin: 15px 0 15px 0;
  transition: all 350ms ease;
}
.logo a {
  display: flex;
  align-items: center;
}
.logo a .logo-img img {
  height: 100px;
  width: auto;
  transition: all 350ms ease;
}
.logo a .logo-text {
  margin-left: 10px;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 2;
}
.logo a .logo-text span {
  display: block;
}
.logo a .logo-text__big {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}
.header-right-up{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	color:#0d4077;
	font-size:1rem;
	text-transform:uppercase;
	width:148px;
}
.header-right-down .spfont{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight:700;
		background: #0d4077;
	  border-radius: 4px;
	  color: #fff;
	  padding: 4px 4px 3px 4px;
	  line-height: 1;
		margin: 2px 3px 0px 12px;
		float: left;
		min-width: 28px;
		min-height: 28px;
}
.header-right-down .spfont span{
	font-size: 0.7rem;
    float: right;
    font-weight: 400;
}
.new-twitter{
		background: #0d4077;
	  border-radius: 4px;
	  color: #fff;
	  padding: 4px 4px 4px 4px;
	  line-height: 1;
		margin: 2px 3px 0px 12px;
		float: left;
		min-width: 28px;
		min-height: 28px;
		font-size:1.10rem;
}
.sticky-back .section-navbar{
	background:#fff;
	width:100%;
	position: fixed;
  height: 57px;
  top: 0;
  z-index: 250;
	border-bottom: 1px solid #dee2e6!important;
}
/*Sticky */
.navb.sticky{
	position:fixed;
  top:0px !important;
	left: 0;
	right:0;
	z-index: 200;
	background: #fff;
	border-bottom: 1px solid #dee2e6!important;
}

.news-slide.sticky-content, .body.sticky-content {
  margin-top:58px;
}

.header-top-area, .header-mid-area{
	padding:10px;
	position:relative;
	z-index: 10;
}
.header-bottom-area {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}
.section-title h2{
	text-align:center;
}
.menu{
	padding:10px;
}
.carousel-item {
  padding-top:230px;
	min-height: 530px;
}
.banner_content{
	background: rgba(255,255,255,0.5);
  padding: 20px;
	margin-bottom:20px;
}
.banner_content h2{
	font-size: 26px;
	font-weight:400;
}
.banner_content h3{
	font-size: 20px;
	font-weight:400;
}

/* Vesti */
.foto-video{
	padding:60px 0px 0px;
}
.news{
	padding:0px 0px 0px;
}
#news .news, #gallery .gallery, #publications .publications-wrap{
	margin-top: 30px;
}
.news h2, .pregovori h2, .fondovi h2, .dokumenta h2, .galerija h2, .publications h2{
	font-size:2rem;
	font-weight:500;
	border-left:3px solid #0d4077;
	padding:5px 0px 5px 20px;
	margin-bottom:20px;
}
.news h2.news_header{
	font-size:1.5rem;
	font-weight:400;
	border-left:0;
	padding:0px;
	margin-bottom:0px;
	color:#000;
}
.news-title{
	display:flex;
	padding:10px 0px;
}
.news-header{
	padding:0px 10px;
}
.news-date{
	flex:1;
	text-align:center;
	padding:0px 10px;
	color:#c1c0c0;
	border-right:2px solid #c1c0c0;
	line-height:1;
}
.news-date .day{
	font-size:2rem;
	font-weight:300;
	display:block;
}

.arhiva{
	text-align:right;
	padding:5px;
}
.news-thumbnail, .conn-thumbnail, .publications-thumbnail, .gallery-thumbnail, #news-details .highslide, .gallery .highslide {
    padding-top: 67%;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
#news-details .highslide, .gallery .highslide {
    height: 100%;
}
#news-details .gallery-images, .gallery .gallery-images {
    position: relative;
    height: 56.25%;
    margin: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px;
		overflow: hidden;
}
.gallery .gallery-images {
    margin: 0px;
}
#news-details img.genresthumb.tall, .gallery img.genresthumb.tall {
    width: 100%;
    height: auto;
}
#news-details img.genresthumb.wide, .gallery img.genresthumb.wide {
    width: auto;
    height: 100%;
}

.publications-thumbnail {
    padding-top: 100%;
}
.news-thumbnail img.image-thumb, .conn-thumbnail img.image-thumb, .publications-thumbnail img.image-thumb, .gallery-thumbnail img.image-thumb, #news-details img.genresthumb, .gallery img.genresthumb{
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
    max-width: none;
    height: 100%;
}
.news-thumbnail img.tall, .conn-thumbnail img.tall, .gallery-thumbnail img.tall, .publications-thumbnail img.tall {
    width: 100%;
    height: auto;
		top: 50%;
}
.news-thumbnail img.wide, .conn-thumbnail img.wide, .publications-thumbnail img.wide, .gallery-thumbnail img.wide {
    width: auto;
    height: 100%;
}
.opcalls_body{
	margin-top:3rem;
}
/* HP */
.actual-category{
	font-size:1.4rem;
	color:#0d4077;
	font-weight:500;
	padding:0px;
}
h3.hp-header{
	font-size:1.5rem;
	color:#000;
	font-weight:400;
}
.hp-date{
	font-family: 'Source Sans Pro', sans-serif;
	color:#000000;
	font-weight:300;
	padding:10px 0px;
}
/* HP sekcije */
.baneri{
	padding:60px 0px;
	background:#f3f4fe;
}
.pregovori{
	padding:40px 0px 0px;
}
.pregovori-flex{
	display:flex;
}
.pregovori-okvir{
	background:#d4e1f4;
	padding:20px;
	text-align:center;
	margin: 10px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}
.pregovori-okvir a{
	display: flex;
  justify-content: center;
  align-items: center;
}
.fondovi, .publications{
	padding:60px 0px;
	background:#fff;
}
.galerija{
	padding:40px 0px;
	background:#fff;
}
.fondovi .pregovori-okvir{
	background:#f3f4fe;
}
.dokumenta{
	padding:60px 0px;
	background:#0d4077;
}
.dokumenta h2{
	color:#fff;
	border-left:3px solid #fff;
}
.dokumenta .arhiva a{
	color:#fff;
}
.dokumenta .pregovori-okvir{
	background:#fff;
}
.galerija h3.hp-header{
	font-size:1.2rem;
}
#mojtab {
	position:relative;
}

#mojtab li a.tab{
	background: #d4e1f4;
    padding: 5px 10px;
    margin: 0px 15px;
}
#mojtab li a.tab.active{
	background: #0d4077;
	color:#fff;
    padding: 5px 10px;
    margin: 0px 15px;
}
#mojtab li.cinjenice a.tab{
	background: #d93a43;
	color:#fff;
    padding: 5px 10px;
    margin: 0px 15px;
}
.news #mojtab .nav{
	position: absolute;
  top: 50px;
}
.minister-title{
	 margin-bottom: 60px;
}

/* Footer */
.footer-up{
	background:#0d4077;
	padding:20px 0px;
	font-weight:300;
	color:#fff;
	font-size:1.2rem;
}
.footer-up a{
	color:#fff;
}
.footer-middle{
	padding:0px 0px 40px;
}
.footer-middle h3{
	font-size:1.5rem;
	padding:40px 0px 1rem;
}
.footer-middle p{
	margin:5px 0px;
}
.footer-middle a{
	color:#000;
	font-weight:300;
	font-size:1.2rem;
}
.footer-middle .follow a{
	color:#0d4077;
}
.footer-middle .follow .new-twitter{
	margin: 6px 3px 0px 12px;
	font-size:1.1rem;
}
.footer-down{
	background:#0d4077;
	padding:1rem 0;
	font-weight:300;
	color:#fff;
	font-size:0.9rem;
}
.footer-down p{
	margin:0;
}
.links2{
	padding-top:90px;
}
@media (max-width: 768px){
.links2 {
    padding-top:0px;
}
}
/* Path */
.path{
	background:#0d4077;
	padding:10px 0px;
	font-size: 0.9rem;
	font-weight:300;
	color:#fff;
	margin:0px;
}
.path ul{
	padding:0px;
	margin:0px;
	list-style-type: none;
}
.path li {
	float:left;
	background:none !important;
	padding:0 !important;
	margin: 0 !important;
}
.path li:before {
	font-family: 'FontAwesome';
	color: #fff;
  content: "\f0da";
	 margin:0px 7px;
}
.path li:first-child:before, .path li:first-child + li:before {
  content: "";
	margin:0px 4px;
}
.path a:link, .path a:visited {color: #fff;text-decoration: none;}
.path a:hover {color: #fff;text-decoration: underline;}

/*Dodatna navigacija */
.naviglinks_body {
	padding: 10px;
	background:#f3f4fe;
}
.naviglinks{

}
.naviglinks h2{
	border-left:3px solid #f3f4fe;
	margin:0;
	padding:10px;
	font-size:1.5rem;
	font-weight:400;
}
.naviglinks ul{
	padding:0px;
	margin:0px;
	list-style-type: none;
}
.naviglinks ul li{
	font-size:1rem;
	font-weight:400;
	padding:10px;
}
.naviglinks ul li.selected{
	background:#0d4077;
}
.naviglinks ul li.selected a{
	color:#fff;
}

/*Content */
.content-wrap{
	padding:50px 0px;
}
.content h1{
	font-size:2rem;
	font-weight:500;
	border-left:3px solid #0d4077;
	padding:5px 0px 5px 20px;
	margin-bottom:20px;
}
.content-body {
	font-family: 'Source Sans Pro', sans-serif;
}
.content-body h1, .content-body h2, .content-body h3, .content-body h4, .content-body h5, .content-body h6{
	font-family: 'Fira Sans Condensed', sans-serif;
}
.content-body h2{
		font-size:1.5rem;
		margin-bottom:1rem;
}
.content-body h3{
		font-size:1.2rem;
		margin-bottom:1rem;
}
.content-body h4{
		font-size:1rem;
		margin-bottom:1rem;
}
.content-body a{
	font-weight:600;
}
/* News */
#news .news-wrapper{
	margin-bottom:50px;
}
.cinjenice .news_body{
	margin-bottom:30px;
}
.cinjenice .news-wrapper{
	height:100%;
}
.cinjenice .news_body:nth-of-type(2) .news-wrapper{
	background:url(../images/back_cinjenice_1.jpg) no-repeat center center;
	background-size: cover;
}
.cinjenice .news_body:nth-of-type(3) .news-wrapper{
	background:url(../images/back_cinjenice_2.jpg) no-repeat center center;
	background-size: cover;
}
.cinjenice .news_body:nth-of-type(4) .news-wrapper{
	background:url(../images/back_cinjenice_3.jpg) no-repeat center center;
	background-size: cover;
}
.cinjenice .news-header {
    padding: 20px 30px;
}
.news .cinjenice h2.news_header {
    color: #fff;
		text-align: center;
}
.kategorije{
	border-bottom: 1px solid #dee2e6;
	padding-bottom:5px;
}
.select-item{
	display:inline-block;
}
.search-filter input{
	border:1px solid #ccc;
	padding:5px;
	font-size:0.9rem;
}
.search-filter button{
	background: #0d4077;
	border: 1px solid #0d4077;
	width: 30px;
	height: 30px;
	color: #fff;
	border-radius: 5px;
	margin:0px 5px;
	float: right;
}
.broj button{
	background: #0d4077;
	border: 1px solid #0d4077;
	width: 30px;
	height: 30px;
	color: #fff;
	border-radius: 5px;
}
.broj button:disabled,
.broj button[disabled]{
  border: 1px solid #0d4077;
  background-color: #f3f4fe;
  color: #0d4077;;
}
/*
p > a[href$=".pdf"]:before, li > a[href$=".pdf"]:before{
	font-family: 'Font Awesome 6 Free';
	content: "\f1c1";
	display: inline-block;
	margin-right:5px;
}

p > a[href$=".docx"]:before, li > a[href$=".docx"]:before, p > a[href$=".doc"]:before, li > a[href$=".doc"]:before{
	font-family: 'Font Awesome 6 Free';
	content: "\f1c2";
	display: inline-block;
	margin-right:5px;
}
*/
p > a[href$=".ppt"]:before, li > a[href$=".ppt"]:before{
	font-family: 'Font Awesome 6 Free';
	content: "\f1c4";
	display: inline-block;
	margin-right:5px;
}
li.pdf{
	/*list-style: none;
	margin-left:-20px;*/
}
.ui-helper-reset {
    list-style: disc;
}
/*Eventi */
table.table-event{
	border:2px solid #f3f4fe;
	font-size:1rem;
}
table.table-event th{
	border-bottom:2px solid #0d4077;
	background:#f3f4fe;
	padding:1rem;
	color: #0d4077;
  font-weight: 500;
  font-size: 1.1rem;
}
 table.table-event td.date{
	min-width:150px;
	font-size:0.9rem;
}
table.table-event th.date{
	min-width:150px;
	font-size:1.1rem;
}
table.table-event th.place{
	min-width:120px;
}
table.table-event td{
	padding:1rem;
	border-bottom:2px solid #f3f4fe;
}
table.table-event td p{
	margin-bottom:0;
}
.event {
	margin-left: -25px;
  margin-right: -25px;
}
.res_vid {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 25px;
}
.res_vid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}
/*Brojevi */
#statistic{
	padding:60px 0px;
	background: #ffffff;
}
.statistic-up{
	min-height:25px;
}
h5.statistic-number{
	font-size:5rem;
	font-weight:600;
	color:#0d4077;
}
.statistic-text{
	font-size:2rem;
	font-weight:400;
	text-transform: uppercase;
	line-height: 1;
	margin:0;
}
#statistic .small {
    font-size: .75em;
}
/* Klasteri */
.klaster{
	padding: 15px 15px 15px;
	margin-bottom: 15px;
}
.zeleno h3, .zeleno .klasteri-okvir{
	background-color: #e2efd9;
	padding: 10px;
	display: block;
}
.klasteri-okvir{
	padding: 3px 0px;
	line-height: 1;
	font-size: 1rem;
}
.zeleno{
	background-color: #e2efd9;
}
.zeleno .klasteri-okvir{
	padding: 5px 0px;
	display: block;
	margin: 1px 0px;
}

.klaster.zeleno h3{
	line-height: 0.8;
}
.klaster h3{
	line-height: 0.8;
	padding:10px 0px;
	font-size: 1.2rem;
}
.klasterp{
	padding:15px;
	border:1px solid #000;
}
.klastero{
	font-size:0.9rem;
}
/* Search modal */
.search{
	cursor:pointer;
}
.sticky-back .search{
	position: fixed;
	top: 15px;
	z-index: 1000;
	right: 10px;
}
#search .modal-dialog{
	top:90px;
}
#search .modal-content, #search .modal-header{
	background:none;
	border:0;
}
#search .modal-body{
	margin-top:70px;
	padding:0px 10%;
}
#search .close {
	color:#b5bdc1;
	text-shadow:none;
	font-size:14px;
	font-weight:500;
	background: transparent;
  border: 0;
}
#search .close span{
	font-size:20px;
	border:1px solid #b5bdc1;
	padding:5px 10px;
	margin-left:10px;
}
#search form{
	display:flex;
}
#search input.search-input{
	font-size:23px;
	font-weight:300;
	background:transparent;
	border:0;
	border-bottom:2px solid #fff;
	padding:10px 0px;
	color:#fff;
	flex:8;
	width: 100%;
}
#search input.search-input:focus {
	border:0;
	outline: none;
}
#search input.search-input:-webkit-autofill, #search input.search-input:-webkit-autofill:hover,
#search input.search-input:-webkit-autofill:focus {
	  border: 0;
}
#search input.search-submit{
	font-size:14px;
	font-weight:600;
	background:transparent;
	border:2px solid #fff;
	padding:10px;
	color:#fff;
	flex:1;
	margin-left:15px;
	margin-bottom:10px;
}
.modal-backdrop {
    background-color: #58585a;
}
.modal-backdrop.show {
    opacity: .9;
}
.sb-search-open .sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	width: 100%;
	height: 40px;
	margin: 0;
	z-index: 10;
	padding: 10px 65px 10px 10px;
	font-family: inherit;
	font-size: 20px;
	color: #fff;
	display:block;
	background: #293741;
  border-radius: 5px;
	opacity: 0.9;
}

.search-open{
	position:absolute;
	right:0;
}
.sb-search-input {
	display:none;
}

#search input.search-input::-webkit-input-placeholder {
	color: #fff;
}

#search input.search-input:-moz-placeholder {
	color: #fff;
}

#search input.search-input::-moz-placeholder {
	color: #fff;
}

#search input.search-input:-ms-input-placeholder {
	color: #fff;
}
.hp-wrapper p{
	font-family: 'Source Sans Pro', sans-serif;
	color:#000;
	font-weight:400;
}
.mt-n1{
	margin-top: -1rem !important;
}
#publications .actual-category{
	font-size:1rem;
}

@media (max-width: 600px){
	ul.nav li{
	    margin-bottom: 15px;
	}
	ul.nav li:last-child{
			margin-bottom: 0;
	}
	.news #mojtab .nav {
    position: relative;
    top: 30px;
}
}
