body{
    font-family: 'Open Sans', sans-serif;
}
svg {
    stroke: transparent;
    stroke-width: 0px;
}
#zaglavlje-telefon {
    display: none;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px;
}

#glavni_slajder .owl-prev img,
#glavni_slajder .owl-next img{
    filter: brightness(0) invert(1);
}
#glavni_slajder .owl-prev {
    left: 0px;
}
#glavni_slajder .owl-next {
    right: 0px;
}

#glavni_slajder .owl-prev, #glavni_slajder .owl-next {
    height: 80px;
    width: 80px;
    padding: 15px;
    position: absolute;
    z-index: 9999;
    top: calc(50% - 40px);
    /*background-color: rgba(255,255,255,0.6);*/
    border-radius: 0;
}

/*START pocetna_strana*/
#glavni_blok {
}

.custom_h2 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0px;
}
.custom_h4 {
     text-transform: uppercase;
     font-style: normal;
     font-weight: bold;
     font-size: 16px;
     margin-bottom: 0px;
 }

a.custom_link {
    color: #000000;
    font-size: 19px;
}

header#zaglavlje {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

header#zaglavlje .zaglavlje_menu {
    margin: 30px auto;
}

header#zaglavlje .zaglavlje_menu .zaglavlje_logo {
    width: 120px;
    float: left;
}

header#zaglavlje .zaglavlje_menu .zaglavlje_navigacija {
    width: calc(100% - 240px);
    float: left;
    text-align: center;
    margin: 30px 0;
}

.zaglavlje_navigacija ul {
    margin: 0;
    padding: 0;
}

.zaglavlje_navigacija ul li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
}

.zaglavlje_navigacija ul li a {
    font-size: 18px;
    display: block;
    width: 100%;
    color: rgba(214, 214, 214, 0.8);
    padding: 15px 20px;
}


.zaglavlje_navigacija ul li a:hover,
.zaglavlje_navigacija ul li a:active,
.zaglavlje_navigacija ul li.active a,
.zaglavlje_navigacija ul li a:focus {
    color: #ffc53c;
    text-decoration: none;
}


header#zaglavlje .zaglavlje_menu .zaglavlje_pretraga {
    width: 120px;
    float: right;
    margin: 30px 0;
    color: white;
    padding-top: 20px;
}

#glavni_slajder {

}

#glavni_slajder .owl-nav {
    /*position: absolute;*/
    /*bottom: 180px;*/
    /*right: 70px;*/
    /*color: white;*/
}


#glavni_slajder .owl-nav [class*=owl-]:hover,
#glavni_slajder .owl-nav [class*=owl-]:focus,
#glavni_slajder .owl-nav [class*=owl-]:active {
    background: none;
    color: #FFF;
    text-decoration: none;
    outline: none;
}


#glavni_slajder .owl-nav {
    /*position: absolute;*/
    /*bottom: 50%;*/
    /*right: 70px;*/
}

#glavni_slajder .owl-dots {
    position: relative;
    bottom: 90px;
    /*right: 70px;*/
}

#glavni_slajder .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border: 2px solid white;
    margin: 0 15px;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 3px!important;
}

#glavni_slajder .owl-dots button.owl-dot:hover,
#glavni_slajder .owl-dots button.owl-dot:active,
#glavni_slajder .owl-dots button.owl-dot:focus {
    outline: none !important;
}

#glavni_slajder .owl-dots .owl-dot span {
    display: block;
    width: 20px;
    border-radius: 50%;
    height: 20px;
    /*border: 2px solid #ffffff;*/
    /*background-color: transparent;*/
    background: rgba(214, 214, 214, 0.5);
}


#glavni_slajder .owl-dots .owl-dot.active span,
#glavni_slajder .owl-dots .owl-dot:hover span {
    background: #ffffff;
}


#glavni_slajder .slajder .image_holder.item {
    height: 100vh !important;
    width: 100% !important;
    display: block;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


#glavni_slajder .slajder .image_holder .image_overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(9, 36, 125, 0.8);
    position: relative;
}

#glavni_slajder .slajder .image_holder .slajder_content {
    position: absolute;
    bottom: 200px;
    width: 100%;
}

#glavni_slajder .slajder .image_holder .slajder_content h1 {
    color: white;
    font-size: 62px;
    margin-bottom: 30px;
    font-weight: bold;
}

.custom_link_button {
    color: white;
    padding: 5px 35px;
    background-color: #0928aa;
    transition: all 0.5s ease;
    font-size: 12px;
}

button.custom_link_button {
    border: none;
    outline: none;
}

#glavni_slajder .slajder .image_holder .slajder_content a.custom_link_button {
    color: white;
    padding: 12px 35px;
    background-color: #2c51e9;
    transition: all 0.5s ease;
}

.custom_link_button:hover,
.custom_link_button:active,
.custom_link_button:focus,
#glavni_slajder .slajder .image_holder .slajder_content a.custom_link_button:hover,
#glavni_slajder .slajder .image_holder .slajder_content a.custom_link_button:active,
#glavni_slajder .slajder .image_holder .slajder_content a.custom_link_button:focus {
    background-color: #09247d;
    text-decoration: none;
}

#sponzori_partneri {
    padding: 15px 0;
    /*background-color: #dfe5eb;*/
    width: 100%;
    overflow: hidden;
}

#sponzori_partneri a.sponzori_partneri_link {
    border: 1px solid #dfe5eb;
    margin-bottom: 5px;
}

#sponzori_partneri img {
    width: 100%;
}

#slajder_raspored_utakmica {
    margin: 40px 0;
    /*box-shadow: 0px 16px 64px rgba(0,0,0,0.08);*/
    /*bac*/
}

#slajder_raspored_utakmica .raspored_utakmica_holder {
    margin-top: 50px;
    margin-bottom: 50px;
}

#slajder_raspored_utakmica .raspored_utakmica_holder .raspored_utakmica.utakmica {
    opacity: 0.7;
    padding: 10px;
    text-align: center;
}

#slajder_raspored_utakmica .raspored_utakmica_holder .active .raspored_utakmica.utakmica {
    opacity: 1;
}

#slajder_raspored_utakmica .raspored_utakmica_holder .raspored_utakmica.utakmica .utakmica_upper .utakmica_domacin {
    float: left;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

#slajder_raspored_utakmica .raspored_utakmica_holder .raspored_utakmica.utakmica .utakmica_upper .utakmica_gost {
    width: 120px;
    height: 120px;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

#slajder_raspored_utakmica .raspored_utakmica_holder .raspored_utakmica.utakmica .utakmica_upper .utakmica_termin {
    width: calc(100% - 240px);
    float: left;
    text-align: center;
}

.utakmica_termin .utakmica_datum {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.utakmica_termin .utakmica_rezultat {
    color: #0928aa;
    font-size: 62px;
    font-weight: normal;
    font-family: 'Bebas Neue', sans-serif;
}

.utakmica_termin .utakmica_takmicenje {
    color: gray;
}

.utakmica_lower .utakmica_naziv {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.utakmica_lower .utakmica_naziv a{
    color: #333333;
    text-decoration: none;
}

.utakmica_lower .utakmica_naziv a:hover,
.utakmica_lower .utakmica_naziv a:focus,
.utakmica_lower .utakmica_naziv a:visited,
.utakmica_lower .utakmica_naziv a:active
{
    color: #0928aa;
    text-decoration: none;
}

.utakmica_lower .utakmica_detalji .utakmica_sati {
    font-size: 20px;
}

.utakmica_lower .utakmica_detalji .utakmica_lokacija {
    font-size: 14px;
}


#slajder_drustvene_mreze, #tabela {
    margin: 50px 0;
}

#slajder_drustvene_mreze .drustvene_mreze_tab, #tabela .tabela_tab {
}

#slajder_drustvene_mreze .drustvene_mreze_tab .drustvene_mreze_nav_tab,
#tabela .tabela_tab .tabela_nav_tab, .novosti_nav_tab
{
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
}

#nav-tab-mreze, #nav-tab-tabela, #nav-tab-ekipa, #nav-tab-novosti {
    display: block;
    text-align: center;
    border: none;
}

#nav-tab-mreze .nav-item.nav-link, #nav-tab-tabela .nav-item.nav-link,
#nav-tab-ekipa .nav-item.nav-link, #nav-tab-novosti .nav-item.nav-link {
    display: inline-block;
    color: #333333;
    background-color: #fff;
    border-color: transparent;
    border: none;
    padding: 5px 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
}

#nav-tab-ekipa .nav-item.nav-link {
    font-size: 20px;
    background-color: transparent;
}

#nav-tab-mreze .nav-item.nav-link.active,
#nav-tab-ekipa .nav-item.nav-link.active,
#nav-tab-tabela .nav-item.nav-link.active {
    color: #0928aa;
}

.drustvene_mreze_sadrzaj, .tabela_sadrzaj {
    padding-top: 50px;
}

.drustvene_mreze_sadrzaj .drustvene_mreze_item {
    display: block;
    color: #333333;
    padding: 8px;
}

.drustvene_mreze_sadrzaj .drustvene_mreze_item:hover,
.drustvene_mreze_sadrzaj .drustvene_mreze_item:focus,
.drustvene_mreze_sadrzaj .drustvene_mreze_item:active {
    text-decoration: none;
}

.drustvene_mreze_sadrzaj .drustvene_mreze_item .drustvene_mreze_slika_holder {
    position: relative;
    width: 100%;
    display: block;
    content: "";
    padding-top: 67%;
}

.drustvene_mreze_sadrzaj .drustvene_mreze_item .drustvene_mreze_slika_holder .dm_slika {
    position: absolute;
    width: 100%;
    display: block;
    content: "";
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
}

.kalendar_detalji_linkovi a {
    vertical-align: middle;
}

.drustvene_mreze_sadrzaj .drustvene_mreze_item .drustvene_mreze_slika_holder img {
    width: 100%;
}

.drustvene_mreze_sadrzaj .drustvene_mreze_item .drustvene_mreze_tekst {
    font-size: 12px;
    padding: 5px;
}

.drustvene_mreze_sadrzaj .drustvene_mreze_item .drustvene_mreze_detalji {
}

.drustvene_mreze_sadrzaj .drustvene_mreze_item .drustvene_mreze_detalji .drustvene_mreze_ikona {
    width: 40px;
    float: left;
}

.drustvene_mreze_sadrzaj .drustvene_mreze_item .drustvene_mreze_detalji .drustvene_mreze_ikona img {
    width: 40px;
}

.drustvene_mreze_sadrzaj .drustvene_mreze_item .drustvene_mreze_detalji .drustvene_mreze_opis {
    width: calc(100% - 40px);
    float: left;
}

.drustvene_mreze_sadrzaj .drustvene_mreze_item .drustvene_mreze_detalji .drustvene_mreze_opis .drustvene_mreze_naziv {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    margin-left: 10px;
}

.drustvene_mreze_sadrzaj .drustvene_mreze_item .drustvene_mreze_detalji .drustvene_mreze_opis .drustvene_mreze_datum {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(139,139,139,1);
    margin-left: 10px;
}


#galerija_slika {
}

#galerija_slika .galerija_slika_holder {
    margin-top: 50px;
    margin-bottom: 50px;
}

#galerija_slika .galerija_slika_holder .owl-item {
    margin: 0 !important;
}

#galerija_slika .galerija_slika_holder .galerija_slika_item {
    position: relative;
}

#galerija_slika .galerija_slika_holder .galerija_slika_item .galerija_slika_slika_holder {
    position: relative;
    width: 100%;
    display: block;
    content: "";
    padding-top: 125%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

#galerija_slika .galerija_slika_holder .galerija_slika_item .galerija_slika_opis {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 100%;
    background: linear-gradient(rgba(9, 36, 125, 0.8) 100%, rgba(9, 36, 125, 0.8) 100%), url('../images/logo/buducnostvoli.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 200% auto;
    transition: all 0.5s ease;
    text-decoration: none;
    color: white;

}
#galerija_slika .galerija_slika_holder .galerija_slika_item:hover .galerija_slika_opis {
    top: 0px;
    transition: all 0.5s ease;
    padding: 15px;
}

#galerija_slika .galerija_slika_holder .galerija_slika_item .galerija_slika_opis .galerija_slika_tekst {
    position: absolute;
    bottom: 20px;
    transition: all 0.5s ease;

}
#galerija_slika .galerija_slika_holder .galerija_slika_item .galerija_slika_opis .galerija_slika_podnaslov {
    line-height: 33px;
    margin-top: -9px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;

}
#galerija_slika .galerija_slika_holder .galerija_slika_item .galerija_slika_opis .galerija_slika_naslov {
    line-height: 33px;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 15px;
}

#kalendar {
}

#kalendar .kalendar_holder {
    margin-top: 50px;
    margin-bottom: 50px;
}


.kalendar_glavni_dio {

    margin: 0 -15px;

}
.kalendar_glavni_dio .kalendar_dan{
    height: 100px;
    background-color: #f6f8f9;
    border-right: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
    position: relative;
}
.kalendar_glavni_dio .kalendar_dan > span {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    font-family: 'Bebas Neue', sans-serif;
    z-index: 2;
}
.kalendar_glavni_dio .kalendar_utakmica {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #dfe5eb;
}

.kalendar_glavni_dio .kalendar_utakmica_logo,
.kalendar_glavni_dio .kalendar_utakmica_lower
{
    padding: 5px;
    text-align: center;
}


.kalendar_glavni_dio .kalendar_utakmica_rezultat {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif;
    color: #0928aa;
}

.kalendar_glavni_dio .kalendar_utakmica_lower span {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #154379;
}

.kalendar_glavni_dio .kalendar_utakmica_rezultat span {
    display: inline-block;
    margin: 0 10px;
}


.kalendar_glavni_dio .kalendar_utakmica_logo .kalendar_utakmica_domacin,
.kalendar_glavni_dio .kalendar_utakmica_logo .kalendar_utakmica_gost {
    display: inline-block;
    width: 40px;
    float: left;
    padding: 0 5px;
    margin-left: 15px;
}
.kalendar_glavni_dio .kalendar_utakmica_logo .kalendar_utakmica_gost {
    float: right;
    margin-right: 20px;
}

.kalendar_detalji {
    background-color: #e5eaf0;
    height: 100%;
    padding: 20px;
}
.kalendar_detalji .kalendar_detalji_logo{
    margin: 15px;
    text-align: center;
    border-bottom: 3px solid #154379;
}


.kalendar_detalji .kalendar_detalji_logo .kalendar_detalji_domacin,
.kalendar_detalji .kalendar_detalji_logo .kalendar_detalji_rezultat,
.kalendar_detalji .kalendar_detalji_logo .kalendar_detalji_gost {
    display: inline-block;
}

.kalendar_detalji .kalendar_detalji_logo .kalendar_detalji_rezultat {
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    color: #154379;
    margin: 0px 10px;
}

.kalendar_detalji .kalendar_detalji_logo .kalendar_detalji_rezultat span {
    margin-top: 15px;
    display: block;
}

.kalendar_detalji .kalendar_detalji_opis {
    text-align: center;
    padding: 0 20px;
}

.kalendar_detalji .kalendar_detalji_opis .kalendar_detalji_naslov{
    white-space: nowrap;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
}

.kalendar_detalji .kalendar_detalji_opis .kalendar_detalji_takmicenje{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: rgba(112,112,112,1);
}

.kalendar_detalji .kalendar_detalji_opis .kalendar_detalji_dan{

    font-style: normal;
    font-weight: bold;
    font-size: 15px;
}

.kalendar_detalji .kalendar_detalji_opis .kalendar_detalji_vrijeme{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 15px;
}

.kalendar_detalji .kalendar_detalji_opis .kalendar_detalji_vrijeme strong {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #004ba7;

}

.kalendar_detalji .kalendar_detalji_opis .kalendar_detalji_tekst {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}


#video_galerija {
}

#video_galerija .video_galerija_holder {
    background-color: #000000;
    color: #ffffff;
    padding-left: 60px;
}

#video_galerija .video_galerija_holder .video_galerija_glavni_video {
}

#video_galerija .video_galerija_holder .video_galerija_glavni_video .video_galerija_glavni_video_holder {
    position: relative;
    width: 100%;
    display: block;
    content: "";
    padding-top: 66.66%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#video_galerija .video_galerija_holder .video_galerija_glavni_video .video_galerija_glavni_video_holder .video_galerija_glavni_video_opis {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    text-decoration: none;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    color: white;
}

#video_galerija .video_galerija_glavni_video_detalji {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 20px;
}

#video_galerija .video_galerija_glavni_video_detalji .video_galerija_glavni_video_naslov {
    line-height: 55px;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    margin-bottom: 20px;
}

#video_galerija .video_galerija_glavni_video_detalji .video_galerija_glavni_video_ikona {
    width: 60px;
    float: left;
}


#video_galerija .video_galerija_glavni_video_detalji .video_galerija_glavni_video_ikona img {
    width: 60px;
}

#video_galerija .video_galerija_glavni_video_detalji .video_galerija_glavni_video_link_tekst {
    width: calc(100% - 60px);
    float: left;
    padding-left: 15px;
}

#video_galerija .video_galerija_video {
    color: white;
    text-decoration: none;
}

#video_galerija .video_galerija_video .video_galerija_slika_holder{
    text-align: left;
}

#video_galerija .video_galerija_video .video_galerija_slika_holder img{
    width: 100%;
}

#video_galerija .video_galerija_video .video_galerija_video_naslov{
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin: 15px 0;
}

#video_galerija .video_galerija_video .video_galerija_video_ikona {
    width: 24px;
    float: left;
}

#video_galerija .video_galerija_video .video_galerija_video_ikona img {
    width: 24px;
}

#video_galerija .video_galerija_video .video_galerija_video_link_tekst {
    width: calc(100% - 24px);
    float: left;
    padding-left: 15px;
}

.video_galerija_naslov {
    margin: 20px 0;
}

.video_galerija_naslov .custom_h2 {
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-transform: none;
    color: rgba(255,255,255,1);
}
.video_galerija_naslov .custom_link {
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: rgba(255,255,255,1);
}

a.logo_link {
    text-decoration: none;
}

.logo_link img{
    width: 196px!important;
}

#tabela {}
#tabela .tabela_full {
    width: 100%;
    background-image: url("../images/logo/university.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#tabela .tabela_full .tabela_logo{
    height: 40px;
}

#tabela .tabela_full thead {
    background-color: #0d1049;
    color: white;
    border-color: #0d1049;
}


#tabela .tabela_full tbody {
    background-color: rgba(255, 255, 255, 0.95);
    color: #6c83c6;
    font-size: 18px;
    font-weight: bold;
}

#tabela .tabela_full tbody tr td:nth-child(1){
    background-color: #6c83c6;
    color: white;
    font-size: 18px;
    font-weight: normal;
    border-color: #6c83c6;
}

#tabela .tabela_full tbody tr td:nth-child(3){
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    color: rgba(109,132,201,1);
}

#sponzori {}
#sponzori .sponzori_holder{
    margin-top: 50px;
    margin-bottom: 50px;
    /*max-height: 400px;*/
    overflow-y: scroll;
    overflow-x: hidden;
}
#sponzori .sponzori_holder .sponzori_slika{
    width: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#sponzori .sponzori_holder::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#sponzori .sponzori_holder {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#sponzori .sponzori_holder a {
    display: block;
    text-align: center;
    width: 100%;
}

#podnozje {}
#podnozje .podnozje_holder{
    margin-top: 50px;
    margin-bottom: 50px;
}

.podnozje_upper {}
.podnozje_upper .podnozje_copyright,
.podnozje_upper .podnozje_powered_by
{
    display: inline-block;
    padding: 5px;
}

.podnozje_upper .podnozje_divider {
    border-left: 1px solid black;
    display: inline-block;
    padding: 0px;
    height: 20px;
    margin-bottom: -5px;
}


/*END pocetna_strana*/

/*START Unutrasnja strana*/
#unutrasnja_strana {
    background: linear-gradient(rgba(242,242,242, 0.9) 100%, rgba(242,242,242, 0.9) 100%), url('../images/logo/buducnostvoli.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: 100vh;
    margin-top: -30px;
}
#unutrasnja_strana header#zaglavlje {
    position: relative;
}

#unutrasnja_strana header#zaglavlje .zaglavlje_menu .zaglavlje_logo {
    padding-top: 20px;
}

#unutrasnja_strana header#zaglavlje .zaglavlje_menu .zaglavlje_navigacija {}
#unutrasnja_strana .zaglavlje_navigacija ul li {}

#unutrasnja_strana .zaglavlje_navigacija ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    display: block;
    width: 100%;
    padding: 15px 20px;
    color: #0928aa;
}

/*#unutrasnja_strana .zaglavlje_navigacija ul li a:hover,*/
/*#unutrasnja_strana .zaglavlje_navigacija ul li a:active,*/
#unutrasnja_strana .zaglavlje_navigacija ul li.active a,
#unutrasnja_strana .zaglavlje_navigacija ul li a:focus {
    color: #0928aa;
    font-weight: bold;
    text-decoration: none;
}

.ekipa_sadrzaj {
    margin: 50px 0;
}
.ekipa_sadrzaj .ekipa_holder{
    border-bottom: 3px solid #bebebe;
}

.ekipa_sadrzaj .ekipa_holder:after {
    position: absolute;
    content: "";
    display: block;
    height: 3px;
    width: 100px;
    background-color: #0928aa;
    bottom: -3px;
    left: 15px;
}

.ekipa_sadrzaj .ekipa_holder a.ekipa_item{
    display: block;
    padding: 30px;
    text-decoration: none;
}

.ekipa_sadrzaj .ekipa_holder a.ekipa_item:hover,
.ekipa_sadrzaj .ekipa_holder a.ekipa_item:active,
.ekipa_sadrzaj .ekipa_holder a.ekipa_item:focus {
    text-decoration: none;
}

.ekipa_sadrzaj .ekipa_holder .ekipa_naslov{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: rgba(0,0,0,1);
}
.ekipa_sadrzaj .ekipa_holder .ekipa_podnaslov{
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: rgba(0,0,0,1);
}

.ekipa_sadrzaj_2 {
    font-size: 16px;
}

.igrac_detalji {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*width: 60%;*/
}

.igrac_holder {
    background: linear-gradient(rgba(242,242,242, 0.9) 100%, rgba(242,242,242, 0.9) 100%), url('../images/logo/buducnostvoli.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.igrac_detalji .igrac_naslov{
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
}

.igrac_detalji .igrac_naslov span {
    font-family: 'Bebas Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 75px;
    color: #0928aa;
}

.igrac_pozicija {
    margin-top: -15px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(0,0,0,1);
    text-transform: uppercase;
}

.igrac_statistika {
    float: left;
    width: 111px;
}
.igrac_opis {
    width: calc(100% - 111px);
    float: right;
    padding-left: 50px;
    padding-right: 15px;
}
.igrac_opis .igrac_opis_1{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(0,0,0,1);
    margin: 20px 0;
}
.statistika_1 {
    margin-bottom: 15px;
}
.statistika_1 span {
    font-size: 12px;
    color: #0928aa;
}

.igrac_stat {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: rgba(0,0,0,1);
    text-transform: uppercase;
}

.igrac_stat_1 span{
    display: inline-block;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    color: rgba(9,40,170,0.85);
    text-transform: uppercase;
    margin: 0 15px;
}

.igrac_stat_1 span small {
    display: block;
    margin: 5px 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(0,0,0,1);

}

.ostali_igraci_holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    --scrollbarBG: #bebebe;
    --thumbBG: #0928AA;
}

.ostali_igraci_holder::-webkit-scrollbar {
    width: 4px;
}
.ostali_igraci_holder {
    scrollbar-width: 4px;
    scrollbar-color: #0928AA;
}
.ostali_igraci_holder::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
.ostali_igraci_holder::-webkit-scrollbar-thumb {
    background-color: #0928AA;;
    border-radius: 2px;
    border: 4px solid #0928AA;
}


.ostali_igraci_holder .ostali_igraci {
    height: 150px;
    overflow: hidden;
    display: block;
}

.ostali_igraci_holder .ostali_igraci:hover,
.ostali_igraci_holder .ostali_igraci:focus,
.ostali_igraci_holder .ostali_igraci:active,
.ostali_igraci_holder .ostali_igraci.active
{
    background-color: #f2f2f2;
}

.ostali_igraci_holder .ostali_igraci .ostali_igraci_slika{
    width: 145px;
    text-align: center;
    float: left;
}
.ostali_igraci_holder .ostali_igraci .ostali_igraci_opis{
    width: calc(100% - 145px);
    float: right;
    padding-top: 30px;
    padding-left: 30px;
}

.ostali_igraci_holder .ostali_igraci .ostali_igraci_opis .ostali_igraci_naslov{
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    color: rgba(0,0,0,1);
}
.ostali_igraci_holder .ostali_igraci .ostali_igraci_opis .ostali_igraci_pozicija{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(112,112,112,1);

}

#statistika_igraca {
    margin: 50px 0;
}

.statistika_igraca_holder {
    margin: 50px 0;
}

.statistika_igraca_item {
    padding: 0 15px;
}

.statistika_igraca_best {
    height: 160px;
    overflow: hidden;
    margin-bottom: 15px;
}

.statistika_igraca_best .best_tekst {
    width: calc(100% - 160px);
    float: left;
}
.statistika_igraca_best .best_tekst .best_naslov {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(112,112,112,1);
}
.statistika_igraca_best .best_tekst .best_igrac {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: rgba(0,0,0,1);
}

.statistika_igraca_best .best_tekst .best_broj{
    font-family: 'Bebas Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 62px;
    color: #0928aa;
}


.statistika_igraca_best .best_slika {
    width: 160px;
    float: right;

}

.statistika_igraca_1 {
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #f2f2f2;
    vertical-align: baseline;
    line-height: 19px;
    margin-top: 8px;
}
.statistika_igraca_1 span {
    float: right;
    font-family: 'Bebas Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    color: rgba(9,40,170,1);
}


#klub {}
#klub .klub_main {
    margin: 50px 0;
}
#klub .klub_main .klub_slika{
    max-height: 700px;
    overflow: hidden;
}
#klub .klub_main .klub_slika img{
    width: 100%;
}

.klub_naslov h1 {
    color: #0928AA;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    margin: 50px 0;
}

.klub_podnaslov {
    font-weight: bold;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 35px;
}

.klub_tekst p {
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 25px;
}

.drustvene_mreze_box {
    margin: 50px 0;
}
.drustvene_mreze_box .drustvene_mreze_naslov{

    font-weight: bold;
    font-size: 24px;
}


.trofeji_box {}
.trofeji_box .trofeji_naslov{
    color: #0928AA;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    position: relative;
}

.trofeji_box .trofeji_naslov:after {
    position: absolute;
    content: "";
    display: block;
    height: 3px;
    width: 50%;
    background-color: #0928aa;
    bottom: -2px;
    left: 0px;
}

.trofeji_stavka {
    border-top: 1px solid #bebebe;
}
.trofeji_stavka .trofeji_broj{
    width: 110px;
    float: left;
    font-family: 'Bebas Neue', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 75px;
    color: #0928aa;
    text-align: right;
}
.trofeji_stavka .trofeji_tekst{
    width: calc(100% - 110px);
    float: right;
    padding-left: 15px;
    margin-bottom: 15px;
}
.trofeji_stavka .trofeji_tekst .trofeji_takmicenje{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}
.trofeji_stavka .trofeji_tekst .trofeji_sezona{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.novosti_box {
    margin: 50px 0;
}

#nav-tab-novosti .nav-item.nav-link {
    width: 50%;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 10px;
    border: none;
    outline: none;
    color: #0928aa;
    float: left;
    border-bottom: 2px solid #bebebe;
}

#nav-tab-novosti .nav-item.nav-link.active {
    border-bottom: 2px solid #0928AA;
}

#novosti_tab {
    margin: 25px 0;
}

.novosti_small_box {
    border-bottom: 1px solid #bebebe;
    padding: 5px 0;
    height: 110px;
    display: block;
}

.novosti_small_box .novosti_small_slika {
    width: 140px;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.novosti_small_box .novosti_small_tekst {
    width: calc(100% - 140px);
    float: right;
    padding-left: 15px;
}
.novosti_small_box .novosti_small_tekst .novosti_small_kategorija {
    color: #0928aa;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.novosti_small_box .novosti_small_tekst .novosti_small_naslov {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

.novosti_small_box .novosti_small_tekst .novosti_small_opis {
    display: none;
}

.banneri_box {
    margin: 50px 0;
    border: 1px solid #333333;
}

.banneri_box_link {}
.banneri_box_link img{
    width: 100%;
}

.vijesti_sadrzaj {
    /*margin: 50px 0;*/
}
.vijesti_sadrzaj .vijesti_box{
    position: relative;
    width: 100%;
    display: block;
    content: "";
    padding-top: 85%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 25px;
}
.vijesti_sadrzaj .vijesti_box .vijesti_slika{}
.vijesti_sadrzaj .vijesti_box .vijesti_naslov{
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 20px;
    padding: 15px;
    padding: 25px 20px;
    font-weight: bold;
    color: white;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));

}

.vijesti_sadrzaj .vijesti_glavna .vijesti_box .vijesti_naslov {
    font-size: 28px;
    padding: 35px 30px;
}

.paginacija {
    text-align: center;
}

.paginacija .paginacija_ul {
    padding: 0;
    margin: 0;
}

.paginacija .paginacija_ul .paginacija_li {
    list-style: none;
    display: inline-block;
}

.paginacija .paginacija_ul .paginacija_li a {
    font-family: 'Bebas Neue', sans-serif;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.paginacija .paginacija_ul .paginacija_li.active a {
    color: #0928aa;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.najcitanije_box {
    margin: 50px 0;
    padding: 15px;
    background-color: #000000;
}

.najcitanije_box .najcitanije_naslov {
    margin-left: 15px;
}

.najcitanije_box .najcitanije_naslov .custom_h2{
    text-transform: none;
    color: white;
    margin-bottom: 15px;
}

.najcitanije_box .vijesti_naslov{

}
.najcitanije_box .vijesti_naslov .vijesti_datum{
    font-size: 12px;
    margin-top: 15px;
}
.najcitanije_box .vijesti_naslov .vijesti_linkovi{
    margin-left: 25px;
    font-size: 12px;
    margin-top: 15px;
}

.vijesti_box_inline {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bebebe;
}


a.vijesti_box_inline:hover,
a.vijesti_box_inline:focus,
a.vijesti_box_inline:active,
a.povezane_vijesti_item:active,
a.povezane_vijesti_item:hover,
a.povezane_vijesti_item:focus
{
    text-decoration: none;
}
.povezane_vijesti_slika {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.povezane_vijesti_slika img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all .8s ease-in-out;
}

.povezane_vijesti_slika:hover img {
    transform: scale(1.1);
}

.vijesti_box_inline .vijesti_naslov_inline {
    color: white;
    text-decoration: none;
    font-size: 16px;
}
.vijesti_box_inline .vijesti_datum_inline {
    font-size: 12px;
    margin-top: 15px;
}

.vijesti_scroll {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    --scrollbarBG: #bebebe;
    --thumbBG: #0928AA;
}

.vijesti_scroll::-webkit-scrollbar {
    width: 4px;
}
.vijesti_scroll {
    scrollbar-width: 4px;
    scrollbar-color: #0928AA;
}
.vijesti_scroll::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
.vijesti_scroll::-webkit-scrollbar-thumb {
    background-color: #0928AA;
    border-radius: 2px;
    border: 4px solid #0928AA;
}

.klub_datum {
    color: #0928aa;
    text-decoration: none;
    font-size: 21px;
    padding: 10px 0;
}

.klub_datum span {
    margin-left: 25px;
}

.povezane_vijesti_holder {
    margin: 50px 0;
}
.povezane_vijesti_opis {
    padding: 5px 8px ;
}
.povezane_vijesti_item {
    text-decoration: none;
    color: #000;
    display: block;
    /*padding: 20px 15px;*/
    background-color: #ffffff;
    box-shadow: 0px 16px 64px rgba(0,0,0,0.08);
    margin-bottom: 13px;
    width: 100%;
}


a.povezane_vijesti_item:active,
a.povezane_vijesti_item:hover,
a.povezane_vijesti_item:focus {
    color: #000;
}

.povezane_vijesti_item .povezane_vijesti_datum {
    padding: 0px 0;
    font-size: 13px;
    color: #666666;
    /*font-weight: 100;*/
}

.povezane_vijesti_item .povezane_vijesti_datum {
    padding: 0px 0;
    font-size: 13px;
    color: #666666;
}

.povezane_vijesti_item .povezane_vijesti_naslov {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}


.povezane_vijesti_item:hover .povezane_vijesti_naslov {
    color: #0928AA;
}

a.multimedia_box {
    padding: 20px 0;
    border-bottom: 1px solid #bebebe;
    display: block;
    color: #000000;
}
a.multimedia_box:hover,
a.multimedia_box:focus,
a.multimedia_box:active
{
    text-decoration: none;
}

.multimedia_box .multimedia_opis {}
.multimedia_box .multimedia_opis .multimedia_naslov{
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
}
.multimedia_box .multimedia_opis .multimedia_sezona{
    text-decoration: none;
    font-size: 21px;
    font-weight: bold;
}
.multimedia_box .multimedia_opis .multimedia_broj{
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.multimedia_slika {
    height: 210px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slika {
    padding: 10px 0;
    display: block;
}
.slika .slika_full{
    width: 100%;
}


.kontakt_naslov {
    padding: 30px 0;
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
}

.kontakt_detalji {
    font-size: 14px;
}


.mali_kalendar table{
    width: 100%;
}

.mali_kalendar table td,.mali_kalendar table th {
    font-size: 16px;
    color: white;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    padding: 10px 8px;
}

.mali_kalendar table td.ima_utakmicu, .mali_kalendar table th.ima_utakmicu,
.mali_kalendar table td.ima_utakmicu a, .mali_kalendar table th.ima_utakmicu a{
    color: #0d1049;
    font-weight: bold;
    text-decoration: none;
}

.mali_kalendar table td.ima_utakmicu:hover,
.mali_kalendar table td.ima_utakmicu:active,
.mali_kalendar table td.ima_utakmicu:focus,
.mali_kalendar table td.ima_utakmicu.active,
.mali_kalendar table th.ima_utakmicu:hover,
.mali_kalendar table th.ima_utakmicu:active,
.mali_kalendar table th.ima_utakmicu:focus,
.mali_kalendar table th.ima_utakmicu.active,
.mali_kalendar table td.ima_utakmicu a:hover,
.mali_kalendar table td.ima_utakmicu a:active,
.mali_kalendar table td.ima_utakmicu a:focus,
.mali_kalendar table td.ima_utakmicu.active a{
    background-color: #0d1049;
    color: white;
    text-decoration: none;
}



.mali_kalendar table th {
    color: rgba(233, 233, 233, 0.81);
}

.mali_kalendar {
    width: 100%;
    background: linear-gradient(rgba(143, 150, 193, 0.95) 100%, rgba(143, 150, 193, 0.95) 100%), url('../images/logo/buducnostvoli.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 20px;
}
.igrac_mini_holder {
    width: 100%;
    background: linear-gradient(rgba(242,242,242, 0.9) 100%, rgba(242,242,242, 0.9) 100%), url('../images/logo/buducnostvoli.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 20px 20px 20px;
}
.mali_kalendar .mali_kalendar_naslov {
    font-size: 28px;
    padding: 15px 0;
    color: white;
    font-family: 'Bebas Neue', sans-serif;
}

.ekipa_slika_holder {
    overflow: hidden;

    display: flex;
    justify-content: center;
}
.ekipa_slika_holder img {
    height: 300px;
    width: auto !important;
    margin: 0 auto;
}


.ostali_igraci_slika img {
height: 200px
}

/*END Unutrasnja strana*/


#glavni_slajder .owl-thumbs {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    height: 130px;
}

#glavni_slajder .owl-thumb-item {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
    opacity: .4;
}

#glavni_slajder .owl-thumb-item.active,
#glavni_slajder .owl-thumb-item:active,
#glavni_slajder .owl-thumb-item:focus {
    opacity: 1;
    outline: none;
    border-radius: 0;
}

#glavni_slajder button.owl-thumb-item {
    width: 190px;
    height: 130px;
    overflow: hidden;
    position: relative;
    margin: 0 10px;
    border: 1px solid #ffffff;
}

#glavni_slajder .owl-thumb-item img {
    width: 190px;
    height: 130px;
    object-fit: cover;
}

#glavni_slajder .owl-dots {
    /*display: none;*/
}
#contact_form ::placeholder {
    color: #a9a9a9;
}
#contact_form input,
#contact_form textarea {
    border: 1px solid #a9a9a9;
    border-radius: 0;
}
#contact_form input:focus,
#contact_form textarea:focus {
    border: 1px solid #0928AA;
    box-shadow: 0 0 0 0.2rem rgba(9, 40, 170, 0.1);
    border: 1px solid #0928AA;
}

#contact_form label {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}

#kontakt p {
    font-size: 14px;
    color: #666666;
}

.kontakt_traka {
    background: linear-gradient(rgba(9, 36, 125, 0.8) 100%, rgba(9, 36, 125, 0.8) 100%), url('/assets/images/logo/buducnostvoli.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0;
}

.kontakt_traka .kontakt_lista_holder{
    padding: 15px 5px;
    color: white;
}
.kontakt_traka .kontakt_lista_naslov{
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
}
.kontakt_traka .kontakt_lista_ikona {
    margin-bottom: 20px;
}
.kontakt_traka .kontakt_lista_ikona img{
    width: 50px;
}
.kontakt_traka .kontakt_lista_naslov{}
.kontakt_traka .kontakt_lista_slika img{
    width: 120px;
}
.kontakt_traka .kontakt_lista_email,
.kontakt_traka .kontakt_lista_email a{
    color: white;
    font-weight: bold;

}.kontakt_traka .kontakt_lista_broj a{
    color: white;
}


.kontakt_traka .kontakt_lista_linkovi a {
    display: inline-block;
    padding: 8px;
    width: 50px;
    color: white;
    background-color: #ec6d00;
}

.povezane_vijesti_datum .kategorija {
    color: white;
    background-color: #0928AA;
    padding: 3px;
    z-index: 99999;
    margin-right: 8px;
}


.detalji_utakmice_modal {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    display: flex;
    align-items: center;
}

.detalji_utakmice_box {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    border: 1px solid #0928aa;
    width: 100%;
    padding: 15px 0;
}

.detalji_utakmice_body {
    padding: 15px 10px;
}

.detalji_utakmice_body table.detalji_utakmice_table {
    width: 100%;
}

.detalji_utakmice_body table.detalji_utakmice_table {
    width: 100%;
}

.r_progress, .l_progress {
    width: 100%;
    height: 5px;
    background-color: #a9a9a9;
}

.l_progress_line {
    float: right;
    height: 5px;
    background-color: #0928AA;
}

.r_progress_line {
    float: left;
    height: 5px;
    background-color: #0928AA;
}

.close_detalji {
    cursor: pointer;
    margin-right: 10px;
    padding: 10px;
    margin-top: -10px;
}

.detalji_utakmice_logo .rezultat {
    color: #0928aa;
    font-size: 36px;
    font-weight: normal;
    font-family: 'Bebas Neue', sans-serif;
}
.detalji_utakmice_table .datum_utakmice {
    font-size: 18px;
    color: #0928AA;
    font-weight: lighter;
}

.detalji_utakmice_table .prvi_red td {
    padding-top: 10px;
}

.detalji_utakmice_modal {
    display: none;
}