/* General */

body {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.05rem;
    color: #484848;
}

a {
    color: #f4811f;
    outline: none;
}

a:hover {
    color: #484848;
    text-decoration: unset;
}

.btn-primary {
    color: #fff !important;
    background-color: #854471 !important;
    border-color: #854471 !important;
}

.btn-primary:hover {
    color: #854471 !important;
    background-color: #FFF !important;
    border-color: #854471 !important;
    font-weight: 400 !important;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #854471 !important;
    background-color: #FFF !important;
    border-color: #854471 !important;
    box-shadow: 0 0 0 .2rem rgba(133, 68, 113, .25);
}

.btn-secondary:hover {
    color: #6c757d !important;
    background-color: #FFF !important;
    border-color: #6c757d !important;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #6c757d !important;
    background-color: #FFF !important;
    border-color: #6c757d !important;
}

.page-item.active .page-link {
    background-color: #f4811f;
    border-color: #f4811f;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(244, 129, 31, .25);
}

.form-control,
select {
    border-bottom: 2px solid #854471;
}

.form-control:focus,
.custom-select:focus {
    color: #484848;
    border-color: #854471;
    box-shadow: 0 0 0 .2rem rgba(133, 68, 113, .25);
}

.input-group-text {
    background-color: #f3f1f4;
    color: #6c757d;
}

.text-primary {
    color: #854471 !important;
}

body table,
body table tr,
body table td {
    height: auto !important;
    font-size: 1.05rem !important;
}

body .table td {
    padding: 0.2rem 0.5rem;
    text-align: center;
}

.h1,
h1 {
    font-size: 2rem;
}

.h2,
h2 {
    font-size: 1.8rem;
}

.h3,
h3 {
    font-size: 1.4rem;
}

.h4,
h4 {
    font-size: 1.2rem;
}

.h5,
h5 {
    font-size: 1.1rem;
}

.home-title h2 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 2rem;
}


/* Header */
.btnApliciraj {
    animation: blink 2s infinite;
    background-color: #f4811f;
    color: #854470;
    border: none;
    border-radius: 10px;
    font-weight: bold;

}

.btnApliciraj:hover {
    background-color: #fbdc00;
    transition: 0.7s;
    cursor: pointer;
}

.btnRequestCredit {
    color: #fff;
    background-color: #84456f;
    padding: 10px 30px !important;
    float: right;
    border: solid 1px #ffffff !important;
    margin-top: 10px;
    margin-bottom: 10px;


}

'.btnRequestCredit:hover {
 color: #292b2c;
border-color: #f68121;
background-color: #ffffff;
cursor: pointer;
}

.btnRequestCredit {
    color: #fff !important;
    background-color: #854471 !important;
    border-color: #854471 !important;
}

.btnRequestCredit:hover {
    color: #854471 !important;
    background-color: #FFF !important;
    border-color: #854471 !important;
    font-weight: 400 !important;
    cursor: pointer;
}

.btnRequestCredit.focus,
.btnRequestCredit:focus {
    color: #854471 !important;
    background-color: #FFF !important;
    border-color: #854471 !important;
    box-shadow: 0 0 0 .2rem rgba(133, 68, 113, .25);
}

.creditTitle {
    color: #84456f;
    font-style: bold;
    text-align: center;
    font-size: 17px;
}

.creditDescription {
    margin-left: 10px;
}

@keyframes blink {
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        color: purple;
    }

    100% {
        opacity: 1;
    }
}

.mibospo-flag {
    background-color: #eeeeee;
}

.mibospo-flag .mibospo-flag-box {
    height: 0.25rem;
    background-color: #854470;
    border-radius: 1rem;
    background: linear-gradient(90deg, #854470 0%, #854470 33.333%, #f4811f 33.333%, #f4811f 66.333%, #fbdc00 66.333%, #fbdc00 100%);
}

@media only screen and (max-width: 576px) {
    .mibospo-flag .container {
        padding: 0;
    }

    .mibospo-flag .mibospo-flag-box {
        border-radius: 0;
    }
}


/* Subheader */

.mibospo-subheader {
    background-color: #eeeeee;
    font-size: 1rem;
    padding: 0.3rem 0;
}

.mibospo-subheader ul {
    list-style: none;
    display: inline-block;
    text-align: right;
}

.mibospo-subheader .mibospo-freecall {
    font-size: 0.84rem;
    margin-top: 0.12rem;
    position: absolute;
    font-weight: 400;
}

.mibospo-subheader .mibospo-freecall span {
    font-weight: 400;
}

.mibospo-subheader ul li,
.mibospo-lang {
    display: inline-block;
}

.mibospo-subheader ul li a {
    color: #484848;
}

.mibospo-subheader ul li a:hover {
    color: #f4811f;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.mibospo-lang .fas {
    position: absolute;
    margin-left: 0.3rem;
    margin-top: 0.25rem;
}

.mibospo-lang select {
    background-color: transparent !important;
    border: 0 !important;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding-left: 1.3rem;
    color: #484848;
    cursor: pointer;
}

@media only screen and (max-width: 576px) {
    #mibospo-subheader .col-7 {
        display: none;
    }

    #mibospo-subheader .col-5 {
        width: 100% !important;
        max-width: 100% !important;
        flex: unset !important;
    }

    .social-lang-box {
        width: 100%;
    }

    .mibospo-lang {
        float: right;
    }
}


/* Header */

.mibospo-header {
    background-color: #f7f7f7;
    /* box-shadow: 0 1rem 1rem rgba(0, 0, 0, .04); */
}

.mibospo-logo-subnav .mibospo-navbar-brand {
    padding: 0.5rem 0;
}

.mibospo-logo-subnav .ineye a {
    font-weight: 500;
    color: #854470 !important;
}

.mibospo-logo-subnav .ineye a:hover {
    color: #f4811f !important;
}

.mibospo-logo-subnav .mibospo-subnav {
    margin-top: 1.05rem;
    font-weight: 400;
    font-size: .985rem;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.01rem;
}

.mibospo-logo-subnav .mibospo-subnav li {
    display: inline-block;
}

.mibospo-logo-subnav .mibospo-subnav li .nav-link {
    padding: 0.5rem 0.8rem;
    color: #484848;
}

.mibospo-logo-subnav .mibospo-subnav li .nav-link:hover {
    color: #f4811f;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.mibospo-logo-subnav .mibospo-subnav li:first-child .nav-link {
    padding: 0.5rem 0.8rem 0.5rem 0;
}

.mibospo-logo-subnav .mibospo-subnav li:last-child .nav-link {
    padding: 0.5rem 0 0.5rem 0.8rem;
}

.mibospo-navigation-nav {
    width: 100%;
}

@media only screen and (max-width: 960px) {
    .mibospo-logo-subnav .mibospo-navbar-brand {
        width: 100%;
    }

    .mibospo-logo-subnav .mibospo-navbar-brand img {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .mibospo-logo-subnav .mibospo-subnav {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .mibospo-logo-subnav .mibospo-subnav li .nav-link,
    .mibospo-logo-subnav .mibospo-subnav li:first-child .nav-link,
    .mibospo-logo-subnav .mibospo-subnav li:last-child .nav-link {
        font-size: .95rem;
        padding: .2rem;
    }
}

.mibospo-navigation {
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.01rem;
}

.mibospo-navigation .nav-item {
    position: relative;
}

.mibospo-navigation .mibospo-navbar-nav li .nav-link {
    padding: 0.7rem 0.8rem;
    color: #484848;
}

.mibospo-navigation .mibospo-navbar-nav li.show .nav-link {
    color: #854471;
}

.mibospo-navigation .mibospo-navbar-nav li .nav-link:hover {
    color: #854471;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.mibospo-navigation .mibospo-navbar-nav li:first-child .nav-link {
    padding: 0.7rem 0.8rem 0.7rem 0;
}

.mibospo-navigation .mibospo-navbar-nav li:last-child .nav-link {
    padding: 0.7rem 0 0.7rem 0.8rem;
}

.mibospo-navbar-nav>li>a::before {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    border-radius: 1rem;
    background: #854471;
    transition: width .3s;
    bottom: 0;
    position: absolute;
}

.mibospo-navbar-nav>li>a:hover::before,
.nav-item.show a::before {
    width: 100%;
    width: calc(100% - 1.6rem);
}

.nav-item.show:last-child a::before {
    width: calc(100% - 0.8rem);
}

.mibospo-navbar-nav>li:first-child>a:hover::before,
.mibospo-navbar-nav>li:last-child>a:hover::before {
    width: 100%;
    width: calc(100% - 0.8rem);
}

.mibospo-collapse-navbar-secondary li {
    display: inline-block;
}

.mibospo-collapse-navbar-secondary li .nav-link {
    padding: 0.7rem 0.8rem;
    color: #484848;
}

.mibospo-collapse-navbar-secondary li .nav-link:hover {
    color: #854471;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.mibospo-collapse-navbar-secondary li:last-child .nav-link {
    padding: 0.7rem 0 0.7rem 0.8rem;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .2em;
    vertical-align: 0.15rem;
    content: "";
    border-top: .25rem solid;
    border-right: .25rem solid transparent;
    border-bottom: 0;
    border-left: .25rem solid transparent;
    color: #7d7d7d;
}

.dropdown-menu {
    padding: 1rem 0.5rem;
    border: 0;
    background-color: #FFFFFF;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 1rem 0 rgba(133, 68, 113, .11);
    -moz-box-shadow: 0 0 1rem 0 (133, 68, 113, .11);
    box-shadow: 0 0 1rem 0 (133, 68, 113, .11);
    margin-top: 0.5rem;
    min-width: 220px;
}

.dropdown-menu .nav-link {
    color: #484848 !important;
    padding: 0.6rem 1rem !important;
    transition: all 0.3s;
}

.dropdown-menu .nav-link::before {
    opacity: 0;
}

.dropdown-menu .nav-link:hover::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    left: 1rem;
    opacity: 1;
    animation: fade-in 0.3s;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-menu .nav-link:focus,
.dropdown-menu .nav-link:hover {
    color: #854471 !important;
    background-color: #FFFFFF;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    padding-left: 1.5rem !important;
    padding-right: 0.5rem !important;
    transition: all 0.3s;
}


/* Search */

#searchModal {
    background-color: #ffffff !important;
    font-size: 1.2rem;
}

#searchModal .navbar-search {
    padding: 2rem 1rem;
}

#searchModal .navbar-search input {
    border-bottom: 1px solid #854471 !important;
    font-size: 1.5rem !important;
}

#searchModal .navbar-search .btn {
    color: #854471;
    font-size: 1.5rem !important;
    background-color: transparent;
}

#searchModal .navbar-search input:focus,
#searchModal .navbar-search .btn:focus {
    box-shadow: unset !important;
}

#searchModal .close {
    top: 15px !important;
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.search-result {
    padding-bottom: 1rem;
    border-bottom: 1px solid #FFF;
    padding-top: 1rem;
}

.search-result h2 {
    color: #484848;
}

.search-result h2:hover {
    color: #f48120;
}


/* Resposive and Functions of Header */

@media only screen and (max-width: 991px) {
    .mibospo-collapse-navbar-secondary {
        position: absolute;
        right: 15px;
        top: 0;
    }

    .navbar-light .navbar-toggler {
        border: 0;
        padding: 0.7rem 0.8rem 0.7rem 0;
        color: #484848;
        outline: none !important;
    }

    .mibospo-navigation .mibospo-navbar-nav li .nav-link,
    .mibospo-navigation .mibospo-navbar-nav li:first-child .nav-link,
    .mibospo-navigation .mibospo-navbar-nav li:last-child .nav-link {
        padding: 0.7rem 0;
        border-bottom: 1px solid #FFF;
    }

    .mibospo-navbar-nav>li>a::before {
        height: 0;
    }

    .dropdown-toggle::after {
        /* position: absolute; */
        right: 0;
        top: 1.45rem;
    }

    .dropdown-menu {
        padding: 0;
        border: 0;
        background-color: #FFFFFF;
        border-radius: 0;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
        margin-top: 0;
    }

    .dropdown-menu .dropdown-item:hover::before {
        content: "";
        opacity: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        padding: 0.6rem 1rem;
    }

    .mibospo-navigation .nav-item .dropdown-toggle::after {
        -ms-transform: rotate(-90deg);
        /* IE 9 */
        transform: rotate(-90deg);
    }

    .mibospo-navigation .nav-item.show .dropdown-toggle::after {
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
    }
}

.mibospo-header.fixHeader {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .1);
}

.mibospo-header.fixHeader .mibospo-logo-subnav {
    display: none;
}

.mibospo-header .toTop {
    display: none;
}

.mibospo-header.fixHeader .toTop {
    display: inline-block;
}


/* Slider */

.mibospo-slider {
    background-color: #f7f7f7;
    position: relative;
}

.mibospo-slider-container {
    max-width: 1600px !important;
    margin: 0 auto;
}

.mibospo-slider .carousel-indicators li {
    width: 0.9rem;
    height: 0.9rem;
    background: #FFF;
    border: 0;
    border-radius: 50%;
    opacity: .7;
    cursor: pointer;
}

.mibospo-slider .carousel-indicators .active {
    background: #FFF;
    border: 0;
    border-radius: 50%;
    opacity: 1;
}

@media only screen and (max-width: 1100px) {
    .mibospo-slider .carousel-indicators li {
        width: 0.5rem;
        height: 0.5rem;
    }
}

.banner-info-box {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -2.5rem);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0.5rem 1rem;
    border-radius: .25rem;
    text-align: center;
    max-width: 425px;
}

.carousel-indicators {
    bottom: 0;
    margin-bottom: 0.7rem;
}

@media only screen and (max-width: 991px) {
    .banner-info-box {
        position: relative;
        max-width: 100%;
        transform: translate(-50%, 0rem);
    }

    .carousel-indicators {
        display: none;
    }
}


/* Last news */

.mibospo-lastnews {
    background-color: #f7f7f7;
    padding: 4.5rem 0;
}

.mibospo-lastnews h3 {
    font-size: 1.15rem;
    margin: 0.5rem 0;
    color: #484848;
    height: 2.4rem;
}

.mibospo-lastnews .control-box {
    text-align: right;
    font-size: 1.15rem;
    margin: 0.5rem 0;
}

.mibospo-lastnews .control-box a {
    color: #484848;
}

.mibospo-lastnews h3:hover,
.mibospo-lastnews .control-box a:hover {
    color: #f48120;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}


/* Credit products */

.mibospo-creditproducts {
    background-color: #FFFFFF;
    padding: 4.5rem 0;
}

.mibospo-creditproducts .creditproducts-box {
    display: block;
    color: #484848;
    margin-top: 0.5rem;
}

.mibospo-creditproducts .creditproducts-box:hover {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.mibospo-creditproducts .creditproducts-box:hover h3 {
    color: #f48120;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.mibospo-creditproducts .creditproducts-box h3 {
    font-size: 1.15rem;
    margin-top: 1rem;
}

.mibospo-creditproducts .creditproducts-box p {
    font-size: 1rem;
}

.mibospo-creditproducts .creditproducts-box img {
    max-height: 40px;
}

.mibospo-creditproducts .creditproducts-box:hover img {
    -webkit-animation: creditproducts-animation 0.76s ease-in-out;
    animation: creditproducts-animation 0.76s ease-in-out;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes creditproducts-animation {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }

    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }

    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }

    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }

    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

@keyframes creditproducts-animation {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }

    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }

    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }

    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }

    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}


/* Online credit */

.mibospo-online-credit {
    background-color: #FFF;
    border-top: 1px solid #f7f7f7;
}

.mibospo-online-credit .online-credit-text {
    padding: 4.5rem 0;
}

.mibospo-online-credit .phone {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.mibospo-online-credit .phone img {
    max-height: 22rem;
}

.mibospo-online-credit .btn {
    border-radius: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media only screen and (max-width: 991px) {
    .mibospo-online-credit .phone {
        display: none;
    }
}


/* Video */

.mibospo-video {
    padding: 4.5rem 0;
    background-color: #854471;
    color: #FFF;
}

.mibospo-video .playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    top: calc(50% - 2.5rem);
    left: calc(50% - 2.5rem);
    background: #FFF;
    height: 5rem;
    width: 5rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.5rem;
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
}

.mibospo-video .playbutton:hover {
    background: #f4811f;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.mibospo-video .playbutton i {
    line-height: 5rem;
    text-align: center;
}

.mibospo-video .playbutton:hover i {
    color: #FFF;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.mibospo-video .playbutton::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #FFF;
    box-shadow: 0 0 0 0 #FFF;
    -webkit-animation: play-button 2s infinite;
    animation: play-button 2s infinite;
    animation-delay: 0s;
    opacity: 0.7;
    z-index: 1;
}

@-webkit-keyframes play-button {
    70% {
        -webkit-box-shadow: 0 0 0 15px #FFF;
        box-shadow: 0 0 0 15px #FFF;
        opacity: 0;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #FFF;
        box-shadow: 0 0 0 0 #FFF;
        opacity: 0;
    }
}

@keyframes play-button {
    70% {
        -webkit-box-shadow: 0 0 0 15px #FFF;
        box-shadow: 0 0 0 15px #FFF;
        opacity: 0;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #FFF;
        box-shadow: 0 0 0 0 #FFF;
        opacity: 0;
    }
}

#videoModal .close {
    top: 15px !important;
    position: absolute;
    right: 15px;
    cursor: pointer;
    z-index: 2;
}


/* Info */

.mibospo-info {
    background-color: #f7f7f7;
    padding: 4.5rem 0;
}

.mibospo-info .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #484848;
    background-color: #FFF;
    border-left: 3px solid #fcdf05;
    border-radius: 0;
    padding: 1.2rem 1.5rem;
    padding-left: 3rem;
    transition: all 0.3s;
    position: relative;
}

.mibospo-info .nav-pills .nav-link.active::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    left: 1.5rem;
    color: #484848;
}

.mibospo-info .nav-pills .nav-link {
    border-radius: 0;
    padding: 1.2rem 1.5rem;
    color: #484848;
    border-left: 3px solid transparent;
}

.mibospo-info .tab-content {
    background-color: #FFF;
    padding: 1.2rem;
}

.mibospo-info ul {
    list-style: none;
}

.mibospo-info ul li {
    padding: 0.15rem 0;
    padding-left: 3rem;
    position: relative;
}

.mibospo-info .tab-content ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    color: #fcdf05;
    left: 1.5rem;
}

.mibospo-info ul i {
    font-size: .9rem;
    color: #fcdf05;
    margin-left: -1.5rem;
    position: absolute;
    top: 0.45rem;
}

@media only screen and (max-width: 991px) {
    .mibospo-info .nav-pills {
        margin-bottom: 1rem;
    }

    .mibospo-info .nav-pills .nav-link.active::before {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        transform: rotate(90deg);
    }
}


/* Story*/

.mibospo-story {
    background-color: #fff;
    padding: 4.5rem 0;
}

.mibospo-story .story-box {
    display: block;
    margin-top: 0.5rem;
    border: 1px solid #f7f7f7;
    padding: 1.5rem;
}

.story-box .profile {
    width: 5rem;
    float: left;
    height: 5rem;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 1rem;
}

.story-box .profile img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}

.story-box .profile,
.story-box .story {
    display: inline;
}

.story-box .story p {
    position: relative;
    display: flex;
    color: #484848;
}

.story-box:hover .story p {
    color: #f4811f;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.story-box .story:before {
    /* font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: 4rem;
    top: 1rem;
    left: 8.5rem;
    z-index: 0;
    color: #fcdf05;
    position: absolute;
    opacity: 0.15; */
}

.story-box .story .story-owner {
    font-weight: 300;
    color: #854471;
    margin-top: 1rem;
}


/* Partners */

.mibospo-partners {
    background-color: #f7f7f7;
    padding: 4.5rem 0;
}

.mibospo-partners .item {
    align-items: center;
    display: flex;
    max-height: 5rem !important;
    justify-content: center;
    padding: 0 1rem;
}

.gold-partner {
    height: 80px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .gold-partner {
        margin-bottom: 1.2rem;
    }
}

.owl-theme.mibospo-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #484848;
}

.owl-theme.mibospo-theme .owl-dots .owl-dot.active span,
.owl-theme.mibospo-theme .owl-dots .owl-dot:hover span,
.owl-theme.mibospo-theme .owl-dots .owl-dot.active span,
.owl-theme.mibospo-theme .owl-dots .owl-dot:hover span {
    background: #854471;
}

.owl-theme.mibospo-theme .owl-nav.disabled+.owl-dots {
    margin-top: 1rem;
}


/* Footer */

.mibospo-footer {
    background-color: #3F3F3F;
    padding: 4.5rem 0;
    color: #BABABA;
    font-weight: 300;
}

.mibospo-footer img {
    width: 12rem;
    margin-bottom: 0.5rem;
}

#mibospo-footer.mibospo-footer a {
    color: #BABABA;
}

.mibospo-footer a:hover {
    color: #FFF;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.mibospo-footer ul {
    list-style: none;
}

.mibospo-footer ul li {
    padding: 0.1rem 0;
}

.mibospo-footer h2 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 1rem;
}

h2.spec-location {
    margin-bottom: 1.3rem;
}

.mibospo-footer .select-location {
    width: 100%;
    background: transparent;
    border: 0 !important;
    color: #BABABA !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 0;
    position: relative;
    padding-right: 1rem;
    z-index: 1;
}

.select-location option {
    color: #484848 !important;
    border: 0;
}

.mibospo-footer .select-box {
    padding: 0.3rem 0.5rem;
    border: 1px solid #BABABA;
    position: relative;
}

.mibospo-footer .select-box::before {
    font-size: 0.7rem;
    position: absolute;
    top: -.6rem;
    background: #3F3F3F;
    padding: 0 0.2rem;
}

.mibospo-footer .select-box.ba::before {
    content: 'Izaberite grad';
}

.mibospo-footer .select-box.en::before {
    content: 'Select city';
}

.mibospo-footer .select-box::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0dd";
    position: absolute;
    right: 0.5rem;
    top: 0.1rem;
    animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {

    0%,
    100% {
        top: 0;
    }

    50% {
        top: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .mibospo-footer {
        padding: 2.5rem 0 4.5rem 0;
    }

    .mibospo-footer .footer-box {
        margin-top: 2rem;
    }
}


/* copyright */

.mibospo-copyright {
    background-color: #111111;
    padding: .5rem 0;
    color: #BABABA;
    font-weight: 300;
}

.mibospo-copyright a:hover {
    color: #FFF;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.mibospo-copyright .copyright-addon {
    text-align: right;
}

@media only screen and (max-width: 1199px) {
    .mibospo-copyright .copyright-addon {
        text-align: left;
    }

    .mibospo-copyright {
        padding-right: 65px;
    }

    .mibospo-copyright .info-line {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .mibospo-copyright {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 400px) {
    .mibospo-copyright {
        font-size: 0.8rem;
        letter-spacing: -0.01rem;
    }
}


/* Page title */

.mibospo-title {
    background: url(/mibospo/img/pages/singlepagebanner.png), linear-gradient(90deg, rgba(243, 242, 245, 1) 49%, rgba(215, 202, 214, 1) 49%);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding: 3rem 0;
}

.mibospo-title h1 {
    margin: 0;
}

@media only screen and (min-width: 992px) {
    .mibospo-title {
        background-position: 50% 50%;
    }

    .mibospo-title h1,
    .mibospo-title p {
        padding-right: 420px;
        /* Fit bg */
    }
}


/* Page content */

.mibospo-page-content {
    background-color: #f7f7f7;
    padding: 3rem 0;
}

.mibospo-page-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mibospo-page-content a,
.mibospo-page-content ul li a:hover {
    color: #f4811f;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.mibospo-page-content a:hover,
.mibospo-page-content ul li a {
    color: #484848;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    font-weight: 500;
}

#page-error .page-error {
    min-height: 100vh;
}


/* Sidebar */

.sidebar ul {
    list-style: none;
}

.sidebar h3 {
    position: relative;
}

.sidebar h3::before {
    content: '';
    width: 3rem;
    height: 3px;
    background: #854471 !important;
    position: absolute;
    bottom: -0.5rem;
    border-radius: 3px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.sidebar .widget:hover h3::before {
    width: 5rem;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.sidebar .widget-news ul li {
    display: inline-block;
}

.sidebar .widget-news ul li a {
    color: #484848;
}

.sidebar .widget-news ul li a:hover {
    color: #f4811f;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.sidebar .widget-news .news-img {
    float: left;
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    background-color: #FFF;
    padding: 0.2rem;
    margin-right: 0.5rem;
    margin-top: -0.3rem;
}

.sidebar .widget-news .news-box {
    margin-top: 1.3rem;
}

.sidebar .widget-news .news-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}

.sidebar .widget-news .news-title {
    margin-top: 0.2rem;
}

.sidebar .widget-how li {
    padding: 0.2rem 0;
    cursor: pointer;
}

.sidebar .widget-how li:first-child {
    margin-top: 1rem;
}

.sidebar .widget-how li i,
.sidebar .widget-how li a i {
    color: #fcdc00;
}

.sidebar .widget-how li a {
    color: #484848;
}

.sidebar .widget-how li a:hover {
    color: #f4811f;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.sidebar .widget-story li {
    display: inline-block;
    margin-top: 1rem;
}

.sidebar .story-box .profile {
    width: 4rem;
    height: 4rem;
    margin-right: 0.5rem;
    border: 0.2rem solid #FFF;
}

@media only screen and (max-width: 767px) {
    .sidebar {
        margin-top: 3rem;
    }
}


/* Blog */

.mibospo-page-content .blog-container {
    margin-top: -1rem;
}

.mibospo-page-content .blog-box .blog-img-date {
    margin-top: 1rem;
    position: relative;
    display: block;
    width: 100%;
    height: 12rem;
    min-height: 12rem;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.mibospo-page-content .blog-box img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.mibospo-page-content .blog-box:hover img {
    transform: scale(1.2);
}

.mibospo-page-content .blog-box .date {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.9rem;
    width: 8rem;
}

.mibospo-page-content .blog-box .date .day {
    background: #fcdc00;
    color: #484848;
    padding: 0.2rem;
    font-size: 1.1rem;
    font-weight: 500;
}

.mibospo-page-content .blog-box .date .month-year {
    background: #854471;
    color: #FFF;
    padding: 0.2rem;
    font-size: 0.9rem;
    font-weight: 300;
}

.mibospo-page-content .blog-box h2 {
    padding-top: 0.5rem;
    font-size: 1.2rem;
}


/* Tabs */

.mibospo-page-content .tab-box {
    display: table;
    margin-bottom: 1rem;
    color: #484848;
}

.mibospo-page-content .tab-box:hover,
.kp-box:hover strong {
    color: #f4811f;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.mibospo-page-content .tab-box img,
.kp-box img {
    float: left;
    margin-right: 0.5rem;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    height: 84px !important;
    width: 84px !important;
}

.mibospo-page-content .tab-box:hover img,
.kp-box:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mibospo-page-content .tab-box img,
.mibospo-page-content .tab-box .title {
    display: inline;
}

.mibospo-page-content .tab-box .title h2 {
    position: relative;
    display: flex;
    font-size: 1.4rem;
}

.kp-box {
    width: 47% !important;
    display: inline-block;
    position: relative;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.kp-box img {
    display: inline;
}

.kp-box strong {
    display: inline;
    position: absolute;
    top: 1.5rem;
    left: 95px;
    color: #484848;
}

@media only screen and (max-width: 991px) {
    .kp-box {
        width: 100% !important;
    }
}


/* Credit calculator */

.credit-calculator .max-width-input {
    max-width: 8rem;
}

.credit-calculator .max-width-input {
    border-right: 0;
}

.credit-calculator .input-group-text {
    background: #f7f7f7;
    border-left: 0;
}

.credit-calculator .form-row {
    background-color: #FFF;
    padding: 1rem;
}

.range-slider {
    width: 100%;
}

.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 0.3rem;
    background: #fcdc00;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.range-slider:hover {
    opacity: 1;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 23px;
    height: 23px;
    background-color: transparent;
    background-image: url(/mibospo/img/icons/range-bg.png);
    cursor: pointer;
    border-radius: 50%;
    border: 0;
}

.range-slider::-moz-range-thumb {
    width: 23px;
    height: 23px;
    background-color: transparent;
    background-image: url(/mibospo/img/icons/range-bg.png);
    cursor: pointer;
    border-radius: 50%;
    border: 0;
}

.monthly-installments {
    text-align: right;
}

.monthly-installments-title {
    font-weight: 500;
    font-size: 1.3rem;
    color: #f48120;
}


/* Lists */

.list-box {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #FFF;
}

.list-box .date {
    float: left;
    margin-right: 0.5rem;
    text-align: center;
    min-width: 6.5rem;
}

.list-box .date .day {
    background: #fcdc00;
    color: #484848;
    padding: 0.2rem;
    font-size: 1.1rem;
    font-weight: 500;
}

.list-box .date .month-year {
    background: #854471;
    color: #FFF;
    padding: 0.2rem;
    font-size: 0.9rem;
    font-weight: 300;
}

.list-box .content h2 {
    font-size: 1.5rem;
}

a.list-box {
    color: #484848;
    display: flex;
}

a.list-box:hover {
    color: #f4811f;
}


/* Offices */

.offices-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.offices-list li {
    padding: 0.2rem 0;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.offices-list li:hover {
    color: #f4811f;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.office-information {
    text-align: center;
}

.office-information span {
    font-weight: 500;
}

#gmap_canvas {
    width: 100%;
    height: 26rem;
}

#basicMap {
    width: 540px !important;
    height: 510px !important;
    background-color: #FFF;
    background-image: url(/mibospo/img/pages/loading.gif);
    background-size: 28px 28px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    #basicMap {
        width: 450px !important;
        height: 450px !important;
    }
}

@media only screen and (max-width: 991px) {
    #basicMap {
        width: 100% !important;
        height: 330px !important;
    }

    #gmap_canvas {
        width: 100%;
        height: 18rem;
    }
}

@media only screen and (max-width: 767px) {
    .offices-list {
        text-align: center;
    }

    #basicMap {
        width: 100% !important;
        height: 330px !important;
        margin: 0 auto;
    }
}

#officeModal #basicMap {
    width: 100% !important;
    height: 350px !important;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
    #officeModal #basicMap {
        width: 100% !important;
        height: 280px !important;
        margin: 0 auto;
    }

    #gmap_canvas {
        width: 100%;
        height: 14rem;
    }
}

#officeModal .close {
    top: 15px !important;
    position: absolute;
    right: 15px;
    cursor: pointer;
    z-index: 2;
}

.locations-map-info-left.locations-map-info-left-show {
    position: absolute;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    top: 0.2rem;
    left: 0.2rem;
    font-size: 0.85rem;
    padding: 0.2rem;
}

.locations-map-info-left span {
    font-weight: 500;
}

.separator {
    height: 1px;
    background: #854471;
    margin-top: 1.5rem;
}

#introModal {
    background: rgba(255, 255, 255, 0.9);
}

#introModal .modal-dialog {
    max-width: 550px;
}

#introModal .close {
    top: -1.7rem !important;
    position: absolute;
    right: 0rem;
    cursor: pointer;
    color: #3F3F3F;
}

#introModal .close {
    z-index: 9;
}

#introModal img {
    width: 100%;
    height: 100%;
}


/* Custom forms */

.mibospo-form-style a {
    color: #f4811f !important;
}

.mibospo-form-style a:hover {
    color: #484848 !important;
    font-weight: 400;
}

.mibospo-form-style .error-text {
    padding: 0;
    margin: 0;
    color: red;
    font-size: 0.8rem;
    letter-spacing: -0.01rem;
}

.mibospo-form-style h2 {
    color: #854471;
    margin-bottom: 1rem;
}

.mibospo-form-style h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

label {
    font-size: 0.9rem;
    letter-spacing: -0.015rem;
    margin-bottom: 0;
    margin-top: 1.2rem;
}

.mibospo-form-style .input-label {
    padding-top: 2px;
}

.mibospo-form-style .alert {
    font-size: 0.9rem;
}

.mibospo-form-style ul {
    margin-top: 1rem;
    font-size: 0.9rem;
}

.mibospo-form-style ul li {
    padding-left: 1rem;
}

.mibospo-form-style ul li::before {
    content: '- ';
    position: absolute;
    left: 1rem;
}

.mibospo-form-style .form-yes-no {
    display: block;
    position: relative;
    padding: 0.4rem;
}

.mibospo-form-style .form-yes-no .yes .error-text {
    display: none;
}

.mibospo-form-style .spec-1 {
    margin-top: 0.15rem;
}

.mibospo-form-style .form-yes-no .yes,
.mibospo-form-style .form-yes-no .no {
    display: inline-block
}

.mibospo-form-style .form-yes-no .no .error-text {
    position: absolute;
    left: 0;
    top: 2.4rem;
}

.mibospo-form-style .biglabel label {
    font-size: 1.05rem;
}

.mibospo-form-style .ineye-input {
    background-color: #854471;
    color: #FFF;
    border: 1px solid #FFF;
}

#transitional-black-overlay {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    color: #484848;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    left: 0;
    top: 0;
    padding: 80px;
    text-align: center;
    z-index: 999;
    font-weight: bold;
}

input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#readMoreSpan {
    cursor: pointer;
    margin-top: 1rem;
    display: block;
}

@media screen and (min-width: 601px) {
    #readMoreSpan {
        display: none;
        color: #854471;
    }

    #readLessSpan {
        display: none;
        cursor: pointer;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 601px) {
    #readMoreSaglasnost {
        display: none;
        cursor: pointer;
        margin-top: 1rem;
    }

    #readLessSpan {
        display: none;
        cursor: pointer;
        margin-top: 1rem;
    }
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url(mibospo/img/icons/loading-gif.gif) no-repeat center center;
    z-index: 10000;
}

.btn.btn-primary a {
    color: #FFF !important;
}

.btn.btn-primary:hover a {
    color: #854471 !important;
}

.custom-margin {
    margin-top: 2.6rem !important;
}

@media screen and (max-width: 767px) {
    .custom-margin {
        margin-top: 1rem !important;
    }
}

hr.custom-line {
    margin-top: 1.5rem;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.modal-content {
    background-color: #854471;
    color: #FFF;
}

#searchModal .modal-content {
    background-color: #FFFFFF;
    color: #484848;
}

.modal-body {
    max-height: 390px;
    overflow-y: auto;
}

.modal-content .close,
.modal-content .close:focus,
.modal-content .close:hover {
    color: #FFFFFF;
    box-shadow: unset;
}

#preview-cv,
#preview-letter,
#preview-recomendation {
    background-color: transparent;
    border: 0;
    color: #484848;
    width: 100%;
}

.form-center {
    display: flex;
    justify-content: center;
}

.oc-molimo-vas-procitajte-links input[type="checkbox"] {
    transform: scale(1.3) !important;

}

.online-box-content .card {
    background-color: #854471 !important;
    color: white;
}

.online-box-content .creditTitle {
    color: white;
}

.online-box-header {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-bottom: 25px;
}

.online-box-body {
    height: auto;
    width: 100%;
}

.card .card-footer {
    display: flex;
    justify-content: center;
    align-items: center;

}

.online-form-table {
    padding-bottom: 10px;
    margin-left: -15px;
}

.online-form-table p {
    display: block !important;
}

.ty-main {
    min-height: 65vh;
    background-color: white;
    background-image: url("/images/originals/mibospoenterkredit.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.btn-primary {
    background-color: #854471 !important;
    border-color: #753d65 !important;
}

.bg-ty {
    background-color: rgba(58, 58, 58, .9);
}

@media screen and (max-width: 600px) {
    body h1 {
        font-size: 1.4rem;
        text-align: center;
    }

    .ty-main {
        background-image: none !important;
    }

    .ty-main {
        background-color: #eee !important;
    }
}

.shadow-new {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.social-responsibility-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.shadow-social {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}


.overflow {
    position: relative;
    overflow: hidden;
}

.zoom img {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.date-time-bottom {
    position: absolute !important;
    bottom: 0% !important;
    padding-bottom: 10px !important;
    display: flex;
    align-items: center;
    margin-bottom: 0% !important;
}

.truncate p {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    /* number of lines to show */
    /* line-clamp: 3 !important; */
    -webkit-box-orient: vertical !important;
}

#popUpModal .close {
    position: absolute;
    z-index: 99;
    text-shadow: unset;
    background: #854471 !important;
    opacity: 1;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    right: -10px;
    top: -10px;
    text-align: center;
    color: #333 !important;
}

.social-resp a :hover {
    color: #f48120;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

/* Pop Up modal fix kada nije prikazan */
.fade:not(.show) {
    z-index: -1;
}

/**/