.top-header {
    background: #1F1F1F;
}
.top-header #top-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-header #top-menu li {
    display: inline-block;
    margin: 0 20px 0 0;
}
.sidebar-wrap {
    z-index: 160;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: fixed;
    right: -70px;
    top: 50%;
    transform: translateY(209%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(0,0,0);
    background: linear-gradient(191deg, rgba(0,0,0,0.5998774509803921) 0%, rgba(15,15,15,0.196516106442577) 49%, rgba(0,0,0,0.6026785714285714) 100%);
    transition:all .3s;
}
.sidebar-wrap:hover {
     right: 0;
}
.aktivan-stanovnistvo-menu .top-header #top-menu li:nth-of-type(1) a{
    color: var(--red) !important;
}
.aktivan-finansijsko-menu .top-header #top-menu li:nth-of-type(4) a{
    color: var(--red);
}
.aktivan-mali-biznis-menu .top-header #top-menu li:nth-of-type(3) a{
    color: var(--red);
}
.aktivan-digitalno-menu .top-header #top-menu li:nth-of-type(5) a{
    color: var(--red);
}
.aktivan-privreda-menu .top-header #top-menu li:nth-of-type(2) a{
    color: var(--red);
}

.aktivan-sepa-menu .top-header #top-menu li.sepa-menu-item > a {
    color: var(--red) !important;
}

.aktivan-sepa-menu .top-header #top-menu li.privreda-menu-item > a {
    color: inherit !important;
}

@media only screen and (min-width: 992px){

.page-id-36028 li#menu-item-36269 a, .page-id-36243 li#menu-item-36271 a, .page-id-36253 li#menu-item-36271 a, .page-id-36028 li#menu-item-36269 a, .page-id-36025 li#menu-item-36269 a, .page-id-36028 li#menu-item-36269 a, .page-id-36025 li#menu-item-36269 a{
color: #fff!important;
}
.page-id-36253 li#menu-item-5163 a, .page-id-36243 li#menu-item-5163 a, .page-id-36225 li#menu-item-5163 a, .page-id-36103 li#menu-item-3898 a, .page-id-36028 li#menu-item-3898 a, .page-id-36025 li#menu-item-3898 a{
color: #AFAFAF!important;
}
body .top-header li#menu-item-36269 a {
		padding: 10px 20px!important;
		background: #D20000!important;
		color: #fff !important;
	}
    body .top-header li#menu-item-36269 a, body .top-header li#menu-item-36271 a{
		padding: 10px 20px!important;
		background: #D20000!important;
		color: #fff !important;
	}
}



.sidebar-wrap a {
    position: relative;
    width: 125px;
    height: 64px;
    display: flex;
    color: #fff;
}
.sidebar-wrap a img {
    position: absolute;
    left: -64px;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%) scale(1);
    transition: all .3s;
}
.sidebar-wrap a span {
    position: absolute;
    width: 70px;
    text-align: center;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar-wrap a:hover img {
    transform: translateY(-50%) scale(1.1);
}
.sidebar-wrap a:nth-of-type(2):before {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    background: #fff;
    left: 12px;
    top: 0;
    transition:all .3s;
}
.sidebar-wrap a:nth-of-type(2):after {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    background: #fff;
    left: 12px;
    bottom: 0;
        transition:all .3s;
}
.sidebar-wrap:hover  a:nth-of-type(2):before,
.sidebar-wrap:hover  a:nth-of-type(2):after{
    width: 108px;
}
.top-header #top-menu li a {
    text-decoration: none;
    list-style: none;
    font-size: 12px;
    font-weight: 400;
    color: #AFAFAF;
    transition: color .3s;
    text-transform: uppercase;
}
.top-header #top-menu li a:hover,
.top-header #top-menu li.current-menu-item a {
    color: var(--red);
}

.top-header .languages-wrap {
    display: flex;
    margin-right: 0;
    gap: 15px;
    position: relative;
    margin-left: 10px;
}
.top-header .languages-wrap a {
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .3s;
    margin-left: 10px;
}
.top-header .languages-wrap a img {
    width:23px !important;
    height:auto !important;
    margin-top:10px;
}
.top-right, .top-contact{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-right h3{
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-right: 20px;
}
.top-right h3 a{
    color: #fff;
}
.top-right a{
      font-size: 12px;
      font-weight: 400;
      color: #AFAFAF;
  }
.site-branding{

}
.top-header .languages-wrap span.active, .top-header .languages-wrap span:hover {
    color: white;
}
.top-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}
.site-header{
    background: #D20000;
}
nav#site-navigation{
    width: 72%;
}
#primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
#primary-menu li {

    padding: 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}

#primary-menu li a {
    text-decoration: none;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    max-width: 100px;
    transition: color .3s;
    border-bottom: 4px solid #D20000;
    text-transform: uppercase;
    display: flex;
    padding: 0 17px;
    text-align: center;
    height: 90px;
    align-items: center;
    justify-content: center;
    position: relative;
}
#primary-menu li a:before {
    content: "";
    width: 0;
    left: 17px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -4px;
    transition: all .3s;
}
#primary-menu li a:hover:before {
    width: calc(100% - 34px);
    opacity: 1;
}
#primary-menu li.current-menu-item a:before {
    width: calc(100% - 34px);
   opacity: 1;
}
.main-header-inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    /*gap: 30px;*/
}
.search-holder {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-holder #search-form-header-wrap {
    cursor: pointer;
}
.menu-serach{
    margin-left: -20px;
}
.search-header {
 position: relative;
    background: transparent;
    border:none;
    width: 50px;
}
.search-header:after{
    content: "";
    width: 30px;
    height: 30px;
    background: url("https://alta.m1.rs/static/themes/alta-banka/img/nove/search_icon.png") no-repeat -30px -50px;
    top: 10px;
    right: 5px;
    position: absolute;
    display: inline-block;
}
.search-header:focus {
    color: #323941;
}
.home-top {
    position: relative;
}
.home-top:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F1F1F1;
    width: 100%;
    height: 74%;
}
.home-top-inner img {
    position: relative;
    bottom: -5px;
}
.site-header.main-header.active {
    top: 0;
}

.site-header.main-header{
    z-index: 99;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 19px 5px rgb(0 0 0 / 47%);
    -moz-box-shadow: 0px 0px 19px 5px rgb(0 0 0 / 47%);
    box-shadow: 0px 0px 19px 5px rgb(0 0 0 / 47%);
    transition: top .3s;
}
.logged-in .site-header.main-header {
    top: 69px;
}
.logged-in .site-header.main-header.active {
    top: 32px;
}
.custom-logo-link img {
    width: 100%;
    max-width: 230px;
    transform: scale(1);
    transition: all .3s;
}
.custom-logo-link img:hover {
    transform: scale(1.1);
}
.btn-menu {
    display: none;
}
.korisnik-holder {
    display: flex;
    background: #A70B10;
    height: 90px;
    align-items: center;
    width: 143px;
    justify-content: center;

}
.menu-4 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s;
}
.menu-4:before, .menu-4:after {
    content: "";
    position: absolute;
    transition: all 0.3s;
}

.menu-4 {
    top: 0;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #fff;
    margin: 0 !important;
}
.menu-4:hover {
    border-bottom-color: #fff;
}
.menu-4:hover:before, .menu-4:hover:after {
    background-color:  #fff;
}
.menu-4:before, .menu-4:after {
    background-color:  #fff;
    height: 3px;
    width: 30px;
    top: 50%;
    left: 50%;
    margin-left: -15px;
}
.menu-4:before {
    margin-top: -7px;
}
.menu-4:after {
    margin-top: 3px;
}

.menu-4-active {
    top: 0;
    margin-left: 0;
    height: 30px;
    width: 30px;
    border: none;
    background-color: transparent;
    border-radius: 8px;
}
.menu-4-active:before, .menu-4-active:after {
    background-color:  #fff !important;
    margin-left: -15px !important;
    margin-top: -2px !important;
}
.menu-4-active:before {
    transform: rotate(45deg) !important;
}
.menu-4-active:after {
    transform: rotate(-45deg) !important;
}
#mobile-menu {
    display: none;
}

@media (max-width: 1300px) {
    #primary-menu li a {
        font-size: 15px;
        /*width: 60px;*/
    }
    .custom-logo-link img {
        /*max-width: 160px;*/
    }
    /*.menu-serach {*/
    /*    margin-left: -100px;*/
    /*}*/
}
@media only screen and (min-width: 992px) {
   /*.menu-mali-biznis-container  #primary-menu li a, .menu-mali-bisnis-en-container #primary-menu li a {*/
   /*     max-width: 132px;*/
           
               
   /* }*/
     /*.menu-mali-bisnis-en-container #primary-menu li a {*/
     /*     font-size: 12px;*/
     /*     padding: 0 14px;*/
     /*}*/
    #search-form-header-wrap {
        position:relative;
    }
     #search-form-header-wrap .input-group{
        position:absolute;
            position: absolute;
    bottom: -93px;
    right: 0;
         opacity:0;
         visibility:hidden;
         transition:all .3s;
     }
     .search-header {
    position: relative;
    background: #fff;
    border: none;
    width: 200px;
    padding: 10px 10px;
        -webkit-box-shadow: 0px 0px 19px 5px rgb(0 0 0 / 47%);
    -moz-box-shadow: 0px 0px 19px 5px rgb(0 0 0 / 47%);
    box-shadow: -1px 4px 17px 0px rgb(0 0 0 / 47%);
}
     #search-form-header-wrap .input-group.active {
           bottom: -72px;
    right: 0;
         opacity:1;
         visibility:visible;
     }
    .page-id-3887 .menu-finansijska-trzista-menu-container, .page-id-4539 .menu-finansijska-trzista-menu-container{
        display:none!important;
    }
    main {
        margin-top: 90px;
    }
    
    /*.search-header {*/
    /*    display: none;*/
    /*}*/
    #primary-menu .sub-menu  {
        position: absolute;
        left: 0;
        z-index: 100;
        top: 90px;
        background: #4D4D4D;
        /*display: block;*/
        flex-direction: column;
        width: max-content;
        margin: 0;
        padding: 0 10px;
        display: none;
    }
    #primary-menu>li.menu-item-has-children:hover .sub-menu {

    }
    #primary-menu .sub-menu.active {

    }
    #primary-menu li {
        position: relative;
        display: block;
    }
    #primary-menu .sub-menu li {
        list-style: none;
        position: relative;
        height: auto;
        padding: 7px 10px;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #primary-menu .sub-menu li:nth-of-type(1){
        margin-top: 10px;
    }
    #primary-menu .sub-menu li:nth-last-of-type(1){
        margin-bottom: 10px;
    }
    #primary-menu .sub-menu li a {
        max-width: unset;
        height: auto;
        text-transform: none;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        border-bottom: none;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
        transition: all .3s;
    }
    #primary-menu .sub-menu li a:hover {
        color: var(--red);
    }

    #primary-menu .sub-menu .nesto-pre {
        content: "";
        position: absolute;
        right: 100%;
        background: #4D4D4D;
        width: 1200px;
        top: 0;
        height: 100%;
        z-index: -1;
    }
    #primary-menu .sub-menu .nesto-posle {
        content: "";
        top: 0;
        position: absolute;
        left: 100%;
        background: #4D4D4D;
        width: 1200px;
        height: 100%;
    }
    #primary-menu .sub-menu li a:before {
        display: none;
    }
    #primary-menu .sub-menu li a {
        border-bottom: none;
    }

}
@media only screen and (max-width: 992px) {
    .top-header .languages-wrap a img {
    width:23px !important;
    height:auto !important;
    margin-top:10px;
}
    .korisnik-holder {
        display: none;
    }
    .site-header.main-header {
        top: 0;
    }
    .site-header.main-header.active {
        top: 0;
    }
    .main-header-inner {
        margin-top: 0;
        justify-content: center;
    }
    .btn-menu {
        display: block;
        position: fixed;
        right: 24px;
        top: 17px;
        z-index: 110;
        height: 30px;
    }
    #site-navigation {
        display: none;
    }
    #mobile-menu {
        display: none;
    }
    #top-menu {
        display: none;
    }
    #search-form-header-wrap {
        display: block!important;
        position: relative;
        top: 0;
        width: 100%;
        right: 0;
    }
    #search-form-header-wrap input {
        width:100%;
        border-bottom: 1px solid var(--red);
        position: relative;
        height: 40px;
    }
    #search-form-header-wrap>div {
        position: relative;
    }
    #search-form-header-wrap>div:after {
        content: "";
        width: 30px;
        height: 30px;
        background: url(https://alta.m1.rs/static/themes/alta-banka/img/new-search.svg);
        background-repeat: no-repeat;
        background-position: right 0;
        background-size: 21px auto;
        top: 10px;
        right: 5px;
        position: absolute;
        display: inline-block;
    }
    #search-form-header-wrap img {
        display: none !important;
    }
    .search-header:after {
       display: none;
    }
    #mobile-menu {
        padding: 0;
        margin: 0;
        position: fixed;
        top: 72px;
        left: 0;
        width: 100%;
        height: auto;
        background: #fff;
        z-index: 100;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        padding: 10px 5%;
        -webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3);
    }
    #mobile-menu li {
        list-style: none;
    }
    #mobile-menu li a {
        text-decoration: none;
        font-weight: 700;
        font-size: 18px;
        color: #000;
        margin-top: 8px;
        display: block;
    }
    #mobile-menu .sub-menu {
        padding-left: 20px;
        border-left: 1px solid #d20000;
    }
    .online-banking .back-button {
        width: 44px !important;
        height: 44px !important;
        border-radius: 100% !important;
        font-size: 8px !important;
        line-height: 1 !important;
        background: var(--red) !important;
        color: #fff !important;
        padding: 0 !important;
        padding-top: 14px !important;
        text-align: center !important;
        backface-visibility: visible !important;
        transform: none !important;
    }
    .online-banking .front-button {
        display: none !important;
    }
    .online-banking {
        position: fixed;
        top: 20px;
        right: 5%;
        width: 44px;
        height: 44px;
    }
    .main-header-inner {
        z-index: 2;
        border: 0;
    }
    .main-header-inner:before {
        /*content: "";*/
        /*width: 100vw;*/
        /*height: 83px;*/
        /*background: #fff;*/
        /*position: fixed;*/
        /*top: 0;*/
        /*left: 0;*/
        /*z-index: -1;*/
        /*-webkit-box-shadow: 0px 2px 19px 0px rgba(0,0,0,0.3);*/
        /*-moz-box-shadow: 0px 2px 19px 0px rgba(0,0,0,0.3);*/
        /*box-shadow: 0px 2px 19px 0px rgba(0,0,0,0.3);*/
    }
    .top-header .languages-wrap {
        position: fixed;
        top: 20px;
        right: 82px;
        z-index: 101;
    }
    .top-header .languages-wrap a{
        font-size: 20px;
        font-weight: 400;
    }
    .custom-logo-link img {
        position: relative;
        top: 18px;
        max-width: 171px;
    }


    .site-header.main-header{
        height: 71px;
    }
    .site-branding {
        position: absolute;
        left: -12px;
        top: 0;
}
#primary-menu li.green a {
    color: green;
}
#primary-menu li.current-menu-item a {
    /*color: var(--red) !important;*/
}
/*.top-header-wrap.digitalna-sekcija-menu #top-menu>li:nth-last-of-type(1)>a{*/
/*    color: var(--red) !important;*/
/*}*/
/*.top-header-wrap.finansijsko-trziste-menu #top-menu>li:nth-of-type(3)>a{*/
/*    color: var(--red) !important;*/
/*}*/
/*.top-header-wrap.stanovnistvo-menu #top-menu>li:nth-of-type(2)>a{*/
/*    color: var(--red) !important;*/
/*}*/
/*.top-header-wrap.privreda-menu #top-menu>li:nth-of-type(1)>a{*/
/*    color: var(--red) !important;*/
/*}*/
#side-contact-btn {
    position: fixed;
    right: 0;
    top: 100vh;
    transform: translate(-17px, -119px);
    cursor: pointer;
    z-index: 22;
}
#side-menu {
    z-index: 23;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 34px;
    background: rgb(141,0,0);
    background: linear-gradient(90deg, rgba(141,0,0,1) 0%, rgba(210,0,0,1) 100%);
    color: #fff;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    border-radius: 10px;
    display: none;
}
#side-menu li {
padding: 10px 20px;
}
#side-menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
#mobile-menu>.menu-item-has-children {
    position: relative;
}
#mobile-menu>.menu-item-has-children .plus {
    position: absolute;
    top: 4px;
    right: 0;
    width: 30px;
    height: 20px;
}
#mobile-menu>.menu-item-has-children .plus:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 15px;
    width: 13px;
    height: 2px;
    background: var(--red);
    transform: rotate(45deg);
}
#mobile-menu>.menu-item-has-children .plus:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 6px;
    width: 13px;
    height: 2px;
    background: var(--red);
    transform: rotate(-45deg);
}
#mobile-menu>.menu-item-has-children>ul{
    display: none;
}
#mobile-menu>.current-menu-parent>.sub-menu{
    display: block;
}
#mobile-menu .current-menu-item>a{
    color: var(--red);
}

@media only screen and (max-width: 680px) {
    #side-contact-btn {
        transform: translate(-17px, -200px);
    }
    #side-menu {
        bottom: 115px;
    }
    .normal-mobile-table {
        width: 100%;
        overflow-y: scroll;
    }
    .normal-mobile-table table {
        width: 800px !important;
    }
}
@media only screen and (min-width: 992px) {
    
}
}

li#menu-item-13646 a {
    color: #00F01C !important;
}