/* Header */
.header{
	background:#fff;
	height:110px;
}
#language ul{
	list-style-type: none;
	background: #fff;
	padding: 0.2rem 1rem;
	margin-bottom: 0;
	color:#8e8e8e;
	font-size:1rem;
}
#language img{
	margin-right:5px;
}
.dropdown-toggle::after {
    margin-left: 1rem;
		vertical-align: 0;
		border-top: 0.5em solid;
		border-right: 0.5em solid transparent;
		border-bottom: 0;
		border-left: 0.5em solid transparent;
}
#language .dropdown-menu.show{
	transform: translate(0px, 25px) !important;
	left:-1rem !important;
}
.dropdown-menu{
	border:0;
  border-radius: 0;
}
.dropdown-item {
  padding: 5px 0;
  color:#8e8e8e;
}
.navbar{
	font-size:1rem;
	font-weight:500;
}
.nav-item{
	display: flex;
  justify-content: center;
  flex-direction: column;
}
.vis{
	font-size:0.9rem;
	font-weight:500;
	color:#8e8e8e;
	display: flex;
	justify-content: center;
	flex-direction: row;
}

/*Sticky */
.header, .header img{
	transition: all 0.5s ease;
}
.header img{
	width:250px;
}
.header.sticky{
	position:fixed;
  top:0px !important;
	left: 0;
	right:0;
	z-index: 200;
		height:70px;
}
.header.sticky .navbar-brand img{
	width:130px;
}
.header.sticky .navbar{
--bs-navbar-padding-y: 0.2rem;
}
.body.sticky-content {
  margin-top:110px;
}

.menu{
	padding:10px;
}
.info-data{
	color: rgba(0, 0, 0, 0.55);
	font-size:0.9rem;
}
.sticky .info-data {
    font-size: 0.8rem;
}

/* Path */
.path{
	background:#231f20;
	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;}

/*body*/
.main h1{
	font-size: 1.2rem;
	font-weight:700;
	margin-bottom:1rem;
	padding-bottom: 0.7rem;
	border-bottom:1px solid #ececec;
}
.main h1 i{
	color:#ed1c24;
}
.body{
	font-size: 1rem;
}
/*Sidebar*/
.sidebar h2{
	font-size: 1rem;
	font-weight:700;
	margin-bottom:1rem;
	padding-bottom: 0.7rem;
	border-bottom:1px solid #ececec;
}
.sidebar h2 i{
	color:#ed1c24;
	min-width: 25px;
}
.input-group-text {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c6c6c;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}
.input-group input{
    font-size: 0.8rem;
		color: #cacaca;
}
.input-button input{
    font-size: 1rem;
		color: #fff;
		background:#ed1c24;
		width:100%;
}
.input-button input:hover{
		color: #fff;
		background:#000;
}
.register{
	font-size:0.8rem;
}
.register a{
	color:#000;
}
.username-error{
	width:100%;
	font-size:0.8rem;
	color:#ed1c24;
}
.news-home{
	border: 5px solid #ed1c24;
	border-radius: 10px;
}
.news-home p{
	color: #ed1c24;
	font-size:0.9rem;
}
.news-home ul{
	list-style-type: none;
	padding-left: 1rem;
}
.news-home li{
	font-size:0.8rem;
	line-height: 1.2;
	margin-bottom:1rem;
}
.news-home ul li:before {
  content: '\f005';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.4em;
  color: #ed1c24;
	font-size: 0.7rem;
}
/*News*/
.news{
	margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.news-thumbnail{
	border-radius: 10px;
	overflow:hidden;
	position: relative;
}
.news-thumbnail img{
	width:100%;
}
.news-thumbnail .time{
	position:absolute;
	bottom:0;
	right:0;
	margin:4px;
	padding:6px 8px;
	background:rgba(0, 0, 0, 0.5);
	color:#fff;
	font-size:0.7rem;
}
h4.hp-header{
	font-size:1rem;
	line-height:1.1;
	margin:10px 0px 15px;
	font-weight: bold;
}
.hp-date{
	font-size:0.8rem;
	color:#8e8e8e;
}
.hp-date span{
	float:right;
	font-size:0.7rem;
	color:#ed1c24;
}
.download{
	color:#8f8f8f;
	font-weight:700;
	font-size:0.75rem;
	background: #f6f6f6;
  border-radius: 3px;
  display: block;
  width: auto;
  padding: 10px;
	transition: all 0.5s ease-out;
}
a .download{
	transition: all 0.5s ease-out;
	cursor:pointer;
}
a:hover .download {
	color:#fff;
}
a .download:hover{
	background: #ed1c24;
}
#news-details{
	font-size:1rem;
}
#news-details img{
	width:100%;
}

/*Paginacija*/
#paginator{
	margin:2rem 0;
	color:#8e8e8e;
	font-size:0.8rem;
}
/* Search modal */
.search{
	cursor:pointer;
	display: flex;
  flex-direction: column;
	justify-content: center;
	background:#fff;
	padding:5px;
	border:1px solid #ececec;
	border-radius: 0.375rem;
	color: #ed1c24;
	margin-left: 1rem;
	height: 34px;
  width: 34px;
}
.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 ;
}
#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;
	border-radius: 0.375rem;
}
#search form{
	display:flex;
}
#search input.search-input{
	font-size:23px;
	font-weight:300;
	background:transparent;
	border:0;
	border-bottom:1px 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: #ed1c24;
	border: 1px solid #fff;
	padding: 10px;
	color: #fff;
	flex: 1;
	margin-left: 15px;
	margin-bottom: 10px;
	border-radius: 0.375rem;
}
.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;
}
td.date{
	font-size:0.8rem;
	min-width: 100px;
}
td.title{
	font-size:0.9rem;
	/*white-space: nowrap;*/
}
/*Footer */
.footer{
	font-size:1rem;
}
.footer-up{
	background:#231f20;
	padding:40px 0px;
}
.footer-down{
	padding:15px 0px;
	font-size:0.9rem;
	color:#8e8e8e;
	text-align:center;
}
.footer-content{
	color:#fff;
	line-height: 1.2;
	font-size:0.8rem;
}
.footer-content h2{
	color:#fff;
	line-height: 1.1;
	font-size:1.1rem;
	font-weight:600;
}
.footer-content a{
	color:#fff;
}
.footer-content i{
	font-size: 2rem;
  color: #fff;
}
.social a {
    color: #fff;
    width: 40px;
    display: inline-block;
    background: #ccc;
    padding: 3px;
    border-radius: 3px;
		margin-right:5px;
}
#language .social a {
    color: #ed1c24;
    width: 34px;
		height: 34px;
    display: inline-flex;
    background: #fff;
		justify-content: center;
    flex-direction: column;
    text-align: center;
		margin-right:0.5rem;
}
button.pager:disabled{
	background:#ed1c24;
	color:#fff;
	border:0;
	border-radius:0.2rem;
}
button.pager{
	background:#f6f6f6;
	color:#8e8e8e;
	border:0;
	border-radius:0.2rem;
	padding:5px 10px;
	font-size: 0.8rem;
	font-weight:300;
}
.login p{
	font-size:0.7rem;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}
.login p.login-text{
	font-size:0.8rem;
}
/* Meni */
.dropdown-menu {
	margin:0;
	padding:0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #000;
  background-color: transparent;
}
.dropdown-menu .header-menu{
	display:none;
}
.dropdown-menu li{
	padding:0.6rem;
}
.dropdown-toggle::after {
  margin-left: 0.7rem;
  color: #ed1c24;
}
@media (max-width: 600px){
	.info-data{
		display:none;
	}
}
