@charset "utf-8";
/* CSS Document */
.pane{float:left; width:100%;}
.dnnForm input.dnnFormRequired{border-left:5px solid #2c3077 !important;}
.pageSlider{float:left; margin: 0; padding: 0;}

#dnn_DownMiddleLeftPane {margin:40px 0 0 0;}
#dnn_DownMiddleRightPane{margin:40px 0; background: #ececec;}

.faq {border-radius: 0px; border-color:#2c3077;}
.faq .panel-heading {border-radius: 0; background: #2c3077; border-color:#2c3077;}
.faq a:link,.faq a:visited{color:#fff;}
.faq a:active,.faq a:hover{color:#e3be0b;}

.katalogItem img{max-height: 165px;}

.dokument-item{float: left; width: 100%; background:  #ececec; margin-bottom: 10px; padding: 10px;}
.dokument-item:hover{background: #ddd;}
.newsIntroBg{ background: url(/Portals/0/images/bgNews.jpg); background-size:cover; background-position: center center;}
.newsIntroBg h3{color:#fff!important; min-height:215px; padding:20px 10px 10px 10px!important; font-weight:200; text-transform:uppercase;}

.newsItem .titleWrapper{float:left; margin-bottom:15px; width:100%;}
.newsItem h2{font-size:16px; font-weight:400; line-height: 1.5!important;}
.newsDate{background:#eee; padding:5px 15px; text-align:center; float:left; margin-right:15px;}
.newsDate .day{font-size:20px!important; font-weight:200;}
.newsDate .month{font-weight:400; text-transform:uppercase;}
.newsContent{font-size:15px!important; margin-bottom:15px; float:left; width:100%;}

.sloganWrapper{text-align:center; font-size:18px;}
.sloganText span{color:#2c3077; font-weight:300;} 
.sloganText{float:left; margin-bottom:20px; width:100%;}

.social{font-size: 28px;}

.extraInfo{float:left; width:100%;}
.extraInfo i, .extraInfo em {margin-right:20px;}
.extraInfo a:link, .extraInfo a:visited{float:left; display:block; font-size:16px; font-weight:200; margin:0px 0px 20px 0px; background:#2c3077; color: #fff; padding: 10px; width: 100%; box-sizing: border-box;}
.extraInfo a:active, .extraInfo a:hover{background: #ececec; color: #707070;}


.infoWrapper{border: 1px solid #eee; float:left; width:100%;}
.infoWrapper h4{background: #eee; padding:20px 10px;}
.infoWrapper h4 span:before{ font-family: strokafonts; content: '\e863'; margin-right:10px;}
.infoWrapper .Normal{padding: 0 15px 10px;}
.infoWrapper strong{color:#2c3077; margin-bottom: 15px; width: 100%; float: left;}
#dnn_FooterFourPane .dnnFormLabelWithoutHelp{display:none;}


footer a.button-send.news:link, footer a.button-send.news:visited {height: 40px; position: absolute; right: 0; top: 0; width: 40px; height: 40px; line-height: 40px; padding: 0px; text-align: center;}
footer a.button-send.news:active, footer a.button-send.news:hover {background:#2c3077;}

footer #dnn_ctr469_Default_Form_divForm{position: relative; padding: 0px 0px 0px 0px; line-height: 20px; height: 40px;}
footer #dnn_ctr469_Default_Form_Email{height:40px; line-height: 40px; padding: 0px 30px 0px 10px;}
footer .button-cancel{display: none;}


#dnn_DownMiddleRightPane .DnnModule-470{padding: 15px;}
#dnn_ctr470_Default_Form_EditFormPlaceholder .dnnFormLabelWithoutHelp{float: left; width: 100%;}
#dnn_ctr470_Default_Form_EditFormPlaceholder input, #dnn_ctr470_Default_Form_EditFormPlaceholder textarea{width:100%; min-width: 170px;}
.introtxt {background: rgba(3, 3, 3, 0.4);  max-width: auto; padding: 20px !important;}
.introtxt p{color:#fff;}

.phoneBox{padding:15px; background: #e4e4e4; float: left; margin: 10px 0px 0px;}
.phoneBox .text{font-size:14px; margin-bottom: 12px; text-align: center; font-weight: 300;}
.phoneBox .number{text-align:center;}

.ImeFunkcije{border-top: 1px solid #ccc;float: left; margin: 30px 0 10px; padding-top: 15px;  width: 100%;}
.ImeFunkcije h4 {line-height: 1.4;}
.kontakt-item .name{float: left;font-weight: 400;margin-bottom: 10px; width: 100%;}
.kontakt-item .phone{float:left; width: 100%;}
@media (min-width: 768px) {
	.introtxt {max-width: auto;}
	#dnn_DownMiddleRightPane .DnnModule-470{padding: 20px;}
	#dnn_ctr470_Default_Form_EditFormPlaceholder .dnnFormLabelWithoutHelp{float: left; width: 43%;}
	#dnn_ctr470_Default_Form_EditFormPlaceholder input, #dnn_ctr470_Default_Form_EditFormPlaceholder textarea{width: 55%;}
}
@media (min-width: 992px) {
	.introtxt {max-width: 400px;}
	#dnn_ctr470_Default_Form_EditFormPlaceholder .dnnFormLabelWithoutHelp{float: left; width: 30%;}
	#dnn_ctr470_Default_Form_EditFormPlaceholder input, #dnn_ctr470_Default_Form_EditFormPlaceholder textarea{width: 70%;}

}
@media (min-width: 1200px) {
	#dnn_DownMiddleRightPane .DnnModule-470{padding: 30px;}

}





.timeline{float:left; width:100%; position:relative; overflow:hidden;}
.timeline ul {padding: 50px 0;}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #ececec;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 10px;
  background: #2c3077;
  color:#fff;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #2c3077 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #2c3077;
}

.timeYear {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #2c3077;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    /*width: calc(100vw - 91px);*/
	  width: calc(100vw - 130px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #2c3077 transparent transparent;
  }
}