/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.uk-panel-box-noborder-nopadding {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
}

.uk-dropdown {
    width: 220px;
}

.uk-button-link-lux,
.uk-button-link-lux:hover,
.uk-button-link-lux:focus,
.uk-button-link-lux:active,
.uk-button-link-lux.uk-active,
.uk-button-link-lux:disabled {
  border-color: transparent;
  background: none;
  text-decoration: underline;
  float: right;
}
/* Color */
.uk-button-link-lux {
  color: #444444;
}
.uk-button-link-lux:hover,
.uk-button-link-lux:focus,
.uk-button-link-lux:active,
.uk-button-link-lux.uk-active {
  color: rgba(68, 68, 68, 0.6);
  text-decoration: none;
}
.uk-button-link-lux:disabled {
  color: rgba(68, 68, 68, 0.25);
}
/* Focus */
.uk-button-link-lux:focus {
  outline: 1px dotted;
}
.tm-navbar:not(.uk-navbar-attached) .tm-nav-logo {
    top: -40px;
}

.uk-button {
    /* font-family: 'Oswald'; */
    font-weight: 400;
	font-size: 11px;

}

.uk-button-small {
	color: #000000;
	border: 2px solid #000000;
}

/* Tablet and bigger */
@media (min-width: 1024px) {
  .uk-article-meta > span + span {
    margin-left: 3px;
  }
}
.tm-article-author:before, .tm-article-date:before, .tm-article-category:before {
    margin-right: 3px;
}

p.clancinaslov {
    font-size: 12px;
	line-height: 13px;
	text-align: center;
	margin-bottom: 20px !important;
	margin-top: 10px !important;
	display: block;
}

.uk-article-lead {
    font-style: normal;
}

a, .uk-link {
    color: #444444;
    text-decoration: none;
    cursor: pointer;
}
.tm-navbar:not(.uk-navbar-attached) .tm-nav-logo {
    top: -30px;
}
/*
.tm-block.tm-block-image {
    background: transparent url("../../../images/background.jpg") 50% 50% no-repeat;
    background-size: cover;
} */

.uk-article-title {
    color: #000000;
}

.tm-panel-title-large {
    color: #000000;
}

.uk-panel-title {
    color: #000000;
}

h1, .uk-h1 {
    color: #000000;
}
h2, .uk-h2 {
    color: #000000;
}
.uk-panel-header .uk-panel-title {
    border-bottom: 2px solid #F16527;
    color: #000000;
}
.uk-navbar-nav > li > a {
    color: #000000;
}

.uk-navbar-nav > li.uk-active > a {
    color: #F16527;
}

div._akademijanews {
    font-size: 12px;
    line-height: 18px;
    padding: 20px;
	list-style: none;
}

div._akademijanews ul, ol {
    padding-left: 0px;
    list-style: none;
}
div._akademijanews li {
    margin-bottom: 15px;
}

.mod-articles-category-date {
	color: #F16527;
	font-size: 10px;
}

.tm-logo-small {
  letter-spacing: -0.31em;
  position: relative;
  top: -55px;
}

@media (min-width: 768px) {
  .tm-cover-content {
    width: 700px;
}
}