#sp-header-sticky-wrapper.is-sticky #sp-logo {
display: initial !important;
}
.sp-megamenu-parent > li > a {
    color: #07538D;
    font-size: 18px;
  	line-height: 90px;
    padding: 0 8px;
}
#sp-header {
    background: #f4f4f4;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    height: 90px;
}
#sp-top3 {
  text-align: right;
}
/*#sp-component {
  background: #f0f0f0;
}*/

label {
display: inline !important;
font-weight: normal;
}
#cf {
  position:relative;
  height:120px;
  width:450px;
  margin:0 auto;
 }
#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  box-shadow: 3px 3px 5px #dedede;
  border-radius: 5px;
}
#cf img.top:hover {
    -webkit-box-shadow: 2px 2px 5px #666;/* WebKit */
       -moz-box-shadow: 2px 2px 5px #666;/* Firefox */
         -o-box-shadow: 2px 2px 5px #666;/* Opera */
            box-shadow: 2px 2px 5px #666;/* Standard */
  opacity:0;
}
#cf1 {
  position:relative;
  height:281px;
  width:450px;
  margin: 120px auto 0 auto;
 }
#cf1 img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  box-shadow: 3px 3px 5px #dedede;
  border-radius: 5px;
}
#cf1 img.top:hover {
     -webkit-box-shadow: 2px 2px 5px #666;/* WebKit */
       -moz-box-shadow: 2px 2px 5px #666;/* Firefox */
         -o-box-shadow: 2px 2px 5px #666;/* Opera */
            box-shadow: 2px 2px 5px #666;/* Standard */
  opacity:0;
}
.csv {
  font-size: 13px;
}
.csv th, .csv td {
padding: 3px;
border: solid 1px #e0e0e0;
vertical-align: top;
text-align: left;
  }
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    float: right;
}
.btn-default {
    float: right;
}
.entry-header {
    color: #074676;
    margin: 6px 0;
    font-size: 29px;
    font-family: 'PT Sans Narrow', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    border-bottom: 1px solid #dedede;
    box-shadow: 0px 1px 1px #ffffff;
}
table.category thead th {
    padding: 5px 5px 5px 0.3em;
    margin: 5px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 1px 1px #ffffff;
    background: #ededed;
}
table.category td {
    padding: 5px 5px 5px 0.3em;
    margin: 5px;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0px 1px 1px #ffffff;
}
.sp-module ul > li > a {
    display: block;
    padding: 5px 0;
    line-height: 28px !important;
    padding: 2px 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.rounded-module {
  border-radius: 6px;
}
.sp-module .sp-module-title {
  font-family: PT Sans Narrow,sans-serif;
  font-size: 20px;
  padding: 5px;
  border-bottom: 1px solid #e4e4e4;
  box-shadow: 1px 1px 0px #ffffff;
  color: #074E86;
  text-shadow: 1px 1px 0px #ffffff;
}
.sp-module ul {
  padding: 10px;
}
.plg_system_eprivacy_module {
  padding: 10px;
}
#sp-moduli-naslov .container {
  padding-top: 20px;
  background: #f0f0f0;
}
#sp-slider-naslov .container {
  background: #f0f0f0; 
}
#sp-main-body .container {
  background: #f0f0f0;
  padding-top: 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    padding: 10px;
    color: #07538D;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #f0f0f0;
    padding: 10px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title {
    border-bottom: 1px solid #dedede;
    box-shadow: 1px 1px 0 #ffffff;
}
img {
    display: inline-block;
    margin: 2px 5px;
}
.bfQuickMode section input[type="text"], .bfQuickMode section textarea, .bfQuickMode section select {
    width: 90% !important;
}
.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
    padding: 5px 15px 5px 15px;
    margin: 0px;
    outline: none;
    color: #07538D;
    font-weight: regular;
    font-size: 100%;
    background: #ededed;
    text-shadow: #FFF 0px 0px 2px;
    border: 1px solid #07538D;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  	text-transform: uppercase;
  	font-family: PT sans Narrow;
}
.bfQuickMode .bfNextButton:hover, .bfQuickMode .bfSubmitButton:hover, .bfQuickMode .bfCancelButton:hover {
    background: #dedede;
}
.formError .formErrorContent {
	width:100%; 
	background:#fefefe;
	color:#ff0000;
	font-family:tahoma;
	font-size:16px;
	border:1px solid #ddd;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding:10px 20px 10px 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	z-index:9999;
}
.breadcrumb {
    font-size: 12px;
    font-style: italic;
}
#offcanvas-toggler > i {
    font-size: 24px;
}

#offcanvas-toggler {
  line-height: 50px;
  z-index:999;
}
.form-horizontal textarea {
  height: 180px;
  width: 80%;
}
.form-horizontal .control-group {
    margin-bottom: 3px;
}
.form-horizontal input {
  /*width: 80%;*/
}
fieldset {
    padding: 0.35em 0.625em 0.75em;
}
article.item {
    border-top: 1px solid #ddd;
}