#sp-header {
    box-shadow: none;
    height: 80px;
}
/*#sp-footer {
    background-image: url("/images/footerbg.png");
  background-size: initial;
}*/
.sp-megamenu-wrapper {
  text-align: center;
}
.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99;
    display: inline-block;
    position: relative;
  float: none;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 15px;
    line-height: 80px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #000;
}
.sp-megamenu-parent > li > a::before, .sp-megamenu-parent > li > span::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #000;
    left: 16px;
    top: 55px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sp-megamenu-parent > li.active > a::before, .sp-megamenu-parent > li:hover > a::before {
    width: 30%;
}

#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
#sp-top-bar .logo {
  text-align: center;
}
#sp-top-bar .logo a {
  display: inline-block;
}
#sp-top-bar .sp-retina-logo {
  display: none;
}
#sp-header .container {
    border-bottom: 1px solid rgba(216,216,216,0.3);
}
.vremenska-prognoza .wiTemperature {
    font-size: 180% !important;
}
.vremenska-prognoza div.wi {
    font-size: 243% !important;
}
.vremenska-prognoza .wiText {
    display: none;
}
.naslov {
color: #fff;
padding: 10px 30px;
background: #353097;
display: inline-block;
  margin-top: -35px !important;
}
.naslov.priroda {
  background: #2C8D57 !important;
}
.naslov.nasledje, .naslov.istorija, .naslov.crkve {
  background: #838653 !important;
}
.naslov.smestaj {
  background: #7b3e2c;
}
.naslov.grad {
color: #fff;
padding: 10px 30px 10px 30px;
background: #353097;
display: inline-block;
max-width: 100%;
}
.naslov.grad::before {
    content: '';
    display: inline-block;
    height: 316px;
    background-position: center center;
    background-size: 260px;
    background-repeat: no-repeat;
    position: absolute;
    top: -350px;
    left: 0px;
}
.center {
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width:560px) {
    
    h2.sppb-addon-title {
        font-size: 6vh !important;
    }
}

@media screen and (min-width: 992px) {
.download-right {
float: right;
}
.download-left {
float: left;
}
}