/* Izbornik*/

.menuzord-menu > li > .megamenu .megamenu-row ul li a{
    color: #666666;
    font-size: 13px;
    font-weight: 600;

}

.menuzord-menu > li > .megamenu .megamenu-row ul li {
    padding: 0;
}




/*Tablice javna nabava*/

.c1{
    padding: 15px;
    text-align: left;
    vertical-align: top;
}

.c2{
    width: 16%;
    text-align: center;
}

.c3{
    width: 16%;
    text-align: center;
}

section > .container, section > .container-fluid {
    padding-top: 40px;
    padding-bottom: 60px;
}

@media (min-width: 1200px){
    .container {
        width: 1250px;
    }
}

.latest-posts .separator{
    margin: 0px;
}

.widget .post-title a {
    font-size: 15px;
    letter-spacing: 0;
}

.story-card--competitions .story-card--inner {
    border: 1px solid #d6d6d6;
    border-bottom-width: 4px;
    border-bottom-color: #999;
    padding: 15px;
}

/*Footer*/
.bg-custom{
    background: #f1f3f5;
    background: -moz-linear-gradient(top, #f1f3f5 0%, #fff 25%);
    background: -webkit-linear-gradient(top, #f1f3f5 0%, #fff 25%);
    background: -o-linear-gradient(top, #f1f3f5 0%, #fff 25%);
    background: -ms-linear-gradient(top, #f1f3f5 0%, #fff 25%);
    background: linear-gradient(to bottom, #f1f3f5 0%, #fff 25%);
}

.footer-logo{
    max-height: 70px;
    padding: 10px;
}

.font-lora{
    font-family: 'Lora', serif;
}

a {
    color: #0253a5;
    text-decoration: none;
}

.menuzord-menu > li > .megamenu.megamenu-quarter-width{width: 35%;right: auto;}

.no-margin{
    margin: 0px !important;
}

.index-news-title {
    -webkit-box-orient: vertical !important;
}

.index-news-content {
    -webkit-box-orient: vertical !important;
}

.index-project {
    padding: 20px;
    min-height: 330px;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 991px) {
    .index-project {
        padding: 40px;
        min-height: initial;
        display: block; 
    }
}  

.index-notice-title {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.news-title {
    -webkit-box-orient: vertical !important;
}

.news-content {
    -webkit-box-orient: vertical !important;
}

.notice-content {
    -webkit-box-orient: vertical !important;
}

.contest-title { 
    -webkit-box-orient: vertical !important;
}

.wbo-vertical {
    -webkit-box-orient: vertical !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
  }

