/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Barlow', sans-serif;
*/


body {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    background-color: #fff;
}



strong {
    font-weight: bold;
}


a {
    color: #000;
}


a:hover {
    text-decoration: none;
    color: #499D19;
}

.forest-bg {
    background-color: #499D19;
}

.wood-bg {
    background-color: #402D1C;
}   

.nature-bg {
    background-color: #046b3c;
}   



.upisi-li {
    background-color: #f15a24;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px !important;
    color: rgba(255, 255, 255, 1) !important;
    font-style: italic;
    height: auto;
    padding: .5rem;
    letter-spacing: 1px;
}   

.upisi-li a {
    padding-top: 7px !important;
    color: inherit;
}


.mobile-upisi-fsdt {
    display: none;
    background-color: #f15a24;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px !important;
    color: rgba(255, 255, 255, 1) !important;
    font-style: italic;
    height: auto;
    padding: .5rem;
    letter-spacing: 1px;
    position: absolute;
    top: 20px;
    right: 70px;
}
.mobile-upisi-fsdt a {
    padding-top: 7px !important;
    color: inherit;
}



.fast-bg {
    background-color: orange;
}   

.forest-fg {
    color: #499D19;
}

.wood-fg {
    color: #402D1C;
}   



.container-full {
    margin-left: auto;  
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}


.container-large {
    margin-left: auto;  
    margin-right: auto;
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
}



.container-medium {
    margin-left: auto;  
    margin-right: auto;
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
}


.img-full {
    width: 100%;
    display: block;
}

.logo {
    
}

.logo img {
    float: left;
    width: 300px;
    max-width: 100%;
}

.logo p {
    float: left;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #499D19;
    margin-left: 20px;
    margin-top: 23px;
}


.headers-wrapper {
    height: 132px;
    background-color: #fff; 
    -webkit-box-shadow: 0px -2px 38px 1px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px -2px 38px 1px rgba(0,0,0,0.49);
    box-shadow: 0px -2px 38px 1px rgba(0,0,0,0.49);
    position: relative;
    z-index: 999;
}

.superheader {
    /*overflow: hidden;*/
}

.superheader > div {
    float: right;
    height: 38px;
}

.superheader > div img {
    height: 29px;
    margin-top: 5px;
    margin-left: 12px;
    margin-right: 12px;
    opacity: .4;
}

.superheader > div img:hover {
    opacity: 1;
}

.superheader > div:nth-child(3) img {
    margin-left: 20px;
}

.superheader .department {
    color: rgba(255, 255, 255, .7);
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
}

.superheader .department > a {
    color: inherit;
    height: 38px;
    padding-top: 10px;
    display: block;
}


.superheader .department > div {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: lighter;
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
    letter-spacing: 0;
}

.superheader .department > div ul {
    list-style: none;
}

.superheader .department > div li {
    margin-bottom: 12px;
}

.superheader .department > div a {
    color: rgba(255, 255, 255, .8);
}

.superheader .department.forest-bg > div {
    background-color: #357212;
}

.superheader .department.wood-bg > div {
    background-color: #000;
}

.superheader .department.nature-bg > div {
    background-color: #046b3c;
}

header {
    margin-right: 0;
    margin-left: 50px;
}

.clear {
    clear: both;
}

nav {
    float: right;
}

nav ul {
    list-style-type: none;
    margin-top: 30px;

}


nav > ul > li {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    margin-left: 13px;
    margin-right: 13px;
    /*max-width: 230px;*/
    height: 50px;
    position: relative;
}

nav > ul > li > a {
    color: #777;
    position: relative;
}

nav > ul > li.selected > a {
    color: #000;
    font-weight: bold;
    /*display: inline-block;*/
}


nav > ul > li.selected > a::after  {
    position: absolute;
    content: "";
    width: 100%;
    height: 18px;
    bottom: -31px;
    right: 0;
    background-color: #45D423;
}



nav > ul > li > span {
    height: 10px;
    width: 18px;
    background: transparent url(../img/strelice.svg) no-repeat 4px 0px;
    background-size: 15px;
    display: inline-block;
    margin-left: 5px;
    opacity: .5;
    transition: all .3s;
}

nav > ul > li > span.up {
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
}

nav > ul > li.lang {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    color: #9D9D9D;
}

nav > ul > li.lang a {
    color: inherit;
}

nav > ul > li.pikto {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 7px;
}

nav > ul > li.pikto img {
    height: 22px;
    opacity: .2;
    cursor: pointer;
}


nav > ul > li.pikto-search img {
    opacity: 1;
}

.dropdown {
    position: static;
}

.dropdown > span {
    cursor: pointer;
}

.dropdown .dropdown-menu {
    width: 100%;
    top: 130px;
    margin-top: 0;
    border-width: 0;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
    padding-top: 30px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 40px 50px -1px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 40px 50px -1px rgba(0,0,0,0.28);
    box-shadow: 0px 40px 50px -1px rgba(0,0,0,0.28);
}


.dropdown .dropdown-menu > div {
    float: left;
    margin-right: 60px;
    width: 25%;
}


.dropdown .dropdown-menu > div.to-right {
    float: right;
}


.dropdown .dropdown-menu > div.t2 {
    width: 25%;
}

.dropdown .dropdown-menu > div.t3 {
    width: 25%;
}

.dropdown .dropdown-menu > div.t4 {
    width: 22%;
}

.dropdown .dropdown-menu > div.t5 {
   width: 16%; 
}

.dropdown .dropdown-menu > div.t6 {
    width: 14%;
}




.dropdown .dropdown-menu > div:last-child {
    margin-right: 0;
}


.dropdown .dropdown-menu .subtitle {
    font-size: 20px;
    color: #000;
    margin-top: 15px;
}

.dropdown .dropdown-menu .subtitle > a {
    color: inherit;
}

.dropdown .dropdown-menu li {
    color: #777;
    margin-bottom: 10px;
    line-height: 20px;
}

.dropdown .dropdown-menu li > a {
    color: inherit;
}

.dropdown .dropdown-menu li > a:hover, .dropdown .dropdown-menu .subtitle > a:hover {
    color: #499D19;
}

.rotator-item img {
    width: 100%;
}

.static {
    position: static;
}


#home-rotator {
    position: relative;
}


#home-rotator .rotator-item {

}

#home-rotator .rotator-item > a {
    position: relative;
    display: block;
}


#home-rotator .rotator-item > a > div {
    position: absolute;
    z-index: 1000;
    display: table;
    visibility: hidden;
}

#home-rotator .rotator-item > a > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-size: 84px;
    color: #fff;
    font-weight: 800;
    text-shadow: 1px 1px 0px #000;
    position: relative;
}

#home-rotator .slick-prev {
    left: 30px;
}

#home-rotator .slick-next {
    right: 30px;
}

.slick-prev, .slick-next {
    z-index: 100;
    width: 33px;
}



.home-studiji {
    margin-top: 2px;
    color: #fff;
}

.home-studiji > div > div {
    /*height: 38vh;*/
    min-height: 315px;
    background-size: cover !important;
}

.home-studiji div.row {
    margin-left: 0;
    margin-right: 0;
}


.home-studiji > div > div.studij-1 {
    background: url("../img/studij1.jpg") transparent 0 0 no-repeat;
}

.home-studiji > div > div.studij-2 {
    background: url("../img/studij2.jpg") transparent 0 0 no-repeat;
}

.home-studiji > div > div.studij-3 {
    background: url("../img/studij3.jpg") transparent 0 0 no-repeat;
}

.home-studiji > div > div > div.table {
    min-height: 315px;
    /*display: table;*/
    margin-left: 30px;
    margin-right: 30px;
    width: 90%;
}


.home-studiji > div > div > div div.tr {
    height: 50%;
    /*display: table-row;*/
}

.home-studiji > div > div > div div.tr:first-child div.td { 
    padding-top: 50px;
}

.home-studiji > div > div > div div.tr:last-child div.td {
    height: 100%;
    /*vertical-align: bottom;*/
    /*display: table-cell;*/
    padding-bottom: 50px;
}

.home-studiji h2, .home-poslijediplomski h2, .home-znanstveni h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 38px;
    color: #fff;
    font-weight: 800;
}

.home-studiji h2 {
    min-height: 100px;
}

.home-studiji h2 a {
    color: #fff;
}

.home-studiji a:hover {
    opacity: .8;
}

.home-znanstveni h2 {
    color: #23530E;
    font-size: 50px;
    margin-bottom: 20px;
}


.home-studiji li {
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 40px;
    background: url("../img/right-arrow-white.svg") transparent 0 3px no-repeat;
    background-size: 20px;
    list-style-type: none;
}

.home-studiji li a {
    color: inherit;
}



.home-poslijediplomski {
    color: #fff;
    text-align: center;
    padding: 40px 0;
    background: url("../img/list.jpg") transparent 0 0 no-repeat;
    background-size: cover;
}


.home-znanstveni {
    text-align: center;
    padding: 80px 0;
    background: url("../img/znanstveni_rad.jpg") transparent 0 0 no-repeat;
    background-size: cover;
    color: #23530E;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
}

.home-znanstveni a {
    color: inherit;
}

.home-znanstveni div {
    width: 60%;
    margin: 0 auto;
}


.aktualnosti {
    margin-top: 80px;
    margin-bottom: 80px;
}

.aktualnosti-home {
    margin-top: 0;
}


.aktualnosti > div > div {
    padding-left: 0;
    padding-right: 0;
}


.home-aktualno-title {
    font-family: 'Barlow', sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    background-color: #45D423;
    padding: 20px;
    height: 62px;
}

.home-aktualno-title-unizg {
    background-color: #002F66;
    display: inline-block;
    margin-left: 100px;
    position: relative;
}

.home-aktualno-title-unizg:before {
    position: absolute;
    content: "";
    height: 62px;
    width: 62px;
    left: -72px;
    top: 0;
    background: transparent url(../img/sveuciliste-logo-footer-blue.svg) no-repeat 0 0;
    background-size: 62px;
}

.selector {
    position: relative;
    width: 100%;
    height: 62px;
}

.selector-side {
    margin-bottom: 30px;
}

.selector-side:first-child {
    margin-top: 40px;
}

.selector.selector-side .selector-label {
    border-right: solid 1px #c9c9c9;
}


.selector .selector-label {
    font-size: 20px;
    padding: 20px;
    border-left: solid 1px #c9c9c9;
    border-top: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
    border-right: solid 5px #45D423;
    position: relative;
}

.selector .selector-label span {
    position: absolute;
    top: 30%;
    right: 15px;
}

.selector .selector-label img {
    height: 11px;
}


.selector .selector-options {
    border: solid 1px #c9c9c9;
    border-right: solid 5px #45D423;
    border-top-width: 0;
    margin-top: -1px;
    background-color: #fff;
    z-index: 100;
    position: relative;
    padding: 20px 0;
    display: none;
    -webkit-box-shadow: 10px 31px 63px -16px rgba(0,0,0,0.37);
    -moz-box-shadow: 10px 31px 63px -16px rgba(0,0,0,0.37);
    box-shadow: 10px 31px 63px -16px rgba(0,0,0,0.37);
}

.selector .selector-options ul {
    list-style-type: none;
    margin: 0;
}

.selector .selector-options li {
    color: #000;
    margin-bottom: 16px;
}

.selector .selector-options li a {
    color: inherit;
    padding: 10px 20px;
    border-bottom: solid 1px #ddd;
    display: block;
    font-size: 17px;
    line-height: 28px;
}


.selector .selector-options ul li:last-child {
    margin-bottom: 0;
}

.selector .selector-options ul li:last-child a {
    border-bottom-width: 0;
}

.selector .selector-options li.selected {
    font-weight: bold;
}


.aktualnosti .selector .selector-label {
    border-left-width: 0;
    cursor: pointer;
}

.aktualnosti .selector .selector-label > p {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}


.aktualnosti .news-items {
    color: #363636;
    font-size: 15px;
    font-weight: 300;
    margin-top: 30px;
}

.aktualnosti .news-items > div {
    padding: 30px 40px;
    margin-bottom: 30px;
    line-height: 20px;
}


/*

.news-items > div.col-lg-4 {
    border-right: solid 1px #eaeaea;
}

.news-items > div.col-lg-4:nth-child(3n+0) {
    border-right-width: 0;
}

.news-items > div.col-md-6:nth-child(2n+0), .news-items > div.col-md-6:nth-child(4n+0) {
    border-right-width: 0;
}

.news-items > div.col-md-6 {
    border-right: solid 1px #eaeaea;
}

*/


.news-item-box {
    border-right: solid 1px #eaeaea;
}


.news-item-box:nth-child(3n+0) {
    border-right-width: 0;
}



.news-items-inner > div {
    margin-bottom: 30px;
}

.news-items-inner a {
    color: inherit !important;
}



.news-items p.date {
    font-size: 14px;
    color: #707070;
}

.news-items p.title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 30px;
}


.main article .news-items a:hover {
    color: #499D19 !important;
}


.main article img {
    max-width: 100%;
}

.main ul, .main ol {
    margin: 0 0 20px 20px;
}

.main ul {
    list-style-type: none;
    margin-left: 0; 
}


article ul li {
    list-style-type: none;
    background: url("../img/right-arrow-grey.svg") transparent 0 4px no-repeat;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 5px;
}

.MarkupPagerNav li {
    background-image: none !important;
}




.main aside ul, .main aside ol {
    list-style-type: none;
    margin: 0;
}


.main aside ul li, .main aside ol li {
    background-image: none;
}


.news-items span {
    font-weight: bold;
    font-size: 14px;
    color: #45D423;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

footer > div.row {
    margin-left: 0;
    margin-right: 0;
    line-height: 24px;
}


footer a {
    color: #FF6A06;
    opacity: .69;
    text-decoration: underline;
}


footer a:hover {
    color: #FF6A06;
    text-decoration: none;
    opacity: 1;
}

footer a.a-logo {
    opacity: 1;
}



.footer-central, .footer-social {
    min-height: 320px;
    padding-top: 40px;
}




.footer-central {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#391f08+0,000000+100 */
    background: #391f08; /* Old browsers */
    background: -moz-linear-gradient(top, #391f08 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #391f08 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #391f08 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#391f08', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    font-size: 14px;
}

.footer-social {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#327414+0,000000+100 */
    background: #327414; /* Old browsers */
    background: -moz-linear-gradient(top, #327414 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #327414 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #327414 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#327414', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


.footer-central > div {
        color: rgba(255, 255, 255, 0.45);
}

.dropdown .dropdown-menu .search {
    width: 60%;
    margin: 0 auto !important;
    float: right;
    text-align: center;
}



.search .btn {
    margin-left: 10px;
}

.search .srch-txt {
    width: 400px;
}

.btn {
    border-radius: 0;
    background-color: #499D19;
    color: #fff;
}


.btn-large {
    width: 200px;
    padding: 0.75rem;
    font-size: 1.25rem;
}

.footer-logos {
    margin-bottom: 20px;
}

.footer-logos img {
    width: 75px;    
    margin-right: 20px;
    opacity: .72;
}

.footer-logos img:last-child {
    margin-right: 0;
}


.footer-nav {

}




.footer-nav  {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-nav li {
    display: inline-block;

}

.footer-nav li a {
    color: #fff;
    text-decoration: none;
    border-right: solid 1px #fff;
    margin-right: 5px;
    padding-right: 7px;
}

.footer-nav li:last-child a {
    border-right-width: 0;
    margin-right: 0;
    padding-right: 0;
}


.footer-central-logos {
    text-align: center;
    margin-top: 100px;
}

.footer-central-logos a img {
    margin-right: 20px;
    height: 44px;
    opacity: .32;
}

.footer-central-logos a:last-child img {
    margin-right: 0;
}



.footer-social-logos {

}  


.footer-social-logos img {
    display: block;
    width: 34px;
    opacity: .32;
    margin-bottom: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
}



.najave-rotator-item {
    position: relative;
    margin-bottom: 40px;
}


.najave-rotator-item-txt {
    background-color: #f1f1f1;
    margin-right: 90px;
    padding: 55px;
    min-height: 280px;
}

.najave-rotator-item-txt a:hover {
    color: #45D423;
}

.najave-rotator-item-txt span {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #a4a4a4;
    margin-bottom: 10px;
    display: block;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
}


.najave-rotator-item-txt p {
    font-size: 33px;
    font-weight: bold;
    color: #000;
    width: 60%;
    font-family: 'Barlow', sans-serif;
}

.najave-rotator-item-date {
    position: absolute;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background-color: #fff;
    padding: 60px 60px;
    border: solid 5px #e9e9e9;
    color: #45d423;
    font-family: 'Barlow', sans-serif;
}

.najave-rotator-item-date p {
    font-weight: bold;
    font-size: 45px;
}

.najave-rotator-item-date span {
    font-weight: bold;
    font-size: 24px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.najave-rotator-item-date-mobile {
    display: none;
}

.najave-rotator .slick-prev {
    left: -45px;
}

.slick-header {

}

.slick-header img {
    width: 100%;
    z-index: -5;
    position: relative;
}

.main {
    margin-top: 40px;
    margin-bottom: 60px;
}



.main h1 {
    color: #000;
    font-size: 40px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 40px;
}


.main h1 span {
    font-weight: lighter;
}


.main h2, .teaser {
    color: #000;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 24px;
}


.main h3 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 21px;
}


.main article {
    color: #6E6D6D;
    line-height: 21px;
}

.main article a {
    color: #FF6A06;
}


ul.side-nav {
    font-size: 18px;
    color: #848282;
    width: 85%;
    list-style-type: none;
}

ul.side-nav a {
    color: inherit;
    display: block;
}

ul.side-nav > li {
    position: relative;
    line-height: 23px;
}


ul.side-nav > li > a {
    border-bottom: solid 1px #ededed;
    padding: 12px 0;
    padding-right: 45px;
}


ul.side-nav > li.selected > a {
    font-weight: bold;
    color: #000;
}


ul.side-nav > li > ul  {
    margin-left: 30px;
    list-style-type: none;
}

ul.side-nav > li > ul > li > a  {
    border-bottom: solid 1px #ededed;
    padding: 10px 0;
    padding-right: 15px;
}


ul.side-nav > li > ul > li.selected > a  {
    font-weight: bold;
    color: #000;
}


ul.side-nav > li.has-subcats:after, ul.side-nav > li > ul > li.has-subcats:after, ul.side-nav > li > ul > li > ul > li.has-subcats:after {
    position: absolute;
    content: "";
    background: transparent url(../img/strelice.svg) no-repeat top right;
    right: 30px;
    top: 20px;
    width: 9px;
    height: 6px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
    opacity: .6;
}

ul.side-nav > li > ul > li > ul > li.has-subcats:after {
    right: 0;
    top: 10px;
}

ul.side-nav > li.selected.has-subcats:after, ul.side-nav > li > ul > li.selected.has-subcats:after, ul.side-nav > li > ul > li > ul > li.has-subcats:after {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
    opacity: 1;
}

ul.side-nav > li > ul > li {
    position: relative;
    padding-right: 30px;
    font-size: 16px;
    line-height: 24px;
}

ul.side-nav > li > ul > li > ul {
    margin-left: 30px;
    list-style-type: none;
}


ul.side-nav > li > ul > li > ul > li > ul {
    margin-left: 30px;
    list-style-type: none;
}

ul.side-nav > li > ul > li > ul > li.has-subcats {
    position: relative;
    padding-right: 20px;
    /*font-size: 14px;*/
}


ul.side-nav > li > ul > li > ul li.selected > a  {
    font-weight: bold;
    color: #000;
}


ul.side-nav > li > ul > li > ul li {

}

ul.side-nav > li > ul > li > ul li a {
    border-bottom: solid 1px #ededed;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
}



ul#bread {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    color: #535353;
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0;
}


ul#bread li a { 
    color: inherit;
}

ul#bread li {
    display: inline-block;
    padding-right: 5px;
    line-height: 20px;
}


ul#bread li::after {
    content: " / ";
    color: inherit;
}

ul#bread li:last-child::after {
    content: "";
}


.aside-title {
    font-size: 20px;
    color: #000;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: solid 1px #e0e0e0;
    margin-top: 60px;
}

.aside-title:first-child {
    margin-top: 30px;
}


.intranet-logout + .aside-title, .intranet-logout + .aside-title:first-child {
    margin-top: 30px;
}

aside ul {
    color: #929292;
}

aside ul li {
    padding-left: 40px;
    margin-bottom: 16px;
    position: relative;
    line-height: 18px;
}

aside ul li.document:before {
    content: "";
    position: absolute;
    background: transparent url(../img/pdf.svg) no-repeat 0 0;
    background-size: 18px;
    width: 18px;
    height: 28px;
    left: 0;
    top: 0px;
    opacity: 1;
}

aside ul li.pdf:before {
    background: transparent url(../img/pdf.svg) no-repeat 0 0;
    background-size: 18px;
    width: 18px;
    height: 28px;
}

aside ul li.doc:before, aside ul li.docx:before {
    background: transparent url(../img/word.svg) no-repeat 0 0;
}

aside ul li.xls:before, aside ul li.xlsx:before {
    background: transparent url(../img/excel.svg) no-repeat 0 0;
}


aside ul li.link-arowed:before {
    content: "";
    position: absolute;
    background: transparent url(../img/link-arowed.svg) no-repeat 0 0;
    background-size: 18px;
    width: 18px;
    height: 28px;
    left: 0;
    top: 5px;
    opacity: .6;
}

aside ul li a {
    color: inherit;
}


.aktualno-wrapper {
    background-color: #F5F5F5;
    padding-bottom: 30px;
}


.inner-aktualno-title {
    font-family: 'Barlow', sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    background-color: #45D423;
    padding: 20px;
    height: 62px;
    display: inline-block;
}


.aktualno-item {
    padding: 60px 60px;
    line-height: 20px;
    color: #363636;
    font-weight: lighter;
    border-right: solid 1px #ddd;
}


.aktualno-item .date {
    font-size: 14px;
    color: #707070;
}

.aktualno-item .title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px; 
}


.side-super-header {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 20px;
    position: relative;
    width: 80%;
}

.side-super-header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 160px;
    background-color: rgba(73, 157, 25, .9);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.side-super-header.drvno-tehnoloski:before {
    background-color: rgba(64, 45, 28, .9);
}




.main-super-header {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 20px;
    position: relative;
    width: 100%;
    display: none;
    margin-bottom: 20px;
}


.main-super-header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 160px;
    background-color: rgba(73, 157, 25, .9);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.main-super-header.drvno-tehnoloski:before {
    background-color: rgba(64, 45, 28, .9);
}



.main strong, .main b {    
    color: #000;
}





.personal-card {
    margin-bottom: 40px;
    overflow: hidden;
}

.personal-card .image {
    float: left;
    width: 20%;
}

.personal-card .image img {
    width: 100%;
}

.personal-card .txt {
    float: left;
    width: 80%;
    padding-left: 30px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #6E6D6D;
}


.abecedna-lista .personal-card .txt {
    padding-top: 0;
}

.abecedna-lista h2 {
    margin-bottom: 0;
}

.personal-card span {
    display: block;
    margin-top: 15px;
}

.personal-card b, .personal-card strong {
    font-weight: bold;
}

.personal-card a {
    color: #FF6A06;
    text-decoration: underline;
}

.personal-card a:hover {
    text-decoration: none;
}


.more {
    text-align: center;
}

.more span {
    display: inline;
}

.more img {
    width: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

.more a {
    opacity: .6;
}

.more a:hover {
    opacity: 1;
}


.tabs {
    overflow: hidden;
    margin: 50px 0;
}


.tabs > div {
    border: solid 1px #c7c7c7;
    padding: 20px;
    float: left;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
}

.tabs > div.selected {
    background-color: #EBEBEB;
    border: solid 1px #EBEBEB;
    color: #000;
    font-weight: bold;
}


.tab-3 {
    width: 31%;
}


.gallery-wrapper > div.row {
    margin-left: 0;
    margin-right: 0;
}

.gallery-wrapper > div > div {
    padding-left: 0;
    padding-right: 2px;
    padding-bottom: 2px;
}







.najave-item {
    position: relative;
    margin-bottom: 40px;
}


.najave-item-txt {
    background-color: #f1f1f1;
    margin-right: 90px;
    padding: 55px;
    min-height: 280px;
    line-height: 32px;
}

.main .najave-item-txt a {
    color: #000;
}

.najave-item-txt a:hover {
    color: #45D423;
}

.najave-item-txt span {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #a4a4a4;
    margin-bottom: 10px;
    display: block;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
}


.najave-item-txt p {
    font-size: 33px;
    font-weight: bold;
    color: #000;
    width: 60%;
    font-family: 'Barlow', sans-serif;
}

.najave-item-date {
    position: absolute;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background-color: #fff;
    padding: 90px 60px 60px 60px;
    border: solid 5px #e9e9e9;
    color: #45d423;
    font-family: 'Barlow', sans-serif;
}

.najave-item-date p {
    font-weight: bold;
    font-size: 45px;
}

.najave-item-date span {
    font-weight: bold;
    font-size: 24px;
    display: block;
    text-align: center;
    margin-top: 10px;
}


.studiji-lista {
    margin-top: 50px;
}

.studiji-lista img {
    width: 100%;
}

.studiji-lista > div:last-child {
    padding-top: 30px;
}


.studiji-lista > div p {
    margin-top: 10px;
}

.studiji-lista h2 {
    font-size: 25px;
}


.studiji-lista h2 a {
    color: #000;
}

.sep {
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.img-crojfe {
    width: 100%;
}


.sifra-predmeta {
    font-size: 19px;
    font-weight: bold;
    color: #707070;
}


.predmet-block {
    margin: 20px 0;
}

.predmet-block span {
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}


.predmet-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
}

.predmet-item h2 {
    margin-bottom: 0;
}





.MarkupPagerNav {
        clear: both;
        margin: 1em 0;
        font-family: Arial, sans-serif;
}
.MarkupPagerNav li {
    display: inline;
    list-style: none;
    margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: block;
    float: left;
    padding: 2px 9px;
    color: #fff;
    background: #eee;
    margin-right: 3px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a, .MarkupPagerNav li a:hover {
    color: #fff !important;
    background: #45D423;
    text-decoration: none;
}

.main article ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main article .MarkupPagerNav li a:hover {
    color: #fff !important;
}

.MarkupPagerNav li.MarkupPagerNavOn a span {
    color: #000;
}


.MarkupPagerNav span {
    margin: 0;
    padding: 10px;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: inline;
    color: #777;
    background: #fff;
    padding-left: 3px;
    padding-right: 3px;
}


.pager-wrapper {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #eaeaea;
    width: 100%;
}

.simple-list  {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eaeaea;
}


ol {
    list-style-type: decimal;
    margin-left: 20px;
}

ol.search-item li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

ol.search-item {
    margin-top: 40px;
}


ol.search-item li a {
    font-weight: bold;
    font-size: 18px;
}


span.upit-word {
    color: #499D19;
    font-style: italic;
}


#mobile-nav-switch {
    display: none;
    float: right;
    font-size: 30px;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 10px;
    color: #499D19;
}





.mobile-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.25s;
    padding-top: 90px;
}

.mobile-nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.mobile-nav a:hover {
    color: #499D19;
}

.mobile-nav .closebtn {
    position: absolute;
    top: 0;
    right: 13px;
    font-size: 36px;
    margin-left: 50px;
    color: #499D19;
}


.mobile-social a {
    padding-left: 8px;
}

.mobile-nav ul li a {
    font-size: 17px;
}

/*
.mobile-nav > ul {
    padding: 0 20px 20px 20px;
}
*/

.mobile-nav > ul > li > ul {
    padding-left: 24px;
}



.mobile-nav ul > li {
    position: relative;
    line-height: 23px;
    padding: 0 20px;
}

.mobile-nav ul > li.selected > a {
    font-weight: bold;
    color: #000;
}

.mobile-nav > ul > li > ul > li {
    padding: 0;
}






.mobile-nav ul > li span { 
    position: absolute;
    content: "";
    background: transparent url(../img/strelice.svg) no-repeat top right;
    right: 30px;
    top: 20px;
    width: 9px;
    height: 6px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: .6;
    width: 32px;
    height: 32px;
    background-size: 12px;
    background-position: center;
    margin-top: -10px;
    margin-right: -18px;
    transition: all .15s;
}


.mobile-nav ul > li > ul > li > span {
    margin-right: -38px;
}

.mobile-nav ul > li > a {
    border-bottom: solid 1px #ededed;
    padding: 12px 0;
    padding-right: 35px;
}

.mobile-nav ul > li.fast-bg a {
    color: #fff;
}


.mobile-nav ul.mobile-odsjeci li ul li ul li a {
    border-bottom: solid 1px rgba(237, 237, 237, .4);
}

.mobile-nav ul > li.dropdown .dropdown-menu-mobile-2 {
    display: none;
    list-style: none;
}

.mobile-nav ul > li.dropdown.selected .dropdown-menu-mobile-2 {
    display: block;
    list-style: none;
}

.mobile-nav ul > li.dropdown.selected > span {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}


.mobile-nav ul > li.dropdown .dropdown-menu-mobile-2 ul {
    display: none;
    list-style: none;
}


.mobile-nav ul > li.dropdown.selected .dropdown-menu-mobile-2 > li.dropdown.selected .dropdown-menu-mobile-3 {
    display: block;
}


.mobile-nav ul > li.dropdown.selected .dropdown-menu-mobile-2 > li.dropdown.selected .dropdown-menu-mobile-3 > li.dropdown.selected .dropdown-menu-mobile-4 {
    display: block;
}

.mobile-nav ul.mobile-odsjeci > li > a {
    border-bottom-width: 0;
    color: rgba(255, 255, 255, .8);
}


.mobile-nav > ul:last-of-type {
    margin-bottom: 70px;
}


.mobile-subs {
    display: none;
}


.mobile-nav ul.mobile-odsjeci > li span { 
    background: transparent url(../img/streliceW.svg) no-repeat top right;
    background-size: 12px;
    background-position: center;
}


.mobile-nav ul.mobile-odsjeci > li > ul > li > a {
    border-bottom-width: 0;
}


.mobile-nav ul > li.forest-bg a {
    color: rgba(255, 255, 255, .7);
}


.mobile-misc {
    position: absolute;
    top: 16px;
    left: 16px;
}


.mobile-lang {
    float: left;
    margin-right: 25px;
    padding-top: 6px;
}

.mobile-search {
    float: left;   
}

.mobile-nav .mobile-lang a {
    padding: 0;
    font-size: 21px;
    color: #499D19;
}


.mobile-search input {
    border-width: 0;
    border-bottom: solid 1px rgba(73, 157, 25, .7);
    padding: 6px;
    margin-right: 14px;
    width: 60%;
}

.mobile-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(73, 157, 25, .4);
}
.mobile-search input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(73, 157, 25, .4);
}
.mobile-search input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(73, 157, 25, .4);
}
.mobile-search input:-moz-placeholder { /* Firefox 18- */
  color: rgba(73, 157, 25, .4);
}

.mobile-search .btn {
    border-radius: inherit;
    background-color: inherit;
    color: inherit;
    border-color: #499D19;
    color: #499D19;
    border-radius: .2em;
}


.mobile-social {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    height: 60px;
    padding: 7px 20px;
    width: 100%;
    z-index: 100;
}


.mobile-social > div {
    float: left;
    height: 40px;
}

.mobile-social > div img {
    height: 40px;
    margin-top: 5px;
    margin-left: 12px;
    margin-right: 12px;
    opacity: .4;
}


img.left, img.align_left, img.align-left, figure.align_left, figure.align-left {
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 15px;
}


.main hr {
    clear: both;
}


.on-top {
    background: transparent url(../img/strelice2.svg) no-repeat center center;
    width: 50px;
    height: 50px;
    background-color: #ebf9e4;
    padding: 20px;
    background-size: 55%;
    margin-top: 30px;
    float: right;
    cursor: pointer;
    -webkit-box-shadow: 6px 6px 8px -1px rgba(0,0,0,0.11);
    -moz-box-shadow: 6px 6px 8px -1px rgba(0,0,0,0.11);
    box-shadow: 6px 6px 8px -1px rgba(0,0,0,0.11);
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
}



.content-sub-cats {
    margin: 30px 0;
    padding-top: 20px;
    border-top: solid 1px #ddd;
    clear: both;
}


.table-legenda th {
    font-size: 20px;
    color: #000;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: solid 1px #e0e0e0 !important;
    margin-top: 60px;
    border-top-width: 0; 
    padding: .75rem !important;
}

.table-legenda thead th {
   border-bottom: inherit; 
}

.table-legenda tbody td {
   border-bottom-width: 0; 
   border-top-width: 0;
}


.table-legenda-wrapper {
    border: 1px solid #dee2e6;
}


.table-legenda td, .table-legenda th {
    padding: .45rem .75rem;
}


.tab-wrapper {
    border-bottom: solid 1px #499D19;
    margin: 40px 0 30px 0;
}

.tab-wrapper a {
    display: inline-block;
    border-left: solid 1px #499D19;
    border-right: solid 1px #499D19;
    border-top: solid 1px #499D19;
    padding: 10px 30px;
    margin-right: 8px;
    color: #499D19 !important;
    font-weight: bold;
    font-size: 18px;
}

.tab-wrapper a.selected {
    background-color: #499D19;
    color: #fff !important;
}




#cookie-wrapper {
    background: #499d19 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 13px;
    height: auto;
    left: 0;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 50000;
}


#cookie-wrapper-inner {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px;
    position: relative;
    text-align: center;
    width: 100%;
}


#cookie-wrapper-inner a {
    padding: 0;
}

#cookie-wrapper-inner span {
    padding: 10px 10px;
    background-color: #402d1c;
    display: inline-block;
    margin-left: 10px;
}


#cookie-wrapper-inner span a, #cookie-wrapper-inner a {
    color: #fff ;
    font-weight: bold;
    text-decoration: none;
}

#cookie-wrapper-inner a { 
    text-decoration: underline;
}

.yt {
    margin: 30px 0;
}


.logo-350-wrapper {
    text-align: right;
}

.logo-350-wrapper img {
    width: 130px;
}


.intranet-logout {
    background: transparent url(../img/logout.svg) no-repeat 14px 15px;
    background-color: #3d3122;
    background-size: 20px;
    color: #fff;
    width: 100%;
    padding: 15px;
    display: block;
    padding-left: 50px;
    font-size: 18px;
    font-weight: bold;
}


.intranet-logout:hover {
    color: #fff;
}


footer .author {
    color: #4a623f;
    margin-top: .5rem;
    font-size: 11px;
    text-align: center;
}


footer .author a {
    color: inherit;
    opacity: 1;
    text-decoration: none;
}

footer .author a:hover {
    color: inherit;
}


.debug-status {
    
    position: fixed;
    bottom: 0;
    padding: .5rem;
    font-size: 12px;
    background-color: white;
    border-top-right-radius: 5px;
    font-weight: bold;
}


.debug-status a {
    color: inherit;
}




.form-wrapper {
    margin: 2rem 0;
    width: 75%;
}

.form-group {
    color: #000;
    font-size: 1.5rem;
    padding-bottom: .25rem;
    border-bottom: solid 4px #45d423;
    margin-top: 2rem;
}

.form-item {
    margin-bottom: 1.5rem;
}

.form-item label {
    display: block;
}



.form-item-inline label, .form-item-inline input[type="checkbox"] {
    display: inline-block;
}

.form-item-inline label {
    margin-left: .55rem;
    width: 86%;
}


.form-item-inline input[type="checkbox"] + label {
    margin-right: 1rem;
}

.form-item-flex {
    display: flex;
    flex-direction: row;
}

.form-item-flex > div {
    flex: 0 0 3%;
}

.form-item-flex label {
    flex: 0 0 97%;
}

.form-item input[type="text"],
.form-item input[type="email"],
.form-item textarea,
.form-item select
{
    display: block;
    width: 100%;
    padding: .5rem;
    border: solid 1px #ccc;
    border-radius: 5px;
}

form label + span {
    color: #b30000;
}

form span + input, form span + select {
    border: 1px solid #b30000 !important;
}


.label-file {
    background-color: white;
    border-radius: 11px;
    color: #45d423 !important;
    display: inline-block;
    border: solid 1px #45d423;
    padding: 20px 80px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    width: 100%;
    cursor: pointer;
}

.label-file input[type="file"] {
    display: none;
}

.error-server {
    color: #b30000;
    font-weight: bold;
    margin-bottom: 1rem;
}



.video-dates {
    display: flex;
}

.video-dates > div {
    flex: 0 0 31%;
    margin-right: 10px;
}


.video-dates label {
    display: inline;
    margin-right: 5px;
}

.form-info {
    font-weight: bold;
    margin-bottom: 1rem;
}

