/* ------- */
/* General */
/* ------- */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    /* Font */
    font-family: 'Roboto', sans-serif;
    color: #5d6a73;
    font-size: 16px;
    overflow-x: hidden;
}

/* Links */
a:hover {
    text-decoration: none;
}

/* Lists */
.txt_list {
    list-style: disc;
    padding: inherit;
    margin-left: 25px;
    font-size: 15px;
}

.txt_num_list {
    list-style: decimal;
    padding: inherit;
    margin-left: 25px;
    font-size: 15px;
}

/* Centered text */
.txt_center {
    text-align: center;
}

/* Image in text */
.txt_img_left {
    margin-right: 20px;
    float: left;
}

.txt_img_right {
    margin-left: 20px;
    float: right;
}

.img_center {
    margin: 0 auto;
    display: block;
}

/* Tables */
.custom_table thead {
    background-color: #e52a35;
    font-weight: 600;
    color: #fff;
}

/* Containers */
.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
}

.fixed_maxwidth {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    display: block;
}

/* Content */
.cont {
    position: relative;
}

.new_row_cont {
    margin-top: 35px;
}

/* Footer */
footer {
    padding: 50px 0px;
    background: #5d6a73;
    color: #fff;
}

    footer a,
    footer a:hover {
        color: #fff;
    }

.footer_menu_wrapper {
    border-right: 1px solid;
}

    .footer_menu_wrapper h4 {
        font-size: 15px;
    }

.footer_menu {
    margin: 20px 0px 40px 0px;
    font-size: 12px;
}

.footer_menu2 {
    margin: 10px 0px 40px 0px;
    font-size: 15px;
    
}

.footer_menu li {
    margin-bottom: 10px;
}

.footer_menu2 li {
    margin-bottom: 30px;
}

    .footer_menu li a,
    .footer_menu2 li a {
        color: #fff;
    }

.footer_copyright {
    margin-top: 8%;
    font-size: 12px;
    text-align: center;
}

.footer_social_icons {
    margin: 0 auto;
    display: table;
}

    .footer_social_icons i {
        padding: 10px;
    }

/* Fixed side buttons overrides */
.side_btn_group {
    top: 30%;
    left: 96%; 
    left: calc(100vw - 60px);
    z-index: 100;
    display: block;
    font-size: 18px;
    position: fixed;
}

.side_btn {
    right: 0%;
    min-width: 300px;
    margin-bottom: -2px;
    transition: all 0.29s ease-in-out;
    -moz-transition: all 0.29s ease-in-out;
    -webkit-transition: all 0.29s ease-in-out;
    -o-transition: all 0.29s ease-in-out;
}

    .side_btn:hover {
        right: 79%;
    }

    .side_btn a {
        border-radius: 0px !important;
    }

        .side_btn a,
        .side_btn a:hover {
            color: #5d6a73 !important;
            background-color: #fff !important;
            font-size: 15px;
        }

            .side_btn a span {
                padding-right: 10px;
                margin: -10px 0px -10px -5px;
            }

                .side_btn a span img {
                    width: 35px;
                }

/* Search modal overrides */
.search_dialog {
    width: 35%;
    margin: 20% auto;
}

.search_frame {
    border-radius: 25px;
}

.sr_modal {
    padding: 0px;
    height: 50px;
}

.sr_txt_wrap {
    height: 50px;
    padding: 9px 0px 0px 30px;
}

    .sr_txt_wrap input[type=text] {
        border: 0px;
        box-shadow: none;
    }

.sr_btn {
    background: #e52a35;
    color: #fff;
    display: block;
    text-align: center;
    height: 50px;
    padding-top: 5px;
    border-radius: 0px 25px 25px 0px;
    border: 4px solid #fff;
    cursor: pointer;
}
/* To top button */
.to_top_btn {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #e52a35;
    color: #fff;
    z-index: 200;
    border-radius: 25px;
    padding: 10px 13px;
}

    .to_top_btn:hover,
    .to_top_btn:focus {
        background-color: #e52a35;
        color: #fff;
    }

/* Embed */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*loader command modals */
.modal-position {
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.center-pp {
    position: absolute;
    top: -160px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.loader {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}

.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    background-color: #b9babe;
    position: absolute;
    border: 2px solid white;
}

    .loader--dot:first-child {
        background-color: #b9babe;
        animation-delay: 0.5s;
    }

    .loader--dot:nth-child(2) {
        background-color: #b9babe;
        animation-delay: 0.4s;
    }

    .loader--dot:nth-child(3) {
        background-color: #898989;
        animation-delay: 0.3s;
    }

    .loader--dot:nth-child(4) {
        background-color: #898989;
        animation-delay: 0.2s;
    }

    .loader--dot:nth-child(5) {
        background-color: #b9babe;
        animation-delay: 0.1s;
    }

    .loader--dot:nth-child(6) {
        background-color: #e60003;
        animation-delay: 0s;
    }

.loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}


@keyframes loader {
    15% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(230px);
    }

    65% {
        transform: translateX(230px);
    }

    95% {
        transform: translateX(0);
    }
}


.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

@media (min-width: 768px) {

    .modal-medium {
        width: 600px;
    }
}

/*stilovi anketa*/
#popup-bottom1 {
    /*background-image: url(../images/bgbgbg.jpg);*/
    background-color: rgba(255,255,255,0.95);
    /*opacity: 0;*/
    width: 360px;
    height: auto;
    position: fixed;
    color: #5d6a73;
    bottom: 0;
    left: 20px;
    padding: 10px 20px;
    transition: opacity ease-out 0.36s;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.button-iin{
	float: right;
    margin-bottom: 9px;
}
#popup-bottom1>h2{
	font-weight: 300;
    padding-bottom: 25px;
    color: #e92a35;
}
#popup-bottom1>p>a{
	/*color: #e52a35;*/
    color: #5d6a73;
    padding-bottom: 10px;
}
#popup-bottom1.show {
  opacity: 1;
}
#popup-bottom1.hide {
  display: none;
}

.anketa-naslov {
    font-size: 30px;
    margin-bottom: 30px;
}

.pole-mar2 {
    margin-bottom: 30px;
}

.polinja-shirina {
    width: 80%;
}

.labeltxt {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}

.form {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 8px 15px;
    min-width: 80%;
    font-size: 16px;
    margin-bottom: 30px;
}

    .form:focus {
        outline: none;
        font-size: 16px;
        color: #464646;
    }

.pole-mar {
    margin-bottom: 20px;
}

.display {
    display: -webkit-box;
}

.close-modal .close {
    outline: unset;
}


input[type=radio] {
    position: absolute;
    visibility: visible;
}

.custom-input {
    max-width: 32rem;
    margin: 3rem auto;
    padding: 1.5rem;
}

.custom-input__radio {
    display: block;
    margin-bottom: 10px;
    padding-top: .5rem;
    padding-right: 1.5rem;
    padding-bottom: .5rem;
    padding-left: 1.5rem;
    font-size: 1.6rem;
    cursor: pointer;
    border-radius: 0.4rem;
    background-color: transparent;
}

    .custom-input__radio:last-child {
        margin-bottom: 0;
    }

    .custom-input__radio input[type="checkbox"],
    .custom-input__radio input[type="radio"] {
        display: block;
    }

        .custom-input__radio input[type="checkbox"]:checked + span:after,
        .custom-input__radio input[type="radio"]:checked + span:after {
            display: block;
        }

    .custom-input__radio span {
        display: inline;
        position: relative;
        padding-left: 12px;
        font-size: 16px;
        color: #333;
        padding-top: 3px;
        font-weight: 300;
    }

        .custom-input__radio span:before, .custom-input__radio span:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: -1.6rem;
            border-radius: 0.4rem;
        }

        .custom-input__radio span:before {
            width: 1.4rem;
            height: 1.4rem;
            border: 1px solid #b0b0b1;
        }

        .custom-input__radio span:after {
            display: none;
            width: 12px;
            height: 12px;
            background-color: #da252c;
            transform: translate(40%, 40%);
        }

.custom-input__radio--bordered {
    border: 1px solid #6c757d;
}

.custom-input__radio span:before, .custom-input__radio span:after {
    border-radius: 50%;
}

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom checkbox */
    .container-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        background-color: #ffffff;
        border: 1px solid #b7b7b8;
        border-radius: 2px;
    }

    /* On mouse-over, add a grey background color */
    .container-checkbox:hover input ~ .checkmark {
        background-color: #ffffff;
        border-radius: 2px;
        border: 1px solid #b7b7b8;
    }

    /* When the checkbox is checked, add a blue background */
    .container-checkbox input:checked ~ .checkmark {
        background-color: #ffffff;
        border: 1px solid #b7b7b8;
        border-radius: 2px;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .container-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .container-checkbox .checkmark:after {
        left: 8px;
        top: 4px;
        width: 8px;
        height: 13px;
        border: solid #ea1d25;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.opt {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    padding-top: 2px;
}

textarea {
    resize: none;
}

.form-control:focus {
    border-color: #b7b7b8;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.anketa-b, .anketa-b:focus {
    height: 100%;
    width: auto;
    background-color: #e52a35;
    border-color: #e52a35;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 60px !important;
    font-size: 17px;
    margin-top: 30px;
}

    .anketa-b:hover {
        background-color: #ff000f;
        border-color: #ff000f;
    }

/* Phones and tablets */
@media (max-width: 991px) {
    .form {
        min-width: 100%;
    }

    .polinja-shirina {
        width: 100%;
    }
}

/*end anketa*/

.kalk-new {
    width: 100%;
    background-color: #e7e7e7;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    list-style: none;
}

    .kalk-new:hover {
        color: #ff000f !important;
    }

.s {
    padding-left: 0px;
    display: none;
}

/* -------------------- */
/* Specific (Main page) */
/* -------------------- */

/* -------------------- */
/* Specific (Main page) */
/* -------------------- */

/* Slider overrides */
.custom-carousel-indicators {
    z-index: 2;
    bottom: -40px;
}

.ind_square {
    border-radius: 0px !important;
}

.carousel-indicators li {
    background-color: rgba(93, 106, 115, 0.5);
}

.carousel-indicators .active {
    background-color: #5d6a73;
    border-color: #5d6a73;
}

.img_sl_ctrl {
    background-image: none !important;
    padding-top: 15%;
    opacity: 1;
}

    .img_sl_ctrl span {
        display: none !important;
    }

    .img_sl_ctrl:hover span {
        display: block !important;
    }

    .img_sl_ctrl span img {
        width: 75px;
    }

.carousel-control.left.img_sl_ctrl {
    width: 5%;
}

.carousel-control.right.img_sl_ctrl {
    /* width: 20%; */
}
/* Slides */
.img_slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.cont_slide {
    padding: 0px 0px 0px 15px;
    margin-bottom: 35px;
    border-left: 5px solid #e52a35;
    margin: 20px;
}

.button-cont-right {
    /*position: absolute;
    bottom: 20px;
    right: 12.5%;*/
    position: relative;
    top: 35px;
    right: 0px;
}

    .cont_slide h1 {
        font-size: 40px;
        margin-top: 10px;
    }

    .cont_slide p {
        font-size: 22px;
        margin: 5px 0px 0px;
    }

.slide_btn_style,
.slide_btn_style:focus {
    height: 100%;
    width: auto;
    background-color: #e52a35;
    border-color: #e52a35;
    color: #fff !important;
    border-radius: 0px;
    padding: 0px 12px !important;
}

    .slide_btn_style:hover {
        background-color: #5d6a73;
        border-color: #5d6a73;
        color: #fff;
    }

.slide_btn_style_txt {
    position: relative;
    top: -5px;
    font-size: 16px;
}

.slide_btn_style_arrow {
    position: relative;
    bottom: -5px;
    padding-left: 12px;
}

/* Links carousel */
.links_sl_wrapper {
    padding: 0px 60px;
}

.links_sl_item {
    padding: 0px;
}

    .links_sl_item a {
        display: block;
        font-size: 18px;
        color: #5d6a73;
        outline: none;
        text-align: center;
        min-height: 190px;
        margin: 10px;
        transition: all 0.29s ease-in-out;
        -moz-transition: all 0.29s ease-in-out;
        -webkit-transition: all 0.29s ease-in-out;
        -o-transition: all 0.29s ease-in-out;
    }

        .links_sl_item a:hover {
            color: #fff;
            background: url(../images/icons/links_icon_bg.jpg) center no-repeat;
        }

        .links_sl_item a img:first-child {
            display: block;
        }

        .links_sl_item a img {
            display: none;
            width: 50%;
            margin: 0 auto;
        }

        .links_sl_item a:hover img:first-child {
            display: none;
        }

        .links_sl_item a:hover img {
            display: block;
        }

        .links_sl_item a p {
            width: 80%;
            margin: 0 auto;
        }

.links_sl_ctrl {
    background-image: none !important;
    padding-top: 5%;
    opacity: 1;
    width: auto;
}

    .links_sl_ctrl.left {
        background-image: linear-gradient(to right,rgba(255, 255, 255, 1) 0,rgba(255, 255, 255, 0.0001) 100%) !important;
    }

    .links_sl_ctrl.right {
        background-image: linear-gradient(to right,rgba(255, 255, 255, 0.0001) 0,rgba(255, 255, 255, 1) 100%) !important;
    }

    .links_sl_ctrl img {
        height: 50px;
        width: 50px;
        opacity: 0.5;
    }

    .links_sl_ctrl:hover img {
        opacity: 1;
    }

/* Tiles (Homepage) */
.tile {
    margin-top: 15px;
}

    .tile a,
    .tile a:hover {
        color: #5d6a73;
    }

    .tile img {
        width: 100%;
    }

.tile_cont {
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 40%; 
    left: 19%;
    padding: 20px;
    width: 60%;
    height: 60%;
    overflow: hidden;
}

    .tile_cont h2 {
        color: #e52a35;
        margin-top: 0px;
        font-size: 1.8vw;
    }

    .tile_cont p {
        font-size: 1vw;
    }

/* Boxes */
.box {
    min-height: 350px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.box_header {
    margin-bottom: 30px;
}

.box_title {
    font-size: 16px;
}

.box_icon img {
    width: 50px;
    height: 50px;
}
/* Exchange rates */
.exc_rate li {
    width: 50%;
    font-size: 16px;
    background-color: #eee;
}

    .exc_rate li a,
    .exc_rate > li.active > a,
    .exc_rate > li.active > a:focus,
    .exc_rate > li.active > a:hover {
        color: #5d6a73;
    }

.exc_cont {
    padding: 0px 15px;
}

.exc_val_wrap {
    margin-top: 15px;
}

.exc_val_box {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.exc_val_title {
    background: rgba(93, 106, 115, 0.15);
    display: block;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
}

.title-ref {
    background: rgba(93, 106, 115, 0.15);
    display: block;
    padding: 0px 5px 2px 5px;
    border-radius: 5px 5px 0px 0px;
    font-size: 13px;
}

.exc_val_no {
    display: inline-block;
    width: 50%;
    padding: 5px;
    border-right: 1px solid rgba(93, 106, 115, 0.15);
    text-align: center;
    font-size: 14px;
}

.num-ref {
    display: inline-block;
    width: 50%;
    padding: 5px;
    border-right: 1px solid rgba(93, 106, 115, 0.15);
    text-align: center;
    font-size: 13px;
}

.exc_val_no:last-child {
    float: right;
    border-right: 0px;
}

.exc_val_type {
    font-size: 12px;
    display: block;
}
/* News */
.news_date {
    background: #e52a35;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.news_date2 {
    background: #e52a35;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    width: 9.666667%;
}

.news_txt {
    font-size: 15px;
    margin-bottom: 10px;
}

    .news_txt a {
        color: #5d6a73;
        font-size: 12px;
    }

        .news_txt a:hover {
            color: #e52a35;
        }

.news_more {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    color: #e52a35;
    font-size: 14px;
}

.news_more_arrow {
    position: relative;
    bottom: -5px;
    padding-left: 10px;
}

.news_more:hover {
    color: #5d6a73;
}

/* Marquee */
.marquee_icon {
    padding-right: 0px;
    width: 4%;
}

.marquee_wrapper {
    width: 96%;
}

.marquee {
    overflow: hidden;
    margin: 5px 0px;
}

    .marquee span {
        font-size: 15px;
        margin: 0px 10px;
    }

        .marquee span a {
            color: #5d6a73;
            font-size: 13px;
        }

            .marquee span a:hover {
                color: #e52a35;
            }


/* --------------------- */
/* Specific (Inner page) */
/* --------------------- */

/* Breadcrumbs */
.custom_breadcrumbs_line {
    max-width: 1210px;
}

.custom_breadcrumbs_pos {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 1230px;
}

.custom_breadcrumbs_wrap {
    margin: 0 auto;
    padding-right: 0px;
}

.custom_breadcrumbs {
    margin-left: 20px;
    margin-left: 40px;
    margin-top: 45px;
    margin-bottom: 0px;
    background: none;
}

    .custom_breadcrumbs li a {
        color: #5d6a73;
        padding: 0px 10px;
        font-size: 15px;
    }

    .custom_breadcrumbs li:first-child a {
        padding: 0px 10px 0px 5px;
    }

    .custom_breadcrumbs li:last-child a {
        color: #e52a35;
    }

    .custom_breadcrumbs li a:hover {
        color: #e52a35;
    }

.breadcrumb > li + li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    color: #5d6a73;
}

/* Side box */
/*.side_box {
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}*/ .side_tile
/* List */
.side_list_title {
    /*  background-color: #d7e5ea;*/
    background-image: url(../images/background/bg_header1.png);
    background-position: center;
    /* background-size: cover; */
    color: #5d6a73;
    padding: 10px 20px;
    display: block;
}

.side_list_title h3 {
    margin: 0px;
    font-size: 22px;
}

.side_list {
    list-style: disc;
    padding: inherit;
    margin: 10px 15px 15px 35px;
}

    .side_list li {
        margin-bottom: 5px;
        font-size: 15px;
    }

    .side_list a {
        color: #5d6a73;
        font-size: 15px;
    }

        .side_list a:hover,
        .side_list a:focus,
        .side_list a:active {
            color: #e52a35;
        }

/* Tile */
.side_tile {
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .side_tile a {
        display: block;
        text-align: center;
        color: #5d6a73;
        font-size: 15px;
    }

        .side_tile a:hover,
        .side_tile a:focus,
        .side_tile a:active {
            color: #e52a35;
        }

        .side_tile a span {
            display: block;
            text-align: center;
        }

            .side_tile a span img {
                width: 75px;
            }

/* Side image carousel */
.side_carousel_wrap {
    margin-bottom: 50px;
    margin-top: 25px;
}

    .side_carousel_wrap a,
    .side_carousel_wrap a:hover,
    .side_carousel_wrap a:focus,
    .side_carousel_wrap a:active {
        color: #5d6a73;
    }

    .side_carousel_wrap img {
        width: 100%;
    }

.side_carousel_header {
    padding: 5px 25px;
    border-bottom: 1px solid #5d6a73;
}

.side_carousel_title {
    width: 80%;
    display: inline-block;
}

    .side_carousel_title h3 {
        color: #e52a35 !important;
        margin-bottom: 0px;
        margin-top: 10px;
        font-size: 22px;
    }

    .side_carousel_title p {
        font-size: 15px;
    }

.side_carousel_arrow {
    margin-top: 7%;
    display: inline;
    float: right;
}

/* Side news carousel */
.side_news_carousel_wrap a,
.side_news_carousel_wrap a:hover,
.side_news_carousel_wrap a:focus,
.side_news_carousel_wrap a:active {
    color: #fff;
}

.side_news_carousel_header {
    /* background-color: #d7e5ea; */
    background-image: url(../images/background/bg_header1.png);
    background-position: center;
    /* background-size: cover; */
    color: #5d6a73;
    padding: 10px 20px;
    display: block;
}

.side_news_carousel_icon img {
    height: 50px;
    width: 50px;
    margin-top: -10px;
}

.side_news_carousel_title {
    width: 65%;
    display: inline-block;
}

    .side_news_carousel_title h3 {
        margin-bottom: 15px;
        margin-left: 5px;
        font-size: 22px;
    }

.side_news_carousel_arrow {
    display: inline;
    margin-top: 7%;
    float: right;
}

.side_news_carousel_text {
    font-size: 15px;
    margin: 15px;
}

    .side_news_carousel_text a {
        color: #5d6a73;
    }

        .side_news_carousel_text a:hover {
            color: #e52a35;
        }

.side_news_carousel_date {
    background: #e52a35;
    margin: 0px 15px 15px 0px;
    padding: 2px 12px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.side_news_carousel_text_cont {
    display: block;
}

.side-news-carousel-indicators {
    bottom: auto;
    margin-left: 0px;
    margin-top: 10px;
}

/* Inner page title */
.inner_page_title h1 {
    margin-top: 0px;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 40px;
}

.inner_page_title img {
    width: 25px;
    margin-top: -10px;
}

.tellFriendBtn {
    margin-left: 15px;
}
   
.tellFriendBtn img {
    width: unset; 
}

/* Accordion */
.custom_accordion {
    /*background-image: url(../images/background/bg_1.jpg);*/
    /*  background-color: #5d6a73;*/
    /*background-image: url(../images/background/baner_bg.png);
    background-position: center;
    background-repeat-x: no-repeat;
    background-size: cover;*/
    /*   color: #fff;*/
    /*cursor: pointer;
    padding: 0px 11px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: width 0.3s ease-in-out;
    font-size: 15px;
    border-radius: 20px;
    height: 25px;*/
    background-color: #dddee2;
	 cursor: pointer;
	 padding: 0px 11px;
	 width: 100%;
	 text-align: left;
	 border: none;
	 outline: none;
	 font-size: 15px;
	 border-radius: 15px;
	 line-height: 25px;
	 display: inline-block;
	 height: auto;

}

.active_accordion {
    width: 35px;
    color: #e52a35;
}

.custom_accordion span {
    /*position: relative;
    top: -22px;
    left: 35px;
    min-width: 700px;
    display: inline-block;*/
    display: block;
    margin-left: 35px;
    left: 20px;
    right: 20px;

}

.custom_accordion.active_accordion span {
    /*left: 35px;*/
    width: auto;
    position: absolute;
    margin-left: 41px;

}

.custom_accordion:before {
    content: '\002B'; /* Unicode character for "plus" sign (+) */
    /*font-size: 24px;
    color: #5d6a73;
    float: left;
    margin-right: 15px;
    line-height: 1;
    width: 100%;*/
    font-size: 24px;
    color: #5d6a73;
    float: left;
    line-height: 25px;
    vertical-align: middle;
    display: block;

}

.active_accordion:before {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
    /*color: #5d6a73;*/
}

.custom_panel {
    margin-bottom: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    border: 0px;
    border-radius: 0px;
}

/* Info above footer */
.info_above_footer_line {
    border-top: 1px solid #ccc;
    margin: 50px 0px 20px 0px;
}

.info_above_footer_wrap {
    display: inline;
}

.info_above_footer_item {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding: 0px;
}

    .info_above_footer_item:last-child {
        border-right: 0px;
    }

    .info_above_footer_item a {
        color: #5d6a73;
    }

        .info_above_footer_item a:hover {
            color: #e52a35;
        }

    .info_above_footer_item img {
        width: 35px;
        display: block;
        margin: 0 auto;
    }

.info_above_footer_item_small_txt {
    font-size: 12px;
}

/* Convertor */
.conv_btn {
    background: #5d6a73;
    color: #fff;
    border-color: #5d6a73;
}

    .conv_btn:hover,
    .conv_btn:focus,
    .conv_btn:active {
        background: #e52a35 !important;
        color: #fff !important;
        border-color: #e52a35 !important;
    }

/* Clear button */
.clr_btn,
.clr_btn:hover,
.clr_btn:focus,
.clr_btn:active {
    background: #e52a35 !important;
    color: #fff !important;
    border-color: #e52a35 !important;
}

/* Send button */
.send_btn,
.send_btn:hover,
.send_btn:focus,
.send_btn:active {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

/* Calculator */
.calc_input_field_red {
    /* background: #e52a35;
    border-color: #e52a35;*/
    border-radius: 0px;
    width: 60%;
    /* color: #fff;*/
}

.calc_input_field {
    border-radius: 0px;
}

.calc_slide {
    margin: 25px 0px;
}

.calc_range_line {
    margin: 0px 15px;
    border-top: 2px solid #ccc;
}

.calc_info_box {
    /*background: #d7e5ea;*/
    background-image: url(../images/background/baner_bg.png);
    background-position: center;
    color: #5d6a73;
    padding: 15px;
}

    .calc_info_box h2,
    .calc_info_box h3 {
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .calc_info_box p {
        margin: 0px;
        font-size: 14px;
    }

.calc_form .form-group {
    margin-bottom: 20px;
}

.calc_btn {
    background: #e52a35;
    color: #fff;
    border-color: #e52a35;
    border-radius: 0px;
}

    .calc_btn:hover,
    .calc_btn:focus,
    .calc_btn:active {
        background: #5d6a73 !important;
        color: #fff !important;
        border-color: #5d6a73 !important;
    }

.calc_tabs li {
    width: 33.3%;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    border-bottom: 2px solid #ccc;
}

.calc_tabs-bank li {
    width: 20%;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border-bottom: 2px solid #ccc;
}

.calc_tabs li a {
    color: #5d6a73;
    border-radius: 0px;
}

.calc_tabs > li.active > a,
.calc_tabs > li.active > a:focus,
.calc_tabs > li.active > a:hover {
    color: #fff;
    background-color: #e52a35;
    border-color: transparent;
}


.js-tabcollapse-panel-heading {
    display: block;
}

/* rangeslider overrides */
.rangeslider {
    background: #fff !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.rangeslider,
.custom_rangeslider_fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.custom_rangeslider_fill {
    background: #e52a35;
    position: absolute;
}

.rangeslider--horizontal .custom_rangeslider_fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .custom_rangeslider_fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle,
.rangeslider__handle::after,
.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
    background-image: none !important;
    background-size: 100%;
    background: #ccc !important;
    border: 1px solid #ccc;
}

.table-responsive33 {
    min-height: .01%;
    overflow-x: hidden;
    padding-top: 11px;
}


/* ----------- */
/* Breakpoints */
/* ----------- */

/* Phones and tablets */
@media (max-width: 991px) {
    /* Space from the footer */
    .cont {
        top: 0px;
        /* margin-bottom: 50px; */
    }
    /* Fixed side buttons overrides */
    .side_btn_group {
        display: none;
    }
    /* Search modal overrides */
    .search_dialog {
        width: 75%;
    }
    /* Footer */
    .footer_menu_wrapper {
        border-right: 0px;
    }

    .footer_copyright {
        text-align: left;
    }

    .footer_social_icons {
        margin: 0px;
    }

        .footer_social_icons i:first-child {
            padding-left: 0px;
        }
    /* Slides */
    .cont_slide {
        padding: 50px 0px 0px 50px;
    }
    /* Tiles (Homepage) */
    .tile_cont h2 {
        font-size: 16px;
    }

    .tile_cont p {
        font-size: 10px;
    }
}

/* Up to landscape mobiles */
@media (max-width: 575px) {
    /* Tiles (Homepage) */
    .tile_cont h2 {
        font-size: 19px;
    }

    .tile_cont p {
        font-size: 13px;
    }
    /* Marquee */
    .marquee_icon {
        width: 15%;
    }

    .marquee_wrapper {
        width: 85%;
    }
    /* Side news carousel */
    .side_news_carousel_arrow {
        margin-top: 5%;
    }
    /* Search */
    .search_dialog {
        width: 90%;
        margin: 40% auto;
    }
     /* slider main page */
    .cont_slide p {
        font-size: 12px;
        margin: 5px 0px 0px;
    }
    .cont_slide h1 {
        font-size: 22px;
        margin-top: 10px;
    }
    .new-slider-txt .fixed_maxwidth {
        padding: unset;
    }
    .button-cont-right {
        position: relative;   
        top: 0px; 
        right: 0px;
    }
    /*button doznajte povekje mobile-view*/
    .button-cont-right { 
        position: relative;
        top: 0px !important;
        right: 0px !important;
    }
}

/* Landscape mobiles */
@media (min-width: 576px) and (max-width: 767px) {
    /* Tiles (Homepage) */
    .tile_cont h2 {
        /*font-size: 48px;*/
        font-size: 5.4vw;
        margin-bottom: 20px;
    }

    .tile_cont p {
        /*font-size: 30px;*/
        font-size: 3.4vw;
    }
    /* Marquee */
    .marquee_icon {
        width: 8%;
    }

    .marquee_wrapper {
        width: 92%;
    }
    /* Side carousel */
    .side_carousel_arrow {
        margin-top: 3%;
    }
    /* Side news carousel */
    .side_news_carousel_arrow {
        margin-top: 3%;
    }



}

/* Up to tablets */
@media (max-width: 767px) {
    /* Slides */
    .cont_slide {
        padding: 25px 50px 0px 25px;
    }
    /* Info above footer */
    .info_above_footer_line {
        margin: 50px 0px 15px 0px;
    }

    .info_above_footer_item {
        border-bottom: 1px solid #ccc;
        border-right: none;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0 auto;
        width: 100%;
    }

        .info_above_footer_item:last-child {
            border-bottom: 0px;
        }
}

/* Up to PCs */
@media (max-width: 1200px) {
    /* Space from the device edges */
    .fixed_maxwidth {
        padding: 0px 25px;
    }
    /* Side news carousel */
    .side_news_carousel_arrow {
        float: right;
    }
    /* Show only on small devices */
    .mobile {
        display: block;
    }
    /* Show only on large devices */
    .non-mobile {
        display: none;
    }

    .img_slide {
        background-size: contain;
    }

    /* slider main page tablet-mode */
  .cont_slide {
    padding: unset !important;
}
  .cont_slide p {
    font-size: 1rem;
    margin: 5px 0px 0px;
  }
  .cont_slide h1 {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .button-cont-right {
    position: relative;
    top: 35px; 
    right: 40px;    
	}

}
@media (max-width: 750px) {
    .button-cont-right {
        position: relative;
        /*top: 35px; 
    right: 40px;*/
        top: 0px;
        right: 0px;
    }
}

/* PCs */
@media (min-width: 1200px) {
    /* Show only on small devices */
    .mobile {
        display: none;
    }
    /* Show only on large devices */
    .non-mobile {
        display: block;
    }
}

/* Portrait tablets */
@media (min-width: 768px) and (max-width: 991px) {
    /* Info above footer */
    .info_above_footer_item {
        min-height: 75px;
        margin: 5px 0px;
    }

        .info_above_footer_item:nth-child(2n-1) {
            border-bottom: none;
            border-right: 1px solid #ccc;
        }

        .info_above_footer_item:nth-child(2n) {
            border-bottom: none;
            border-right: none;
        }
}

/* Portrait and landscape tablets + Up to PCs */
@media (min-width: 768px) and (max-width: 1200px) {
    /* Marquee */
    .marquee_icon {
        width: 6%;
    }

    .marquee_wrapper {
        width: 94%;
    }
    /* Side carousel */
    .side_carousel_arrow {
        margin-top: 3%;
    }
    /* Side news carousel */
    .side_news_carousel_arrow {
        margin-top: 2%;
    }
}

/* Landscape tablets + Up to PCs */
@media (min-width: 992px) and (max-width: 1200px) {
    /* Tiles (Homepage) */
    .tile_cont h2 {
        font-size: 24px;
    }

    .tile_cont p {
        font-size: 16px;
    }
    /* Side news carousel */
    .side_news_carousel_arrow {
        margin-top: 7%;
    }
    /* Search */
    .search_dialog {
        width: 75%;
    }
    /* Info above footer */
    .info_above_footer_item_small_txt {
        font-size: 10px;
    }
}

.slick-slide p strong {
    font-weight: 600;
    font-size: 16px;
}
/*modal */
.modal-body p {
    width: 100%;
    word-break: break-all;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 1.6;
}

.x {
    color: #0088cc;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    text-decoration: none;
    position: absolute;
    left: 30px;
    bottom: 10px;
}

    .x:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.closeModal {
    color: #fff;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 500;
    font-family: "Nunito Sans", sans-serif;
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 30px;
    padding: 5px;
    z-index: 99999;
}

    .closeModal:hover {
        cursor: pointer;
    }


.modal-header .close {
    font-size: 2rem !important;
    z-index: 9999;
}

.modal-content {
    top: 50px !important;
}

.modal-backdrop {
    opacity: 0.9 !important;
}

.modal-header {
    margin-bottom: -3% !important;
    border-bottom: 2px solid transparent !important;
}

.modal-footer {
    border-top: 2px solid transparent !important;
    margin-bottom: -2% !important;
}
/*   *,::after, ::before {
                box-sizing: unset !important;
            }*/
.box_title > a {
    color: #e52a35;
}

.new-slider-txt {
    /*background-color: #5a6063b3;*/
    background-color: rgba(90, 96, 99,0.6);
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.new-slider-img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    min-width: 750px;
    margin-left: 50%;
    transform: translateX(-50%);
}


.box_icon .box_title a {
    color: #e52a35;
}


/* Dokumentacija CSS */

.pre-title-p{
    padding: 25px; 
    text-align: left;
    max-width: 1200px;
    margin-top: 17px;
}

.title{
    background-color: #858f96; 
    color: white; 
    font-weight: bold; 
    padding: 5px; 
    margin-bottom: 30px; 
    padding-left: 20px;
}


.custom_accordion
 {
    /* background-image: url(../images/background/bg_1.jpg); */
    /* background-color: #5d6a73; */
    /* color: #fff; */
    background-color: #dddee2;
    cursor: pointer;
    padding: 0px 11px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 15px;
    line-height: 25px;
    display: inline-block;
    height: auto;
}

.custom_accordion:before
 {
    content: '\002B';
    font-size: 24px;
    color: #5d6a73;
    float: left;
    line-height: 25px;
    vertical-align: middle;
    display: block;
}

.custom_accordion span
 {
    display: block;
    margin-left: 35px;
    left: 20px;
    right: 20px;
}

.custom_panel
 {
    margin-bottom: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    border: 0px;
    border-radius: 0px;
}

.list_link {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 15px 0px 15px 50px;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
    color: #333;
    position: relative;
}
/* FontAwesome Icon for PDF
.list_link::before { 
    content: "\f1c1";
    font-family: FontAwesome;
    font-size: 18px;
    color: #333;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
*/
    .list_link::before {
        content: "";
        position: absolute;
        left: 3px;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 40px;
        background-image: url('/Images/pdf_icon.png');
        background-size: cover;
        background-position: center-left;
        background-repeat: no-repeat;
    }

    .list_link:hover {
        color: red
    }

        .list_link:hover::before {
            color: red;
            background-image: url('/Images/pdf_icon_red.png');
        }

        






