@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto+Slab:wght@400;700&family=Roboto:wght@400;700&display=swap');

html, body {
    font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', serif !important;
}

.header-volitve {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;    
}

.logo-vecer {
    height: 30px;
}

.image-105 {
    padding-left: 0!important;
}

@media (min-width: 991px) {
    #kandidatiList
    {
        margin-top: 90px;
        padding: 30px 0;
        background: #EFF4F8;
    }
}

@media (max-width: 991px) {
    #kandidatiList
    {
        /*margin-top: 90px;*/
        padding: 30px 0;
        background: #EFF4F8;
    }
}

#kandidatiList h1, .section h1 {
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 700;
    color: #626262;
    font-family: 'Roboto Slab', serif!important;    

    border-bottom: 0.5px solid #626262;
}

#kandidatiList h1 {
    margin-bottom: 20px;
}

#kandidati a {
    text-decoration: none;
}

#kandidati .kandidat:hover {
    cursor: pointer;
}


.banner-1, .section {
    padding: 30px 0;
}

#myModal {
    background: rgba(255,255,255,0.7)
}

.modalImage {
    background: #EFF4F8;
    padding: 10px;
}

.modalImage img {
    border-radius: 8px;
}

@media (min-width: 991px) {
.modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}

.modal-content {
    padding: 20px;
}

.oglasMali {
    display: none;
}
}

.izpadli {
    opacity: 0.5;
}

@media (max-width: 991px) {    
    
    .modal-content {
        padding: 20px 5px;
    }

    .modalImage {
        margin-bottom: 30px;
    }

    .velikiOglas {
        display: none
    }
}

.modalTitle h1 {
    font-size: 24px;
    line-height: 32px;
    color: #00AFCB;
    border-bottom: 1px solid #ccc;
}



.modalClose {
    display: flex;
    flex-direction: row-reverse;
}

/************* NOVICE ***********************/

@media (min-width: 991px) {
.grid-novice1, .grid-novice2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 20px;
}

.grid-novice1 .novica:nth-of-type(1) {
    grid-column-end: span 2;
}

}

@media (max-width: 991px) {
    .grid-novice1, .grid-novice2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        row-gap: 20px;
    }
    
    .grid-novice1 .novica {
        grid-column-end: span 2;
    }
    
}

.novicaImage1 {
    min-height: 320px!important;
    margin-bottom: 8px;
}

.novicaImage {
    min-height: 200px!important;
    margin-bottom: 8px;
}

.novica h6 a {
    color: #626262;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    text-decoration: none;
}

.novica h6 {
    /*margin: 0!important;
    padding: 0!important;*/
}

.novica p {
    color: #626262;
    font-size: 16px;
    line-height: 19px;
}

.vecnovicdiv {
    display: flex;
    justify-content: center;
    margin: 60px 0 20px 0
}

.btnvecNovic {
    font-family: 'Roboto Slab', serif!important;
    padding: 10px 40px;
    font-size: 16px;

    background: #F05A25;
    border-radius: 5px;
    align-items: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}


/**********************************KANDIDATI *******************/

@media (min-width: 1300px) {
.kandidati-grid {
    margin-bottom: 20px;
}

.kandidati-grid .kandidat {
    width: 600px;
    margin: 0 auto;
}

.kandidati-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 20px;
}
}

@media(max-width: 1300px) {
    .kandidati-grid {        
        margin-bottom: 20px;
    }

    .kandidati-grid .kandidat {
        width: 600px;
        margin: 0 auto;
    }
    
    .kandidati-grid2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        row-gap: 20px;
    }
}

@media (max-width: 480px) {
    .kandidati-grid {        
        margin-bottom: 60px;
    }

    .kandidati-grid .kandidat {
        width: 98%;
        margin: 0 auto;
    }
    
    .kandidati-grid2 {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 10px;
        row-gap: 20px;
    }
}


.kandidat {
    border-radius: 10px;
    position: relative;
}

.kandidat img {
    position: absolute;
    top: 40px;
    right: 8px;
    border-radius: 50%;
    border: 3px solid #00AFCB;
    width: 120px;
}

.kandidat .top {
    background: #00AFCB;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
}

.kandidat h4 {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: white
}

.kandidatIzpadli {
    border-radius: 10px;
    position: relative;
}

.kandidatIzpadli img {
    position: absolute;
    top: 40px;
    right: 8px;
    border-radius: 50%;
    border: 3px solid #00AFCB;
    width: 80px;
}

.kandidatIzpadli h4 {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: white
}

.kandidatIzpadli h6 {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;        

    color: #F05A25;
}

.kandidatIzpadli .top {
    background: #00AFCB;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
}

.kandidatIzpadli .bottom {
    background: white;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
}

.kandidatIzpadli .bottom p {    
    font-size: 12px;
    line-height: 16px;
    padding-top: 8px;
    min-height: 72px;
    padding-bottom: 0!important;
    margin-bottom: 0!important;

    color: #B0B0B0;
}


.kandidat h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;        

    color: #F05A25;
}

.kandidat .bottom {
    background: white;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
}

.kandidat .bottom p {    
    font-size: 16px;
    line-height: 19px;
    padding-top: 8px;
    min-height: 84px;

    color: #B0B0B0;
}


/************ KVIZ **************************/

@media (min-width: 991px) {
.kviz-anketa-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
}


@media (max-width: 991px) {
    .kviz-anketa-grid {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}

#kviz {
    background: #F5F5F5;
    padding: 40px 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

#kviz h4, #anketa h4 {
    font-family: 'Roboto Slab', serif!important;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 32px;
}

#kviz h4, #kviz p, #anketa h4, #anketa p {
    color: #626262;
}

.kvizBtn {
    font-family: 'Roboto Slab', serif!important;
    padding: 10px 40px;
    font-size: 16px;

    background: #626262;
    border-radius: 5px;
    align-items: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.kvizBtn:hover, .kvizBtn:active, .kvizBtn:focus {
    color: #FFFFFF;
    
}

#kviz0 {
    padding: 20px 20%;
}

#kviz1, #kviz2, #kviz3, #kviz4, #kviz5, #kviz6, #kviz7, #kviz8, #kviz9, #kviz10, #kviz11, #kviz12, #kviz13, #kviz14, #kviz15, #kviz16, #kviz17, #kviz18, #kviz19, #kviz20, #kvizKonec {
    display: none
}

@media (min-width: 991px) {
.kvizodg {
    padding: 0 10%;
}
}

@media (max-width: 991px) {
    .kvizodg {
        padding: 0;
    }
}

.gumbOdgovor {
    background: url('../images/radio.svg') left center no-repeat;
    padding: 8px 0 8px 30px;
    font-size: 14px;
    line-height: 19px;
    color: #626262;
}

.gumbOdgovor:hover {
    cursor: pointer;
    background: url('../images/radio-2.svg') left center no-repeat;
}

#kvizRezultatIme {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #626262;
}

.kvizRezultatSlika {
    margin: 20px 0;
}

#kvizRezultatSlika {
    max-width: 220px;
    border-radius: 5px;
}

.disc {
    font-size: 8px;
    line-height: 9px;
    color: #626262;
    margin-top: 20px;
}

/********** pričakujem novice *************/

#anketa {
    padding: 30px;
}

#anketa hr {
    margin: 0!important;
}

#anketa h4 {
    margin-bottom: 25px;
}

#pricakujemNovice {
    width: 90%;
    margin: 0 auto;
}

.pricakujemNovica {
    display: grid;
    grid-template-columns: 25% 75%;
    margin: 10px;
    border-bottom: 1px solid #D9D9D9;
}

.pricakujemImage {
    height: 75px!important;
}

.pricakujemTitle {
    padding: 0 15px;
}

.pricakujemTitle h6 a {
    color: #626262;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}


/************ ANKETA **************************/
#anketa {
    background: #D9D9D9;
    padding: 40px 30px;
    border-radius: 10px;
}

/*******************VIDEOTEKA********************/

.layout-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.layout-wrapper {
    background: #fff;
}

@media (min-width: 768px) {
    .layout-wrapper {
        display: flex;
    }
}

.center-right-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 480px) {
.center-right-content-wrapper .center-container {
    padding: 20px;
}
}

/********** FOOOTER *******************/
footer {
    position: relative;
}


footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #333;
    clear: both;
}

footer .footer-wrapper {
    max-width: 1400px;
}

.footer-wrapper {
    background: #333;
}

footer .logo-footer {
    height: 30px;
}

@media (min-width: 480px) {
    footer .social-icons {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    footer .social-icons {
        margin-top: 40px;
    }
}

@media (min-width: 480px) {
    footer .mb-30 {
        margin-bottom: 30px;
    }
}

footer .social-icons .soc-ico {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    opacity: .32;
}

footer .social-icons a {
    text-decoration: none;
}

footer .footer-link {
    font-size: 11px;
    color: #e3e3e3;
    line-height: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

footer .copyright {
    font-size: 12px;
    color: #a7a7a7;
    line-height: 21px;
}