/*elementarno*/

html {
    scroll-behavior: smooth !important;
}

#dugmePrijava {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #a72429;
    color: #a72429;
    background-color: #fff;
    align-items: center !important;
}

#naslovPrijava {
    color: #a72429;
}

#dugmePrijava:hover {
    background: #a72429;
    border: 2px solid #fff;
    color: #fff;
}

body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #a72429;
}

a:hover,
a:active,
a:focus {
    color: #a72429;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}


/* VRATI NA VRH DUGME IZBRISANO */

#header {
    padding: 30px 0;
    height: 72px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: rgba(0, 0, 0, 0.5);
}

#header #logo {
    float: left;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 26px;
    }
    #header #logo img {
        max-height: 40px;
    }
    #header {
        height: 60px;
    }
}

#header.header-fixed {
    background: #A72429;
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
}


/*# Hero fotka*/

#hero {
    width: 100%;
    height: 100vh;
    background: url(../img/registar.png) center center;
    background-size: 500px 350px;
    background-repeat: no-repeat;
    position: relative;
}

#hero1 {
    width: 100%;
    height: 50vh;
    background: url(../img/registar.png) center center;
    background-size: 500px 350px;
    background-repeat: no-repeat;
    position: relative;
}


/*OBRISATI KOMENTARE/I SLEŠEVE ZA OSLOBADJANJE PARALLAXA NA VECIM EKRANIMA------------------
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
*/

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: columbon;
    text-align: center;
}

.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 10px;
    color: #999;
}

#about .logos {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#about .logos ul {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding-top: 48px;
}

#about .logos li {
    display: inline-block;
    margin: 0 17px;
}

.section-gray {
    background-color: #f1f0f0;
}

#about {
    background: #fff;
}

#about .about-container .background {
    min-height: 300px;
    background: url(../img/about-img.jpg) center top no-repeat;
    margin-bottom: 10px;
}

#about .about-container .content {
    background: #fff;
}

#about .about-container .title {
    color: #333;
    font-weight: 700;
    font-size: 32px;
}

@media (max-width: 768px) {
    #about .about-container .title {
        padding-top: 15px;
    }
}

#about .about-container p {
    line-height: 26px;
}

#about .about-container p:last-child {
    margin-bottom: 0;
}

#about .about-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #2dc997;
}

#about .about-container .icon-box .icon i {
    color: #2dc997;
    font-size: 24px;
}

#about .about-container .icon-box .title {
    margin-left: 80px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

#about .about-container .icon-box .title a {
    color: #111;
}

#about .about-container .icon-box .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
}

#facts {
    background: #fff;
    padding: 80px 0 60px 0;
}

#facts .counters span {
    font-size: 48px;
    display: block;
    color: #a72429;
}

#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

#icocount .fas .fa {
    font-size: 48px;
    color: #a72429;
}

#txtSpan {
    font-size: 48px;
    color: #666666 !important;
}

#vesti {
    padding-top: 30px;
}

#services {
    background: #fafafa;
    background-size: cover;
    padding-top: 30px;
}

#services .box {
    padding: 50px 20px;
    margin-bottom: 50px;
    text-align: center;
    border: 1px solid #fff;
    position: relative;
    background: #fff;
}

#services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #A72429;
}

#services .icon a {
    display: inline-block;
}

#services .icon i {
    color: #fff;
    font-size: 24px;
}

#services .box:hover .icon {
    background: #fff;
    border: 2px solid #A72429;
}

#services .box:hover .icon i {
    color: #A72429;
}

#services .box:hover .icon a {
    color: #A72429;
}

#services .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#services .title a {
    color: #111;
}

#services .description {
    font-size: 14px;
    line-height: 24px;
}


/* CTA
--------------------------------*/

#call-to-action {
    background-color: #A72429;
    background-size: cover;
    padding: 40px 0;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #fff;
    border: 2px solid #a72429;
}

#dtext:hover {
    color: #a72429 !important;
}

#btn2 {
    font-family: "Poppins", sans-serif !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block !important;
    padding: 8px 30px !important;
    border-radius: 50px !important;
    transition: 0.5s !important;
    margin: 10px !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

#btn2 #btn2:hover {
    background: #a72429 !important;
    border: 2px solid #a72429 !important;
}

#istrtimico {
    font-size: 20px !important;
    color: #a72429;
}


/* skola stat */

#statslika {
    position: relative;
    width: 100vw;
}

.text_blok_naslov {
    color: #fff;
    margin-bottom: 50px;
    font-size: 35px;
    text-align: center;
    font-weight: 500;
}

#text_blok {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.layer {
    background-color: rgba(12, 12, 12, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* stilovi za pojedinacne stranice
--------------------------------*/


/* slike u zaglavlju na stranicama koje ih imaju
--------------------------------*/

#call-to-action-stat {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/s2.jpg);
}

#call-to-action-vaz {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/tw1.jpg);
}

#call-to-action-ino {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/tw2.jpg);
}

#call-to-action-vrste {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/tw3.jpg);
}

#call-to-action-ucest {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/tw4.jpg);
}

#call-to-action-zigot {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/tw5.jpg);
}

#call-to-action-sazn {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/tw6.png);
}

#call-to-action-re {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/tw10.jpg);
}

#call-to-action-zast {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/zast.jpg);
}

#call-to-action-tren {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/z1.jpg);
}

#call-to-action-reg {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/reg.jpg);
}

#call-to-action-pod {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/pod.png);
}

#call-to-action-sem {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/sem.jpg);
}

#call-to-action-oreg {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/cov.jpg);
}

#call-to-action-prijava {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/pr1.jpg);
}


/* gif varijanta
--------------------------------*/

#call-to-action-video {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/gif2.gif);
    background-size: cover;
    padding: 80px 0;
    height: 70vh;
}

#call-to-action-video #giftext {
    color: #fff;
    font-size: 40px !important;
    font-weight: 500;
    text-align: center;
    padding-top: 120px;
}

@media (min-width: 769px) {
    #call-to-action-video .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}


/* stilizovanje  stranica sa fotkama na pocetku
--------------------------------*/

#call-to-action-stat,
#call-to-action-sem,
#call-to-action-pod,
#call-to-action-reg,
#call-to-action-tren,
#call-to-action-zast,
#call-to-action-re,
#call-to-action-sazn,
#call-to-action-zigot,
#call-to-action-ucest,
#call-to-action-vrste,
#call-to-action-ino,
#call-to-action-vaz,
#call-to-action-oreg,
#call-to-action-prijava {
    background-size: cover;
    padding: 80px 0;
    height: 60vh;
}

#call-to-action-stat,
#call-to-action-sem,
#call-to-action-pod,
#call-to-action-reg,
#call-to-action-tren,
#call-to-action-zast,
#call-to-action-re,
#call-to-action-sazn,
#call-to-action-zigot,
#call-to-action-ucest,
#call-to-action-vrste,
#call-to-action-ino,
#call-to-action-vaz,
#call-to-action-oreg,
#call-to-action-prijava,
.cta-title {
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    padding-top: 80px;
}

#call-to-action-stat,
#call-to-action-sem,
#call-to-action-pod,
#call-to-action-reg,
#call-to-action-tren,
#call-to-action-zast,
#call-to-action-re,
#call-to-action-sazn,
#call-to-action-zigot,
#call-to-action-ucest,
#call-to-action-vrste,
#call-to-action-ino,
#call-to-action-vaz,
#call-to-action-oreg,
#call-to-action-prijava,
.cta-text {
    color: #fff;
}

@media (min-width: 769px) {
    #call-to-action-stat,
    #call-to-action-sem,
    #call-to-action-pod,
    #call-to-action-reg,
    #call-to-action-tren,
    #call-to-action-zast,
    #call-to-action-re,
    #call-to-action-sazn,
    #call-to-action-zigot,
    #call-to-action-ucest,
    #call-to-action-vrste,
    #call-to-action-ino,
    #call-to-action-vaz,
    #call-to-action-oreg,
    #call-to-action-prijava,
    .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}


/* BLOG STILOVI ZA ROWS-E SA THUMBNAILOVIMA ZA SLICICE
--------------------------------*/

.card-img-top {
    max-width: 100% !important;
    max-height: 100% !important;
    background-size: cover !important;
    object-fit: cover !important;
}

.card-title {
    
    font-weight: bolder!important;
}

#blogtxxt {
    color: #fff;
    font-size: 20px !important;
    font-weight: 500;
    text-align: center;
    margin-top: 150px;
}

.card {
    border: none !important;
}

.mb-3 {
    background-size: cover !important;
    object-fit: cover !important;
    -webkit-box-shadow: 0px 0px 41px -26px rgba(36, 36, 36, 1);
    -moz-box-shadow: 0px 0px 41px -26px rgba(36, 36, 36, 1);
    box-shadow: 0px 0px 41px -26px rgba(36, 36, 36, 1);
}

#blog2 {
    max-width: 100% !important;
    max-height: 300px !important;
    background-size: cover !important;
    object-fit: cover !important;
    filter: none;
}


/* GALERIJA
--------------------------------*/

.flex-column {
    max-width: 260px;
}

img {
    margin: 5px;
}

.scale {
    transform: scaleY(1.05);
    padding-top: 5px;
}

#naslov {
    color: #464646;
    font-size: 28px;
    font-weight: 700;
    padding-top: 0px;
}


/* alumni stilovi
--------------------------------*/

#alumnilista {
    list-style-type: none;
}

#alumniAccordion {
    list-style-type: none;
}

#naslovAl {
    color: #464646;
    font-size: 28px;
    font-weight: 700;
    padding-top: 0px;
    margin-bottom: 0px !important;
}


/* paginacija na vestima
--------------------------------*/

.naslovGodina {
    color: #fff!important;
    font-size: 18px !important;
    font-weight: bold;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

#bodyGod {
    background-color: #A72429 !important;
}

.linkGod {
    color: #fff!important;
}

#icoGod {
    font-size: 40px;
    color: #fff;
}

#godinaATM {
    background-color: #A72429;
    align-items: center;
    text-align: center;
    height: 70px;
}

#listaGod {
    list-style-type: none;
}


/* nav
--------------------------------*/

.homevrati {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    outline: none;
}

#navstil {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    outline: none;
}

#navbarNav {
    padding-top: 12px;
}

.navbar {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#navbarNav1 {
    background-color: #A72429;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .navbar {
        background-color: #A72429;
        align-items: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    #hero {
        background-size: 70%;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: none !important;
    font-size: 13px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #1C3738;
    padding: 30px 30px;
    color: #fff;
    font-size: 15px;
    min-height: 400px;
}

#footericon {
    font-size: 25px !important;
}

#footersocicon {
    font-size: 45px !important;
    color: #fff;
}


/*galerija 2*/

#gallery {
    background: #fff;
    padding: 60px 0 0 0;
    overflow: hidden;
}

#gallery .container-fluid {
    padding: 0px;
}

#gallery .gallery-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#gallery .gallery-item img {
    width: 100%;
}

img {
    margin: 0px;
}

hr.message-inner-separator {
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

#dugmeGod {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #a72429;
    color: #a72429;
}

#dugmeGod:hover {
    background: #a72429;
    border: 2px solid #fff;
    color: #fff;
}

.masthead {
    height: 100vh;
    min-height: 500px;
    background: #F0F0F0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog1 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog2 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog3 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc8.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog4 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc7.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog5 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc9.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog6 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc6_in.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog7 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc_10.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog8 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc11_in.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog9 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/siammmese_in.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog10 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc13_in.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog11 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/test2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog12 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog13 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blcx.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog14 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog15 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc15.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog16 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc16_in.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog17 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc17.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog18 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc18.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog19 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc19.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog20 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc20.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog21 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc21.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.masthead-blog22 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc22.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog23 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc23.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog24 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc24.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-blog25 {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/blc25.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.masthead-drugi-registri {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/reg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-drugi-registri {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/reg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-o-registru {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/cov.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-opis {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/z1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-zastita {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/zast.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-inostrana {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/tw2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-recnik {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/tw10.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-saznali {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/tw6.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-ucestalost {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/tw4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-vaznost {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/tw1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-vrste {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/tw3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-zigotnost {
    height: 20vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../img/tw5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.centrirajItalic {
    text-align: center !important;
    font-style: italic;
}

.centrirajBold {
    text-align: center !important;
    font-weight: bold;
    font-size: 25px;
}

.blockquote{
  font-size: 1.4em;
  width:60%;
  margin:50px auto;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #A72429 ;
  line-height:1.6;
  position: relative;
  background:#F6F6F6 !important;
}

.blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#A72429;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.blockquote::after{
  content: '';
}



/* prilagodjen timeline */



.timeline {
    border-left: 3px solid #a72429;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;

    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 100%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px solid #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
	
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #a72429;
    box-shadow: 0 0 0 3px #a72429;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

/*upitnici i volont slike */



.event-block {
    box-shadow: 0px 0px 16px 0px rgba(187, 187, 187, 0.48)
}

.event-block ul li i {
    color: #59c17a
}

@media screen and (max-width: 1199px) {
    .event-date {
        padding: 10px 18px 6px 18px
    }
}

@media screen and (max-width: 575px) {
    .event-date {
        padding: 8px 15px 4px 15px
    }
    .events-date {
        padding: 10px 15px 6px 15px
    }
}
@media screen and (max-width: 1199px) {
    #slikasm {
        width: 330px !important; 
		height: 220px !important;
		padding-bottom: 15px !important;
    }
}

@media screen and (max-width: 575px) {
    #slikasm {
        width: 330px !important; 
		height: 220px !important;
		padding-bottom: 15px !important;
    }

}

.position-relative {
    position: relative !important;
}

.margin-40px-bottom {
    margin-bottom: 40px;
}
.padding-60px-lr {
    padding-left: 60px;
    padding-right: 60px;
}

.margin-15px-bottom {
    margin-bottom: 15px;
}
.font-weight-500 {
    font-weight: 500;
}
.font-size22 {
    font-size: 22px;
}
.text-theme-color {
    color: #192f59;
}
.margin-10px-bottom {
    margin-bottom: 10px;
}


.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff !important;
    border-bottom: 1px solid rgba(0,0,0,.125);	
}


/*volont bedzevi slike slike */


#trenutnasocicon {
    font-size: 45px !important;
    color: #fff;
}

#call-to-action-trenutna {
    background-color: #A72429;
    background-size: cover;
    padding: 40px 0;
}






#services #eff:hover .icon {
    background: #fff;
    border: 2px solid #A72429;
}

#services #eff:hover .icon i {
    color: #A72429;
}

#services #eff:hover .icon a {
    color: #A72429;
}