/* FRONTEND CSS
*********************************************/
html {
  overflow-y: scroll;
}

body {
  background-color: #fff;
  font-family: 'Montserrat', sans-serif; 
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --sirina: 100%;
}

/* LAYOUT
*********************************************/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

/**********************************************/
/* 5ka.Custom */

div[itemprop=articleBody] {
    max-width:var(--sirina);
    margin:0 auto;
    width:100%;
}

table {
    width:100%;
    padding:10px;
    height:auto !important;
}

table td {
    padding:24px;
    height:auto !important;
    vertical-align: top;
}

table tr td:first-child {
    padding-left:0 !important;
}

table tr td:last-child {
    padding-right:0 !important;
}

table.full_width {
    max-width: 100% !important;
    margin-left:calc(-50% + var(--sirina)/2);
    position: absolute;
}

table.full_width tr > td {
    max-width: var(--sirina);
    margin:0 auto;
    width: 100%;
    display: block;
}

table.full_width tr > td table td {
    width: auto !important;
    display: table-cell;
}

/* Media Queries
*********************************************/
/* Retina */

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  table.full_width {
      margin-left:auto;
  }    
  
  table tr td {
    display: table-row;
    padding: 12px 0px;
    float: left;
    width:100% !important;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Large desktop */
@media (min-width: 1200px) {
  
}


.item-page .icons {
  display: none;
}

.item-page {
  margin-top: 154px;
}

.content, .meni, .custom_banner.content {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.o-nas .content {
  line-height: 26px;
}

.item-page {
  margin-top: 154px;
}

.item-page:not(.front.home .item-page) {
  padding-top: 40px;
}

.partners:not(.front.home .partners), .news:not(.front.home .news) {
  display: none;
}

* {
  font-size: 16px;
  color: #494a4f;
  font-weight: 400;
}

img {
  height: auto;
}

a {
  text-decoration: none;
}

p {
  line-height: 150%;
}

b, strong {
  font-weight: 600;
}

@media only screen and (min-width: 980px) {
  .dj-megamenu-default {
    background: transparent !important;
  }

  .dj-megamenu-default li a.dj-up_a {
    border-right: none !important;
    border-left: none !important;
    height: 100% !important;
  }

  .dj-megamenu-default li a.dj-up_a {
      padding: 0px 40px 0px 0px !important;
  }

  .dj-megamenu-default li a.dj-up_a span {
    height: auto !important;
    line-height: 100% !important;
    font-size: 18px;
  }

  .dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a {
    background: transparent !important;
    color: #141e47 !important;
  }

  .meni span {
    color: #141e47;
  }

  .dj-megamenu-default li.active a.dj-up_a {
    background: transparent !important;
  }

  .dj-megamenu-default li.active a.dj-up_a span {
        color: #141e47 !important;
  }

  .dj-megamenu-default small.subtitle  {
    display: none !important;
  }

  ul.nav.menu li span {
    font-weight: 400;
    text-transform: uppercase;
  }
}

.header.scroll {
    background: rgba(255,255,255,0.8);
    margin-top: 20px;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: rgba(255,255,255,0.9);
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #f1f1f1;
    max-width: 100%;
    box-shadow: 0 0 20px #aaa;
    top: 0px;
}

.top_kontakt {
  float: right;
  padding-top: 10px;
}

.top_kontakt p, .top_kontakt a {
  color: #141e47;
  font-size: 14px;
  font-weight: 500;
}

.top_kontakt a:hover {
  color: #b79c69;
}

.top_kontakt table {
  width: 33%;
  display: inline;
  vertical-align: middle;
}

.top_kontakt table td {
  padding: 0px;
  vertical-align: middle;
}

.top_kontakt img {
  margin-right: 15px;
  width: 30px;
}

.logo {
  float: left;
  padding-bottom: 15px;
}

.logo img {
  width: 220px;
}

.content2 {
  border-top: 1px solid #f1f1f1;
  float: left;
  width: 100%;
}

.meni {
  width: 100%;
  padding: 20px;
}

/* Banner */

.custom_banner {
  background-position: center;
  height: calc(100vh - 154px);
  background-size: cover;
  margin-top: 154px;
}

.custom_banner .content {
  position: relative;
  height: calc(100vh - 154px);
}

.slogan {
  position: absolute;
  max-width: 650px;
  right: 110px;
  color: #141e47;
  height: 320px;
  top: 0px;
  bottom: 0px;
  margin: auto 0;
}

.slogan h2 {
  font-size: 40px;
  font-weight: 500;
  color: #141e47;
}

.slogan p {
  color: #141e47;
  line-height: 180%;
  font-size: 22px;
  font-weight: 400;
}

.slogan a {
  background: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #141e47;
  background: linear-gradient(to right, #141e47 50%, transparent 50%);
  background-size: 200% 100%;
  background-position:right bottom;
  background-color: #fff;
  transition:all 0.25s ease;
  border: 1px solid #fff;
}

.slogan a:hover {
    background-position:left bottom;
    color: #fff;
}


/* Home - vsebina */

.custom_storitve {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.custom_storitve .anchor {
  margin-top: -214px;
  margin-bottom: 214px;
}

.custom_storitve .opis_storitev {
  max-width: 900px;
}

.opis_storitev h3, .opis_storitev h4 {
  margin-top: 0px;
  color: #141e47;
}

.opis_storitev h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

.opis_storitev h3, .custom_rezultati h3, .custom_predstavitev h3, .custom_partners h3, .news h3 {
  font-size: 30px;
  font-weight: 400;
}

.opis_storitev p, .opis_storitev li {
  font-size: 16px;
  line-height: 180%;
}

.opis_storitev ul {
  padding-left: 20px;
}

.opis_storitev table td {
  padding: 15px;
}

.custom_rezultati {
  float: left;
  width: 100%;
  overflow: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom_rezultati h3 {
  color: #fff;
  padding-top: 40px;
  text-align: center;
}

.meter33 {
  width: 33.33%;
  float: left;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 20px;
}

.meter33 span {
  color: #b69c68;
  font-weight: 400;
  font-size: 18px
}

.naslov-3.count, span.naslov-3 {
  font-size: 40px;
  font-weight: 500;
}

.custom_predstavitev {
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  width: 100%;
  padding-bottom: 60px;
}

.desno {
  float: right;
  max-width: 1200px;
  margin-right: -20px;
}

.desno .slika {
  float: left;
  width: 33.33%;
  position: relative;
  margin-top: 30px;
  padding-right: 20px;
  transition: 0.25s;
}

.desno .slika img {
  width: 100%;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}

.ime {
  position: absolute;
  bottom: 4px;
  width: calc(100% - 20px);
  padding: 15px 20px;
  background: rgba(249, 249, 249, 0.7);
  color: #b69c68;
  transition: 0.25s;
}

.desno .slika:hover {
  transform: scale(1.02);
  transition: 0.25s;
}

.desno .slika:hover .ime {
  background: rgba(249, 249, 249, 0.9);
  transition: 0.25s;
}

.ime h4 {
  margin: 0px 0px 5px 0px;
  color: #141e47;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}

.ime p {
  font-size: 12px;
  font-weight: 500;
  color: #141e47;
}

.custom_predstavitev h3 {
  margin-top: 60px;
  margin-bottom: 0px;
  color: #b69c68;
}

.custom_predstavitev p {
  font-size: 14px;
  line-height: 180%;
}

.custom_predstavitev .brez_slke {
  float: left;
  position: relative;
  width: calc(100% - 20px);
  background: #b3b3b399;
  /* box-shadow: 0 0 20px #aaa; */
  margin-top: 20px;
  padding-top: 10px;
}

.custom_predstavitev .brez_slke .ime {
  position: relative;
  background: none;
  text-align: center;
}

.partners {
  background: #f1f1f1;
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: auto;
}

.partners h3, .news h3 {
  color: #141e47;
  text-align: center;
}

.partners .moduletable h3 {
  display: none;
}

/*.partners table {
  text-align: center;
}

.partners img {
  max-width: 280px !important;
  width: 100% !important;
}

.partner_logo {
  width: calc(11.11% - 4px);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 5px 15px;
}

.partner_logo img {
  max-width: 140px;
  max-width: 100%;
  max-height: 110px;
}
*/

.djslider-default.img-vcenter img.dj-image {
  max-width: 150px;
  height: auto;
}

.djslider-default .navigation-container-custom {
  top: auto !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  margin: 0 auto;
  text-align: center;
}

/* Vsebina */

.vsebina {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}

.banner-in {
  float: left;
  width: 100%;
}

.custom_banner_2 {
  min-width: 100%;
  height: 450px;
  background-position: top center;
}

.o-nas .vsebina .item-page {
  margin-top: 0;
}

/* Novice*/

.home .news {
  position: relative;
  width: 100%;
  padding: 50px 0px 100px 0px;
  overflow: auto;
}

.home .news_right_1 {
  width: 100%;
  margin-top: 15px;
  position: relative;
}

.home ul.newsflash-horiz {
  padding: 0px;
  margin: 0px;
}

.home ul.newsflash-horiz li {
  padding: 30px;
  width: 33.33%;
  float: left;
  list-style-type: none;
  text-align: left;
  height: 540px;
  overflow: hidden;
}

.home .news_left_1 {
  width: 100%;
  height: 250px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  filter: grayscale(0.7);
  border-radius: 5px;
  transition: 0.25s;
}

.home .news li:hover .news_left_1,
.novice .blog .leading-0:hover .pull-left.item-image,
.novice .blog .leading-1:hover .pull-left.item-image,
.novice .blog .leading-2:hover .pull-left.item-image,
.novice .blog .leading-3:hover .pull-left.item-image,
.novice .blog .leading-4:hover .pull-left.item-image,
.novice .blog .leading-5:hover .pull-left.item-image,
.novice .blog .leading-6:hover .pull-left.item-image,
.novice .blog .leading-7:hover .pull-left.item-image,
.novice .blog .leading-8:hover .pull-left.item-image,
.novice .blog .leading-9:hover .pull-left.item-image,
.novice .blog .leading-10:hover .pull-left.item-image,
.novice .blog .leading-11:hover .pull-left.item-image,
.novice .blog .leading-12:hover .pull-left.item-image {
  filter: grayscale(0);
  transition: 0.25s;
  margin-top: -2px;
  overflow: hidden;
}

.novice .blog .pull-left.item-image  {
  filter: grayscale(0.7);
  border-radius: 5px;
  transition: 0.25s;
}

.home .news_left_1 {
  width: 100%;
  margin-top: 15px;
  position: relative;
}

.home .novice .pull-left.item-image {
  width: 33.33%;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}

.dodatek {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  background: #b79c69;
  border-bottom-right-radius: 5px;
}

.obroc b, .obroc i {
  color: #fff;
}

.obroc i {
  font-style: normal;
  font-size: 14px;
}

.obroc b {
  font-size: 28px;
  font-weight: 500;
}

.datum p {
  display: none;
} 

.naslov-z h3 {
  text-align: left;
  margin: 15px 0px 8px 0px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.naslov-z h3 a, .page-header h2 a {
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.naslov-z h3 a {
  color: #151e47;
}

.opis p, a.readmore, .blog .items-leading div p {
  color: #151e47;
  font-size: 16px;
  line-height: 180%;
}

.news .opis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  min-height: 138px;
  max-height: 138px;
  float: left;
}

a.readmore {
  text-transform: uppercase;
  font-weight: 500;
  float: left;
  margin-top: 10px;
}

a.readmore:hover, .readmore a.btn:hover {
  font-weight: 600;
}

.news .gumb {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 100px
}

.gumb a {
  padding: 8px 40px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(to right, #151e47 50%, transparent 50%);
  background-size: 200% 100%;
  background-position:right bottom;
  background-color: #bea679;
  transition:all 0.25s ease;
  border: 1px solid #bea679;
  letter-spacing: 1px;
}

.gumb a:hover {
  background-position:left bottom;
  border: 1px solid #151e47;
}

/* Blog*/

.category-desc.clearfix {
  width: 100%;
}

.category-desc.clearfix img {
  width: 100%;
}

.items-leading.clearfix{
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.category-desc.clearfix {
  width: 100%;
  margin-bottom: 80px;
  max-height: 380px;
  overflow: hidden;
  position: relative;
}

.novice .blog {
  margin-top: 154px;
  width: 100%;
}

.novice .icons {
  display: none;
}

.pull-left {
  width: 100%;
}

.pull-left img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5, .leading-6, .leading-7, .leading-8, .leading-9, .leading-10, .leading-11, .leading-12, .leading-13 {
    float: left;
    position: relative;
    width: calc(25% - 50px);
    margin: 0px 25px -30px 25px;
    display: inline-block;
    top: 0;
    height: 500px;
    overflow: hidden;
}

.novice .blog .pull-left {
  position: absolute;
  top: 0;
}

.novice .blog .page-header {
  margin-top: 64%;
}

.blog .items-leading div p {
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    height: 125px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.readmore a.btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #151e47;
    font-weight: 500;
}

.content_banner {
  position: relative;
  height: 380px;
  overflow: hidden;
  margin-bottom: 80px;
}

.content_banner img {
  width: 100%;
}

.novice h1 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: rgba(255,255,255,0.7);
  color: #151e47;
  font-weight: 500;
  font-size: 34px;
  padding: 20px;
  margin-bottom: 80px;
}

.novice .blog h1 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: rgba(255,255,255,0.7);
  color: #151e47;
  font-weight: 500;
  font-size: 34px;
  padding: 20px;
  position: absolute;
  bottom: 0;
}


.novice .item-page {
  margin: 154px auto 0 auto;
  min-height: 600px;
  background-image: url(/images/banners/AdobeStock_2775644832.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 100px;
  height: calc(100vh - 546px);
  padding-top: 0px !important;
}

.novice .item-page .page-header >  h2 {
  text-align: center;
  font-size: 30px;
  color: #b79c69;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px;
  padding: 20px;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 50px;
}

.blog .page-header h2 a {
  color: #151e47;
  font-weight: 500;
}

.novice div[itemprop=articleBody] {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 50px 30px 50px 30px;
    min-height: 200px;
}

.novice div[itemprop=articleBody] p {
  font-size: 18px;
}




/* Footer */

.footer {
  padding: 40px 20px;
  float: left;
  width: 100%;
  border-top: 1px solid #f1f1f1;
}

.footer h4 {
  color: #141e47;
  font-weight: 560;
  margin: 0px; 
  font-size: 14px;
  line-height: 180%;
}

.footer p, .footer a, .footer li, .footer ul {
  font-size: 14px;
  line-height: 180%;
  margin: 0px;
}

.footer ul {
  padding-left: 20px !important;
}

.footer li::marker {
  color: #b69c68;
}

.footer a:hover {
  color: #b69c68;
}

.pravice {
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid #f1f1f1;
  padding: 20px 0px;
}

.pravice p {
  font-size: 14px;
}

/* Vavcer */

.vavcer {
  float: left;
  width: 100%;
}



/* Kontakt */
.kontakt .page-header {
  display: none;
}

.kontakt_info {
  float: left;
  width: 450px;
  margin-right: 100px;
}

.kontakt_info h3 strong {
  font-size: 30px;
  padding-bottom: 5px;
  color: #141e47;
  border-bottom: 2px solid #b69c68;
}

.kontakt_info h3 {
  margin-bottom: 40px;
}

.kontakt_info p, .kontakt_info strong, .kontakt_info a {
  color: #141e47;
  line-height: 180%;
}

.obrazec {
  float: left;
  width: calc(100% - 550px);
  margin-top: 95px;
  max-width: 800px;
}

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0px;
    width: calc(50% - 40px);
    display: inline-block;

}

.rsform-block.rsform-block-gdpr {
  width: 100% !important;
}

.rsform-block.rsform-block-gdpr a {
  text-decoration: underline;
  font-size: 14px !important;
}

div.rsform-block.rsform-block-ostalo, div.rsform-block.rsform-block-poslji {
  width: calc(100% - 80px) !important;
}

.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
  padding: 8px!important;
}

.formResponsive .formControls label {
  font-size: 14px !important;
}


.formResponsive .formHorizontal .formControlLabel {
  margin-bottom: 5px;
}


.formResponsive .formHorizontal .formControls {
  padding-left: 0px;
  margin-left: 0;
}

.formResponsive .formHorizontal .formControlLabel {
  width: 100%;
  padding-top: 0px;
  text-align: left;
  letter-spacing: -0.5px;
}

.formResponsive input, .formResponsive textarea {
  width: 320px;
}

textarea#Ostalo.rsform-text-box {
  width: calc(100% - 30px);
}

.obrazec h2 {
  margin-bottom: 40px;
}

.obrazec {
  color: #141e47;
}

.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
  background: #141e47;
  border: 1px solid #141e47;
  font-size: 16px;
  border-radius: 30px;
  padding: 8px 16px;
  margin-top: 20px;
}

.formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover {
  background: #b79c69;
  border: 1px solid #b79c69;
}

strong.formRequired {
  font-size: 10px;
  color: #b79c69;
}


@media (max-width: 1500px) {
  .desno {
    max-width: 900px;
  }
}

@media (max-width: 1350px) {
  .formResponsive .formHorizontal .rsform-block {
    width: auto;
  }
}

@media (max-width: 1024px) {
  .top_kontakt p {
    font-size: 12px;
  }

  .home .news_left_1 {
    height: 180px;
  }
}

@media (max-width: 978px) {
  .logo {
    float: none;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    border-top: 1px solid #f1f1f1;
    padding-top: 0px;
    padding-top: 15px;
}

  .content2 {
    border-top: none;
    float: left;
    width: auto;
  }

  .top_kontakt {
    float: none;
    padding-top: 0px;
    position: absolute;
    top: 15px;
    right: 0px;
  }

  .top_kontakt table td:nth-child(2) p:first-child {
    display: none;
  }

  .top_kontakt img {
    width: auto;
    max-height: 17px;
    margin-right: 10px;
  }

  .meni {
    padding: 5px 0px 10px 10px;
    position: absolute;
    top: 10px;
    width: 50px;
  }

  span.dj-mobile-open-icon {
    color: #fff;
  }

  .dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn, .dj-offcanvas-dark .dj-offcanvas-top, .dj-offcanvas-dark, .ul.dj-mobile-dark li.dj-mobileitem:hover > a, ul.dj-mobile-dark li.dj-mobileitem.active > a, ul.dj-mobile-dark li.dj-mobileitem > a {
    background: #141e47 !important;
  }

  ul.dj-mobile-dark li.dj-mobileitem > a {
    border-top: 1px solid #605749 !important;
  }

  ul.dj-mobile-dark span {
    color: #fff;
    font-weight: 500;
  }

  .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon::before {
    font: normal normal normal 32px/1 "FontAwesome" !important;
  }

  .dj-megamenu-offcanvas-dark .dj-mobile-open-btn {
    width: 35px !important;
    height: 35px !important;
  }

  .header .content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .logo img {
    width: 170px;
  }

  .item-page {
    margin-top: 128px;
  }

  .custom_banner {
    height: calc(100vh - 128px);
    margin-top: 128px;
  }
}

@media (max-width: 880px) {
  .partner_logo {
    width: calc(25% - 4px);
    margin-bottom: 10px;
  }

  .footer_informacije table td {
    padding: 20px 0px;
    display: block;
  }

  .footer .content, .custom_partners .content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .custom_storitve td {
    text-align: center;
  }

  .custom_storitve {
    background-position: center;
    background-size: cover;
    text-align: center;
  }

  .custom_storitve table tr td {
    padding: 0px 0px 15px 0 !important;
  }

  .custom_storitve table {
    max-width: 450px;
    margin: 0 auto;
  }

  .home ul.newsflash-horiz li {
    width: 100%;
  }

  .home .news_left_1 {
    height: 400px;
  }

  .top_kontakt table tr td {
    width: auto !important;
  }

  .logo img {
    width: 150px;
  }

  .top_kontakt {
    top: 19px;
  }

  .item-page {
    margin-top: 125px;
  }

  .custom_banner {
    height: calc(100vh - 125px);
    margin-top: 125px;
  }

  .novice .blog {
    margin-top: 125px;
  }

  .slogan {
    max-width: 100%;
    left: 20px;
    right: auto;
  }

  .novice div[itemprop="articleBody"] {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 1024px) {
  .leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5, .leading-6, .leading-7, .leading-8, .leading-9, .leading-10, .leading-11, .leading-12, .leading-13 {
    width: calc(50% - 50px);
  }

  .kontakt_info, .obrazec {
    width: 100%;
  }

  .home .news_left_1 {
    height: 250px;
  }

  .custom_storitve .opis_storitev {
    max-width: 100%;
  }

  .desno {
    max-width: 100%;
    float: left;
    margin-right: 0;
  }

  .desno .slika {
    margin-top: -20px;
  }

  .custom_predstavitev h3 {
    text-align: center;
  }

  .home ul.newsflash-horiz li {
    padding: 20px 15px;
  }
}

@media (max-width: 768px) {
  .opis_storitev ul {
    padding-left: 5px;
    text-align: center;
    list-style-position: inside;
    padding-left: 0;
  }
}

@media (max-width: 680px) {
  .formResponsive .formHorizontal .rsform-block {
    width: auto;
    display: block;
  }
}

@media (max-width: 540px) {
  .custom_banner {
    background: url(/images/banners/banner-m.jpg) !important;
    background-position: top left;
    background-size: cover;
  }

  .custom_storitve {
    background: url(/images/banners/banner_storitve_m.jpg) !important;
    background-position: top left;
    background-repeat: no-repeat !important; 
  }

  .custom_rezultati {
    background: url(/images/banners/banner_statistika_m.jpg) !important;
    background-position: top center;
    background-size: cover !important;
  }

 .custom_banner_2 {
    height: 250px;
    background-size: cover;
  }

  .blog .items-leading div p {
    height: auto;
  }

  .meter33 {
    width: 100%;
  }

  .desno .slika {
    width: 100%;
    margin-top: 40px;
    padding-right: 0;
  }

  .ime {
    width: 100%;
  }

  .custom_predstavitev {
    background-size: cover;
  }

  .partner_logo img {
    max-height: 65px;
  }

  .partner_logo {
    width: calc(50% - 4px);
    margin-bottom: 25px;
  }

  .logo {
    margin-top: -21px;
  }

  .top_kontakt {
    display: none;
  }

  .novice .item-page {
    margin: 70px auto 0 auto;
  }

  .item-page {
    margin-top: 70px;
  }

  .custom_banner {
    height: calc(90vh - 70px);
    margin-top: 70px;
  }

  .custom_banner .content {
    height: calc(90vh - 70px);
  }

  .novice .blog {
    margin-top: 70px;
  }

  .custom_predstavitev {
    background-position: right;
  }

  .custom_storitve {
    background-position: left;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .custom_storitve .anchor {
    margin-top: -214px;
    margin-bottom: 214px;
  }

  .custom_rezultati h3 {
    padding-top: 20px;
  }

  .custom_predstavitev h3 {
    margin-top: 40px;
  }

  .custom_predstavitev .desno {
    width: 100%;
  }

  .desno .slika {
    width: 80%;
    text-align: center;
    float: none;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
  }

  .custom_predstavitev .brez_slke {
    float: none;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .home .news {
    padding: 0px 0px 50px 0px;
  }

  .leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5, .leading-6, .leading-7, .leading-8, .leading-9, .leading-10, .leading-11, .leading-12, .leading-13 {
      width: 100%;
      margin: 0 0 30px 0;
      height: auto;
  }

  .category-desc.clearfix img {
    width: auto;
    overflow: hidden;
    height: 158px;
  }

  .formResponsive .formHorizontal .rsform-block, .formResponsive .formRow [class*="formSpan"]  {
    width: calc(100% - 40px) !important;
  }

  .obrazec {
    margin-top: 30px;
  }

}

/* Piškotki */

.cpnb-button:hover, .cpnb-button:focus, .cpnb-button-ok:hover, .cpnb-button-ok:focus, .cpnb-m-enableAllButton:hover, .cpnb-m-enableAllButton:focus {
  background-color: #bea679 !important;
}

.cpnb-button, .cpnb-button-ok, .cpnb-m-enableAllButton {
  background-color: rgb(10, 15, 35) !important; 
}

.cpnb-buttons {
  float: left !important;
}

/* page o nas */

.o-nas .content {
  font-size: 18px;
}


/* novice datrum fix*/

.dodatki .datum {
  color: #fff;
}


