@import "https://fonts.googleapis.com/css?family=Lora:400,700,400italic&subset=latin,latin-ext&.css";
@import "/css/blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
.custom-font {
  font-family: 'Arial';
}
.lora-font {
  font-family: 'Lora';
}
.custom-width {
  width: 990px;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

.center {
  margin: 0 auto;
  text-align: center;
}
.center  > DIV {
  text-align: left;
}
.box-sizing,
.boxsizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.left {
  float: left;
}
.right {
  float: right;
}
input[type=text],
textarea {
  box-sizing: border-box;
  height: 35px;
  border: 1px solid #cfcfcf;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 400;
  color: #595c62;
  line-height: 20px;
  padding: 2px 5px 0px 5px;
  outline: none;
}
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #595c62;
}
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #595c62;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #595c62;
  opacity: 1;
}
input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #595c62;
}
input[type=text].not-valid,
textarea.not-valid {
  border-color: red;
  background: #ffe7a9;
}
EM {
  font-style: italic;
}
html,
button,
input,
select {
  color: #333333;
}
html {
  background-color: white;
  height: 100%;
}
body {
  font-family: 'Arial';
  min-height: 100px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: black;
  word-spacing: 0.1px;
  /*letter-spacing: 0.2px;*/

}
::-moz-selection {
  background: #cfcfcf;
  text-shadow: none;
}
::selection {
  background: #cfcfcf;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #cfcfcf;
}
::-moz-placeholder {
  color: #cfcfcf;
}
::-moz-placeholder {
  color: #cfcfcf;
}
::-ms-input-placeholder {
  color: #cfcfcf;
}
A {
  color: #225ba8;
  text-decoration: none;
}
STRONG,
B {
  font-weight: bold;
}
.inner {
  width: 990px;
  text-align: left;
}
#content-container {
  margin: 0 auto;
  text-align: center;
  width: 990px;
  margin-top: 10px;
  margin-bottom: 47px;
  position: relative;
  min-height: 860px;
}
#content-container  > DIV {
  text-align: left;
}
#content-container.standard {
  margin-top: 67px;
}
#content-container.height-380 {
  /*min-height: 380px;*/
  min-height: 480px;
}
#content-container.height-430-lower {
  min-height: 430px;
  margin: 0;
  width: auto;
  background: #f7f7f7;
}
#content-container.height-430-lower .inner {
  margin: 0 auto;
}
#content-container.height-430-lower.lower2024 {
  overflow: hidden;
  /* uz ovaj overflow se mora maknuti height na lower-part */

}
.uputa-inner {
  padding: 15px;
  color: white;
  background-color: #0068ae;
  margin-bottom: 15px;
}
.uputa-inner p {
  margin: 0px;
  /*font-size: 15px;
        line-height: 23px;*/
  font-family: 'Lora';
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.uputa-inner a {
  color: white;
  text-decoration: underline;
  letter-spacing: 1px;
}
.uputa-inner a:hover {
  text-decoration: none;
}
.mr-drop-down-list {
  height: 34px;
  border: 1px solid #d2d2d2;
  color: #363b41;
  padding-left: 10px;
  /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    
    background: #fff url(../images/_theme/1/blue-arrow-down.png) no-repeat 95% center;*/

}
.button-link {
  font-family: 'Arial';
  display: block;
  font-size: 12px;
  line-height: 25px;
  background: transparent url(../images/_theme/1/blue-arrow-right.png) no-repeat right 7px;
  background-position: 105px 4px;
  font-weight: bold;
}
.button-link:hover {
  text-decoration: underline;
}
.mr-button {
  margin: 0 auto;
  text-align: center;
  min-height: 19px;
  display: inline-block;
  padding: 0;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
  vertical-align: middle;
  /*letter-spacing: normal;*/
  border: none;
}
.mr-button  > DIV {
  text-align: left;
}
.mr-button:hover {
  cursor: pointer;
}
.regular {
  background: #002784;
  border: 1px solid #d5d5d5;
}
.regular:hover {
  background: #1b3b85;
}
.patron {
  background: #ffb100;
  border: 1px solid #b6bec9;
}
.patron:hover {
  background: #ffc633;
}
.index-box {
  float: left;
  width: 320px;
  height: 100%;
  margin-right: 15px;
  text-align: left;
  background: #f7f7f7;
}
.index-box:first-child {
  width: 335px;
}
.index-box:first-child .index-issue {
  background: white;
}
.index-box:nth-child(3n) {
  width: 275px;
  margin: 0 15px;
  word-spacing: 0px !important;
  /*letter-spacing: 0.5px;*/

}
.index-box.txt-box {
  font-family: 'Lora';
  background: none;
  font-size: 14px;
  line-height: 21px;
  /*word-spacing: 4.7px;*/

}
.index-box.txt-box p {
  margin: 2px 0 0px 0;
  font-family: 'Lora';
  font-size: 14px;
  line-height: 21px;
}
.index-box.txt-box .button-link {
  /*background-position: 100px 5px;*/

  font-family: 'Lora';
  font-size: 14px;
  line-height: 21px;
  margin-top: 4px;
}
.index-box .search-form {
  /*font-size: 13px;*/
  font-family: 'Lora';
  font-size: 14px;
  margin: 19px 23px 0 23px;
}
.index-box .search-form h4 {
  margin-bottom: 16px;
  font-family: 'Lora';
  font-size: 14px;
}
.index-box .search-form span,
.index-box .search-form h4 {
  margin-left: 1px;
  line-height: 20px;
  display: block;
  color: #363b41;
  font-family: 'Lora';
  font-size: 14px;
}
.index-box .search-form .item-input {
  margin-bottom: 25px;
}
.index-box .search-form .item-input.last {
  margin-bottom: 5px;
}
.index-box .search-form .item-input textarea {
  resize: none;
  height: 82px;
}
.index-box .search-form .item-input input[type=text],
.index-box .search-form .item-input textarea {
  width: 273px;
}
.index-box .search-form .mr-button {
  margin-left: 1px;
  background: #002784;
  border: 1px solid #d5d5d5;
}
.index-box .search-form .mr-button:hover {
  background: #1b3b85;
}
.index-box .index-box-title {
  background: transparent url(../images/_theme/1/white-trapez.png) no-repeat -3px -1px;
  height: 67px;
  padding-left: 30px;
  padding-top: 3px;
  font-family: 'Lora';
  color: #002784;
  font-size: 18px;
  line-height: 25px;
}
.index-box .item-holder {
  margin: 0 35px 0 30px;
  font-size: 12px;
}
.index-box .item-holder p {
  /*line-height: 16px;
            margin: 10px 0 16px 0;
            word-spacing: 2px;*/
  font-family: 'Lora';
  font-size: 14px;
  line-height: 21px;
  margin: 10px 0 16px 0;
}
.index-box .item-holder p:first-child {
  margin-top: 0;
}
.index-box .button-holder {
  margin: 36px 0 0 35px;
}
.index-box .news-naslovna {
  color: #4e5257;
  font-size: 12px;
  line-height: 16px;
  word-spacing: 1px;
}
.index-box .news-naslovna .button-link {
  /*background-position-x: 88px;*/
  /*background-position-x: 98px;*/
  background-position: 105px 4px;
  font-family: 'Lora';
  font-size: 14px;
  /*line-height: 23px;*/
  line-height: 19px;
  margin-top: 0px;
}
.index-box .news-naslovna .news-datum {
  color: #646363;
  margin: 3px 0 5px 0;
}
.index-box .news-naslovna .news-naslov {
  /*font-size: 14px;            
            color: #000;         
            margin-bottom: 14px;*/
  font-family: 'Lora';
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
.index-box .news-naslovna p {
  margin: 12px 0 4px 0;
}
.index-box .news-naslovna li {
  margin-bottom: 26px;
}
.index-box .izdavastvo {
  color: #636363;
  font-size: 12px;
}
.index-box .izdavastvo p,
.index-box .izdavastvo h3 {
  margin-left: 26px;
  margin-right: 26px;
}
.index-box .izdavastvo b {
  color: black;
}
.index-box .izdavastvo h3 {
  margin-top: 25px;
  font-size: 13px;
}
.index-box .izdavastvo p {
  margin-top: 2px;
  line-height: 23px;
}
.index-box .izdavastvo .button-holder {
  margin-top: 6px;
  margin-left: 26px;
}
.index-box .izdavastvo .item-holder {
  height: 184px;
  padding: 9px 27px 0 21px;
  text-align: center;
  display: table-cell;
}
.index-box .izdavastvo #nav-prev {
  opacity: 0.8;
  margin-right: 18px;
}
.index-box .izdavastvo #nav-prev:hover {
  opacity: 1;
}
.index-box .izdavastvo #nav-next {
  opacity: 0.8;
  margin-left: 16px;
}
.index-box .izdavastvo #nav-next:hover {
  opacity: 1;
}
.index-box .izdavastvo #item-info {
  display: inline-block;
}
.index-box .izdavastvo #item {
  background: #043980;
  width: 176px;
  height: 182px;
  border: 1px solid #e7e7e7;
  vertical-align: middle;
  display: inline-block;
}
.index-box .izdavastvo #item img {
  margin-top: 5px;
}
.index-box .izdavastvo #nav-prev img,
.index-box .izdavastvo #nav-next img {
  vertical-align: middle;
  display: inline-block;
}
.index-box .izdavastvo #nav-prev img:hover,
.index-box .izdavastvo #nav-next img:hover {
  cursor: pointer;
}
.index-box.pretplata .button-holder {
  margin: 31px 0 0 31px;
}
.index-box .izdavastvo.prijava-radova .item-holder {
  padding: 0px;
  margin: 0 35px 0 30px;
  text-align: left;
}
.index-box .izdavastvo.prijava-radova .item-holder p {
  margin-top: 0px;
}
.index-box .izdavastvo.prijava-radova a:hover {
  text-decoration: underline;
}
.lower-part {
  /* uz onaj overflow na lower2024 se mora maknuti height na ovom lower-part */
  /*height: 433px;*/
  border-left: 17px solid white;
  border-right: 16px solid white;
  display: flex;
}
.lower-part .index-box {
  margin: 0;
  border-right: 15px solid white;
  width: 320px !important;
}
.lower-part .index-box:nth-child(3n) {
  border: none;
  margin: 0;
}
.lower-part .index-box.box2 {
  /* prilagoditi po potrebi:*/
  min-height: 444px;
}
.izdavastvo-list .item {
  float: left;
  width: 171px;
  margin: 10px 10px;
}
.izdavastvo-list .item .image {
  background: #043980;
  text-align: center;
  display: block;
  height: 170px;
}
.izdavastvo-list .item .data {
  margin-top: 5px;
  padding: 5px 10px;
  font-size: 12px;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  color: #646363;
  min-height: 80px;
}
.izdavastvo-list .item .data .title {
  color: black;
  font-size: 13px;
  margin-bottom: 5px;
}
.izdavastvo-list .item:hover {
  cursor: pointer;
}
.izdavastvo-list .added {
  opacity: 0.7;
}
.izdavastvo-list .added .image,
.izdavastvo-list .added .data {
  box-shadow: none;
}
.izdavastvo-list .added:hover {
  cursor: default;
}
.izdavastvo-list .added:hover .image,
.izdavastvo-list .added:hover .data {
  box-shadow: none;
}
.item-list ul {
  margin: 0;
}
.item-list li {
  border-top: 3px solid #e6e6e6;
}
.item-list .item {
  margin: 2px 0 2px 0;
  padding: 5px 0 2px 15px;
}
.item-list .item:hover {
  background: #f7f7f7;
}
.item-list .datum {
  color: #636363;
  font-size: 12px;
}
.item-list .naslov {
  margin: 0;
}
.item-list .naslov a {
  line-height: 18px;
  color: black;
}
.item-list p {
  margin: 2px 0;
  color: black;
  font-size: 12px;
}
.item-list .left {
  width: 535px;
}
.item-list .icon-doc {
  margin-left: 32px;
  margin-bottom: 2px;
}
.item-list .data-icon {
  margin: 0 12px 0 0;
}
.data-icon {
  margin: 0 auto;
  text-align: center;
  color: black;
  font-size: 11px;
  line-height: 18px;
}
.data-icon  > DIV {
  text-align: left;
}
.data-icon a {
  display: block;
  color: black;
}
.icon-doc {
  margin: 0 auto;
  text-align: center;
  display: block;
  height: 20px;
  width: 15px;
  background: transparent url(../images/_theme/1/doc-icon.png) no-repeat 0 0;
}
.icon-doc  > DIV {
  text-align: left;
}
#pregled-clanka h1 {
  line-height: normal;
}
NAV {
  background: #043980;
  width: 100%;
  font-family: 'Lora';
}
NAV .mainMenu {
  position: relative;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  height: 77px;
  width: 990px;
  display: table;
  margin: 0 auto;
}
NAV .mainMenu a {
  display: table-cell;
  vertical-align: middle;
}
NAV .mainMenu a li {
  box-sizing: border-box;
  color: white;
  font-weight: 400;
  font-size: 16px;
  display: block;
  text-align: left;
  line-height: 17px;
  padding-right: 40px;
}
NAV .mainMenu a.selected li {
  color: #ffb100;
}
NAV .mainMenu a:hover li {
  color: #ffb100;
}
NAV .mainMenu a:last-child {
  vertical-align: top;
  padding: 0;
  margin: 0;
  width: 258px;
  font-family: 'Arial';
}
NAV .mainMenu a:last-child li {
  text-transform: uppercase;
  padding-right: 0;
  display: table-cell;
  vertical-align: middle;
  background: transparent url(../images/_theme/1/black-trapez.png) no-repeat 1px -1px;
  width: 258px;
  height: 33px;
  text-align: center;
  font-size: 12px;
}
HEADER {
  margin: 0 auto;
  text-align: center;
  font-family: 'Lora';
  height: 186px;
  background: #0068ae url(../images/_theme/1/hat-guy-head.png) no-repeat -45px 0;
}
HEADER  > DIV {
  text-align: left;
}
HEADER #logo-black {
  margin: 25px 0 0 66px;
}
HEADER .inner {
  width: 990px;
  margin: 0 auto;
  position: relative;
  height: inherit;
  box-sizing: border-box;
}
HEADER .logo {
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  line-height: 26px;
  color: white;
  margin-top: 76px;
  /*
        padding-left: 78px;
        padding-top: 8px;
        height: 80px;*/

}
HEADER .logo a {
  color: white;
}
HEADER .logo .subtitle {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: white;
  margin-top: -2px;
}
HEADER .top-box {
  display: inline-block;
  float: right;
  margin-top: 10px;
  font-family: 'Arial';
}
HEADER .top-box .links {
  float: right;
  font-size: 12px;
  margin: 48px 0 34px 0;
  line-height: 11px;
  padding-right: 3px;
}
HEADER .top-box .links LI {
  display: table-cell;
}
HEADER .top-box .links a {
  margin-left: 27px;
  color: white;
}
HEADER .top-box .search {
  padding-right: 3px;
}
HEADER .top-box .search input[type=text] {
  float: left;
  box-sizing: border-box;
  width: 168px;
  height: 29px;
  border: none;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 400;
  color: #595c62;
  line-height: 20px;
  padding: 2px 5px 0px 15px;
  outline: none;
}
HEADER .top-box .search input[type=text]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #595c62;
}
HEADER .top-box .search input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #595c62;
  opacity: 1;
}
HEADER .top-box .search input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #595c62;
  opacity: 1;
}
HEADER .top-box .search input[type=text]::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #595c62;
}
HEADER .top-box .search #search-btn {
  float: left;
  box-sizing: border-box;
  width: 40px;
  height: 29px;
  text-indent: -10000px;
  background: transparent url(../images/_theme/1/search.png) no-repeat 50% 50%;
  background-color: white;
}
HEADER .top-box .social {
  float: left;
}
HEADER .top-box .social a {
  display: inline-block;
  width: 27px;
  height: 26px;
  margin-left: 8px;
  text-indent: -10000px;
}
HEADER .top-box .social a.rss {
  background: transparent url(../images/_theme/1/rss.png) no-repeat 50% 50%;
}
HEADER .top-box .social a.facebook {
  background: transparent url(../images/_theme/1/facebook.png) no-repeat 50% 50%;
}
ARTICLE {
  float: left;
  width: 656px;
  line-height: 18px;
  /*letter-spacing: 0.255px;*/
  word-spacing: 0.34px;
}
ARTICLE.index-wide {
  width: 990px;
  margin: 0 auto;
}
ARTICLE H1 {
  color: #043980;
  font-family: 'Lora';
  line-height: 26px;
  font-size: 24px;
  margin-bottom: 29px;
}
ARTICLE H2 {
  font-size: 13px;
  line-height: 120%;
  font-weight: bold;
  color: black;
  /*text-transform: uppercase;*/
  margin-top: 25px;
  margin-bottom: 15px;
}
ARTICLE H3 {
  font-size: 12px;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}
ARTICLE H4 {
  color: #636363;
}
ARTICLE UL {
  margin: 20px;
}
ARTICLE UL LI {
  list-style: none;
}
ARTICLE OL {
  margin: 0 40px;
}
ARTICLE OL LI {
  list-style: decimal;
  margin-bottom: 3px;
}
ARTICLE P {
  margin: 18px 0;
}
ARTICLE TABLE TD {
  vertical-align: top;
}
ARTICLE .ad-back,
ARTICLE .ad-forward {
  opacity: 0 !important;
}
ARTICLE .ad-nav:hover .ad-back,
ARTICLE .ad-nav:hover .ad-forward {
  opacity: 0.7 !important;
}
ARTICLE .ad-back:hover,
ARTICLE .ad-forward:hover {
  opacity: 0.7 !important;
}
ARTICLE .mini-box-holder {
  margin-bottom: 3px;
}
ARTICLE .mini-box-holder .mini-box {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  font-family: 'Lora';
  height: 67px;
  width: 67px;
  line-height: 21px;
  color: white;
}
ARTICLE .mini-box-holder .mini-box  > DIV {
  text-align: left;
}
ARTICLE .mini-box-holder .mini-box span {
  font-size: 14px;
}
ARTICLE .mini-box-holder .mini-box.year {
  font-size: 18px;
  background: #002784;
}
ARTICLE .mini-box-holder .mini-box.volume {
  font-size: 24px;
  color: #002784;
  background: #e6e6e6;
}
ARTICLE .mini-box-holder .mini-box.number {
  font-size: 24px;
  background: #ffb100;
}
ARTICLE .issue-details {
  height: 67px;
}
ARTICLE .issue-details .mini-box-holder {
  margin-right: 2px;
  margin-bottom: 0;
}
ARTICLE .issue-details .mini-box-holder:first-child {
  margin-right: 0;
}
ARTICLE .issue-details .mini-box-holder:last-child {
  margin-right: 4px;
}
ARTICLE .article-holder {
  margin-bottom: 30px;
}
ARTICLE a:hover {
  text-decoration: underline;
}
ASIDE.right {
  width: 266px;
}
ASIDE.right .box {
  width: 210px;
  background: #043980;
  padding: 29px 25px 20px 30px;
  color: white;
  border: 1px solid #e8e8e8;
}
ASIDE.right .box h2 {
  font-weight: bold;
  color: #ffb100;
  margin-bottom: 10px;
}
ASIDE.right .box p {
  margin-bottom: 28px;
}
ASIDE.right .box a {
  color: #0fe8e0;
}
ASIDE.right .box-search-light,
ASIDE.right .box-filter-white {
  min-height: 403px;
  width: 215px;
  font-size: 13px;
  padding: 20px 23px 0 27px;
  background: #225ba8;
}
ASIDE.right .box-search-light h4,
ASIDE.right .box-filter-white h4 {
  margin-bottom: 18px;
}
ASIDE.right .box-search-light span,
ASIDE.right .box-filter-white span,
ASIDE.right .box-search-light h4,
ASIDE.right .box-filter-white h4 {
  line-height: 28px;
  display: block;
  margin-left: 2px;
}
ASIDE.right .box-search-light .margin-bot-6,
ASIDE.right .box-filter-white .margin-bot-6 {
  margin-bottom: 6px;
}
ASIDE.right .box-search-light .item-input,
ASIDE.right .box-filter-white .item-input {
  margin-top: 13px;
}
ASIDE.right .box-search-light .item-input.last,
ASIDE.right .box-filter-white .item-input.last {
  margin-top: 7px;
  margin-bottom: 19px;
}
ASIDE.right .box-search-light .item-input textarea,
ASIDE.right .box-filter-white .item-input textarea {
  resize: none;
  height: 82px;
}
ASIDE.right .box-search-light .item-input input[type=text],
ASIDE.right .box-filter-white .item-input input[type=text],
ASIDE.right .box-search-light .item-input textarea,
ASIDE.right .box-filter-white .item-input textarea {
  width: 216px;
}
ASIDE.right .box-search-light .mr-button,
ASIDE.right .box-filter-white .mr-button {
  margin-left: 3px;
  background: #ffb100;
  border: 1px solid #b6bec9;
}
ASIDE.right .box-search-light .mr-button:hover,
ASIDE.right .box-filter-white .mr-button:hover {
  background: #ffc633;
}
ASIDE.right .box-filter-white {
  padding-top: 10px;
  margin-bottom: 14px;
  border: 1px solid #e9e9e9;
  min-height: 147px;
  background: #f7f7f7;
}
ASIDE.right .box-filter-white span {
  margin-bottom: 4px;
}
ASIDE.right .box-filter-white .mr-button {
  margin-left: 0;
  background: #002784;
  border: 1px solid #d5d5d5;
}
ASIDE.right .box-filter-white .mr-button:hover {
  background: #1b3b85;
}
ASIDE.right .box-filter-white .item-input {
  margin-top: 13px;
}
ASIDE.right .box-filter-white .item-input.last {
  margin-bottom: 17px;
}
ASIDE.right .box-filter-white .title {
  margin: 0;
  padding-bottom: 10px;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #c6c6c6;
}
ASIDE.right .box-filter-white #shoping-chart {
  margin: 10px 0 0 0;
}
ASIDE.right .box-filter-white #shoping-chart ul li {
  margin: 5px 0;
  padding: 0 5px;
  line-height: 18px;
  font-style: italic;
}
ASIDE.right .box-filter-white #shoping-chart ul li:hover {
  background: white;
}
ASIDE.right .box-filter-white #shoping-chart .item {
  z-index: 99999;
}
ASIDE.right .box-filter-white #shoping-chart .price,
ASIDE.right .box-filter-white #shoping-chart a {
  float: right;
  margin: 0 0 0 10px;
  line-height: 18px;
  font-weight: bold;
  font-style: normal;
}
ASIDE.right .box-filter-white #shoping-chart a {
  color: red;
  line-height: 15px;
}
ASIDE.right .box-filter-white #total-price {
  text-align: right;
  border-top: 1px solid #c6c6c6;
  padding-top: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}
ASIDE.right .index-box {
  width: inherit;
  margin: 0;
}
ASIDE.right .index-box .index-box-title {
  background: none;
  height: auto;
  padding: 15px 30px;
}
ASIDE.right .index-box p {
  display: none;
}
FOOTER {
  margin: 0 auto;
  text-align: center;
  margin-top: 51px;
  color: white;
  font-size: 12px;
  min-height: 413px;
  background: #043980 url(../images/_theme/1/foot-covjek_2.jpg) no-repeat right 75px;
}
FOOTER  > DIV {
  text-align: left;
}
FOOTER strong,
FOOTER b {
  font-size: 14px;
  word-spacing: 2px;
  line-height: 19px;
}
FOOTER a {
  color: #0fe8e0;
}
FOOTER p {
  padding-bottom: 10px;
}
FOOTER .footer-item-holder {
  width: 990px;
  margin: 0 auto;
  background: transparent url(../images/_theme/1/logo-white.png) no-repeat 0px 43px;
  padding-top: 67px;
}
FOOTER .footer-item {
  float: left;
  width: 320px;
  margin-right: 15px;
  background: transparent;
  margin-top: 31px;
  word-spacing: 0px;
  line-height: 18px;
}
FOOTER .footer-item a:hover {
  text-decoration: underline;
}
FOOTER .footer-item:last-child {
  margin: 0;
}
FOOTER NAV {
  font-family: 'Arial';
  background: transparent;
  font-size: 14px;
}
FOOTER NAV LI {
  padding-left: 32px;
  margin-bottom: 6px;
  background: transparent url(../images/_theme/1/white-arrow-right.png) no-repeat 1px 3.5px;
}
FOOTER NAV .first-list LI {
  width: 122px;
}
FOOTER NAV .second-list LI {
  width: 139px;
  padding-left: 27px;
}
FOOTER NAV A {
  color: white;
}
FOOTER NAV a:hover {
  text-decoration: underline;
}
FOOTER NAV .first-list LI#m-knjige-neaktivno {
  display: none;
}
/* ==========================================================================
    2024-novi index v2
   ========================================================================== */

body.index-v2 .html-code {
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
body.index-v2 .uputa.doktorska-r .uputa-inner {
  padding: 30px 30px 32px 30px;
}
body.index-v2 .uputa.doktorska-r .uputa-inner p {
  line-height: 35px;
}
body.index-v2 .uputa.doktorska-r .uputa-inner a {
  /*color: #ffb100;*/
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 33px;
  font-weight: bold;
}
body.index-v2 .uputa.doktorska-r .uputa-inner a img {
  display: block;
  margin: 0 auto;
}
body.index-v2 .uputa.doktorska-r .uputa-inner a:hover {
  text-decoration: underline;
}
body.index-v2 #content-container.height-380 {
  min-height: 645px;
}
/* ==========================================================================
   2024-novi index v2 kraj 
   ========================================================================== */

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
#cookie-bar {
  position: fixed;
  background: #043980;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  z-index: 99999999;
  padding: 10px 40px;
  color: white;
  opacity: 0.7;
}
#cookie-bar a {
  display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
  margin-left: 3px;
  background: #ffb100;
  border: 1px solid #b6bec9;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
  vertical-align: middle;
  /*letter-spacing: normal;*/

}
