/*
Theme Name: KBCSM Tema
Version: 1.0.0
Author: kbcsm
Tags:


-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/* 1. CSS RESET
/*-----------------------------------------------------------------*/
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video, a {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		outline: 0px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}

	html { 
		min-height: 100%;
		margin: 0;
		padding: 0;
	}

	img {
		max-width: 100%;
		height:auto;
		width: auto;
		vertical-align: middle;
		border: 0;
		-ms-interpolation-mode: bicubic;
	}

	input[type="text"],input[type="password"],input[type="email"], textarea, select {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font: inherit;
	}

	::selection{
		color: #fff;
		background: #285fdb;
	}

	:focus{
		outline: none;
	}


/*  */
.aligncenter{
  text-align: center;
}


/* kbcms css */
html,
button,
input,
select,
textarea {
  color: #222222;
}
body {
  font-size: 1em;
  line-height: 1.4;
  background-color: #efeded;
  font-family: sans-serif;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
b, strong {
font-weight: bold;
}
ol{
  list-style-type: none;
}
.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
header {
  background: #1569a9 url(images/bg-header.png) repeat-x 0 0;
  height: 110px;
}
header .inner {
  width: 960px;
  height: 110px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
header .inner nav {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #084778;
  padding: 4px 8px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  color: #1877c0;
}
header .inner nav ul{
  list-style: none;
  list-style-image: none;
}
header .inner nav li {
  font-size: 0.85em;
  float: left;
  padding-right: 15px;
  position: relative;
}
header .inner nav li:after{
  content: "•";
  display: inline-block;
  width: auto;
  height: auto;
  background: transparent;
  position: absolute;
  top: 0;
  right: 5px;
  color: #1877c0;
}
header .inner nav li:last-child:after{
  display: none;
}

header .inner nav li:last-child{
	padding-right: 0;
}

header .inner nav li.sep {
  display: block;
  width: 16px;
}
header .inner nav li a {
  display: block;
  color: white;
  text-decoration: none;
  text-shadow: 0 1px 0 black;
}
header .inner nav li a:hover {
  text-decoration: underline;
}
header .search {
  position: absolute;
  right: 0;
  top: 24px;
  width: 252px;
  height: 28px;
  text-align: left;
  background: transparent url(images/background-search.png) no-repeat 0 0;
}
header .search input[type=text] {
  border: 0;
  left: 8px;
  width: 215px;
  font-size: 0.8em;
  background-color: transparent;
  line-height: 28px;
  position: absolute;
}
header .search #search-btn {
  text-indent: -9000px;
  position: absolute;
  top: 2px;
  right: 4px;
  display: block;
  width: 24px;
  height: 24px;
  background: transparent url(images/icon-search.png) no-repeat 0 0;
}
header #logo {
  position: absolute;
  width: 409px;
  height: 100px;
  top: 5px;
  left: 10px;
}
header #logo h1 {
  text-indent: -10000px;
}
#topnav {
  height: 26px;
  background-color: #4f5767;
}
#topnav .inner {
  width: 960px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#topnav .inner ul {
  position: absolute;
  right: 0.55em;
  text-align: right;
}
#topnav .inner ul li {
  float: left;
  padding-left: 1em;
  list-style-type: none;
}
#topnav .inner ul li a {
  color: white;
  font-size: 11px;
  line-height: 26px;
  text-decoration: none;
  text-shadow: 0 1px 0 black;
}
#topnav .inner ul li a:hover {
  text-decoration: underline;
}

#title_breadcrumbs_bar .breadcrumbs{
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}

#title_breadcrumbs_bar .breadcrumbs a{
  font-weight: 400;
  border-bottom: none;
  font-size: 13px;
}

#title_breadcrumbs_bar .breadcrumbs span{
  font-size: 13px;
}

#wrap {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  background-color: white;
  padding: 0;
  min-height: 700px;
}
#wrap  > div.inner {
  text-align: left;
  margin: 0;
  padding: 1em;
}
#wrap article {
  padding: 0;
  float: right;
  width: 640px;
  color: #444444;
  line-height: 140%;
  font-size: 0.9em;
  padding-right: 1em;
  box-sizing: border-box;
}
#wrap article a {
  color: #1569a9;
  text-decoration: none;
  border-bottom: 1px solid #999999;
  font-weight: bold;
}
#wrap article a:hover {
  border-bottom: 1px solid #333333;
}
#wrap article ul.page-path {
  margin-bottom: 1em;
  padding-top: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 0.9em;
}
#wrap article ul.page-path li {
  float: left;
  padding: 0;
  background: none;
}
#wrap article ul.page-path li.sep {
  padding: 0 5px;
}
#wrap article ul.page-path li a {
  text-decoration: none;
  color: #1569a9;
  border-color: transparent;
  font-weight: normal;
}
#wrap article ul.page-path li a:hover {
  border-bottom: 1px solid #999999;
}
#wrap article h1 {
  color: #222222;
  font-size: 2.2em;
  margin: 1em 0;
  line-height: 100%;
}
#wrap article h1.title {
  line-height: 115%;
}
#wrap article p {
  margin-bottom: 0.8em;
}
#wrap article ul {
  margin-bottom: 1em;
}
#wrap article ul li {
  padding-left: 1em;
  background: transparent url(images/bullet.png) no-repeat 0 3px;
  margin-bottom: 0.2em;
  list-style-type: none;
}
#wrap article .novost-prikaz {
  margin-bottom: 2em;
}
#wrap article .searchresults li {
  margin-bottom: 2em;
}
#wrap aside {
  width: 250px;
  float: left;
}
ul#nav {
  margin-bottom: 20px;
  background-color: #eeeeee;
}
ul#nav li{
  list-style-type: none;
}
ul#nav li a {
  display: block;
  padding: 7px 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 0.75em;
  font-weight: bold;
  text-decoration: none;
  color: #1569a9;
}
ul#nav li a:hover {
  background-color: #e6e6e6;
}
ul#nav li a.selected {
  background-color: #e1e1e1;
}
ul#nav li a.last {
  border-bottom: 0;
}
ul#nav li li a {
  padding: 4px 10px 4px 20px;
  border-bottom: 1px solid #dddddd;
  font-size: 0.7em;
  font-weight: normal;
}
ul#nav li li li a {
  padding: 4px 10px 4px 25px;
  border-bottom: 1px solid #dddddd;
  font-size: 0.6em;
  font-weight: normal;
}
ul#nav li.page_item_has_children > ul{
  display: none;
}
ul#nav li.current_page_item > ul{
  display: block;
  background-color: #eeeeee; 
}
ul#nav li.page_item_has_children.current_page_ancestor > ul{
  display: block;
  background-color: #eeeeee; 
}
ul#nav li.page_item_has_children.current_page_item > li.page_item_has_children > ul{
  display: none;
}
.widget {
  border: 1px solid #dddddd;
  padding: 0;
  margin-bottom: 1em;
  font-size: 0.8em;
}
.widget h3 {
  margin: 0;
  padding: 0.5em 1em;
  background-color: #eeeeee;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px white;
}
.widget.widget_text h3 {
  background-image: url(images/icon-narucivanje.png);
  background-repeat: no-repeat;
  background-position: 11px 5px;
  padding-left: 41px;
}
.widget.contact-info h3 {
  background-image: url(images/icon-kontakt.png);
  background-repeat: no-repeat;
  background-position: 11px 5px;
  padding-left: 41px;
}
.widget p {
  margin: 0.5em 1em;
}
.widget ul{
  list-style-type: none;
  padding-left: 15px;
  padding-right: 3px;
}
.widget ul li{
  list-style-type: none;
  padding: 2px 0;
}
.widget ul li a{
  text-decoration: none;
  color: #1569a9;
}
#calendar_wrap{
    padding: 12px;
  }
#wp-calendar{
  width: 100%;
  margin-bottom: 0;
}
#wp-calendar caption{
  font-weight: 700;
  color: #1569a9;
  margin-bottom: 15px;
}
#wp-calendar thead tr th{
  font-weight: 700;
  color: #1569a9;
}
#wp-calendar tbody td{
  text-align: center;
}
#wp-calendar a{
  color: #1569a9;
}
.widget.widget_search form{
  padding: 10px;
}
footer {
  background-color: #4f5767;
}
footer div.inner {
  width: 960px;
  margin: 0 auto;
  min-height: 100px;
  padding: 1em;
  padding-left: 0;
}
footer div.inner li {
  float: left;
  font-size: 0.7em;
  list-style-type: none;
  padding-right: 7px;
}

footer div.inner li:last-child{
	padding-right: 0;
}

footer div.inner li:last-child:after{
	display: none;
}

footer div.inner li:after{
	content: "•";
	display: inline-block;
	width: auto;
	height: auto;
	background: transparent;
	position: relative;
	top: 0;
	left: 4px;
}

footer div.inner li a {
  padding: 0 0.5em;
  color: white;
}
h3 {
  color: #333333;
  font-weight: bold;
}
.novosti-naslovna {
  position: relative;
  margin-bottom: 2em;
}
.novosti-naslovna .novosti-slike {
  background-color: #333333;
  height: 350px;
}
.novosti-naslovna #novosti-holder {
  position: absolute;
  width: 310px;
  height: 130px;
  right: 0;
  bottom: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}
.novosti-naslovna #novosti-holder .inner {
  padding: 15px;
  color: white;
}
.novosti-naslovna #novosti-holder .inner h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: normal;
  margin: 0 0 0.7em 0;
}
.novosti-naslovna #novosti-holder .inner h1 a {
  color: white;
  border: 0;
  text-decoration: none;
}
.novosti-naslovna #novosti-holder .inner h1 a:hover {
  color: #24abe7;
}
.novosti-naslovna #novosti-pager {
  position: absolute;
  bottom: 42px;
  left: 332px;
}
.novosti-naslovna #novosti-pager li {
  float: left;
  margin-right: 8px;
  padding: 0;
}
.novosti-naslovna #novosti-pager li a {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #1569a9;
  border: 0;
}
.novosti-naslovna #novosti-pager li a.selected {
  background-color: #e4a91a;
}
.novosti-naslovna #novosti-pager li a b {
  display: none !important;
}
.pagination{
  padding: 15px 0 30px 0;
}
.pagination a,
.pagination span{
  padding: 0 5px;
}
#wrap article .etabs {
  margin: 20px 0 0 0;
  padding: 0;
}
#wrap article .tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #eeeeee;
  padding: 0;
  margin: 0 !important;
  border: solid 1px #dddddd;
  border-bottom: none;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#wrap article .tab a {
  font-size: 12px;
  display: block;
  padding: 5px;
  outline: none;
  border: 0;
}
#wrap article .tab a:hover {
  text-decoration: underline;
}
#wrap article .tab a.active {
  background: #f9f9f9;
  padding-top: 6px;
  position: relative;
  top: 1px;
  border-color: #dddddd !important;
}
#wrap article .tab-container  > div {
  background: #f9f9f9;
  border: solid #dddddd 1px;
  padding: 10px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 100px;
  margin-bottom: 30px;
}
/* ==========================================================================
   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;
  }
}