/*
#------------------------------------------------------------------------
# Magazine - January Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* K2 Attachments */

.itemAttachmentsBlock span {
  width: 100%;
  font-weight: 900;
  color: #fff;
  text-decoration: underline;
}
.itemAttachmentsBlock a {
  font-weight: 900 !important;
}


/* K2 - komentari / RSS button*/
.itemComments,
a.k2FeedIcon {
  display: none;
}


/* NSP - naslovnica */
.bigtitle .header {
  background: rgba(137,180,214,0.85);
  color: #ffffff;
  font-weight: 900;
  padding: 10px;
}

.bigtitle .header h3 {
  
}

.nsphover .nspHoverOverlay .nspHeader, 
.nsphover .nspHoverOverlay .nspHeader a{
  color: #ffffff !important;
  font-weight:900;
}

.nsphover .nspImageWrapper .nspHeader,
.nsphover .nspImageWrapper .nspHeader a{
    color: #ffffff !important;
  font-weight:900;
}

/* Simple gallery */

#k2Container .itemFullText ul li.sigFreeThumb , 
#k2Container .itemIntroText ul li.sigFreeThumb{
  background: none !important;
}


/* Here you can include your override CSS styles */
section#gkPageTop {
  background-color: #325f94 !important;
}

/* Sidebar - custom HTML - sufix "light" */
.box.color1 {
  background-color: #eee !important;
}

/* IZBORNIK - start */

.gkMenu > ul > li.active:first-child > a,
.gkMenu > ul > li > a,
.gkMenu > ul > li a
{
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-left: 5px solid #68BA2B;
  margin: 5px 0 2px 0;
  padding: 0 2px 0 8px;
  line-height: 23px;
  background-color: #325f94 !important;
}

.gkMenu > ul > li > a:hover,
.gkMenu a:active, .gkMenu a:focus, .gkMenu li.active > a {
  color: #eee;
  background-color: #999;
}

.gkMenu > ul > li > a,
.gkMenu > ul > li a {
  transition: all 0.3s ease-out 0.1s;  
}

.gkMenu > ul > li > a.noPointer,
.gkMenu > ul > li a.noPointer {
  pointer-events: none; 
  cursor:default;
  background: #c4c096;
  border-left: none;
  text-align: center;
  color: #325f94;
}

/* IZBORNIK - kraj */