body {font-family: "Open Sans",Arial,sans-serif !important; color: #666 !important;}
html {scroll-behavior: smooth;}

.opacity-05 {
    opacity: 0.5;
}

.img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 5px 10px;
    font-size: 0.9em;
    text-align: center;
    color: #000;
}
/* Ikonica lupe */
.zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centriramo tačno po sredini */
    font-size: 55px;
    color: white;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    z-index: 2;
}

/* Novi wrapper za sliku */
.img-inner-wrapper {
    position: relative;
    display: inline-block; /* Da se prilagodi veličini slike */
    width: 100%;
}

/* Hover efekat samo na unutrašnji wrapper */
.img-inner-wrapper:hover .zoom-icon {
    opacity: 1;
}

.img-inner-wrapper:hover .zoom-trigger {
    filter: brightness(0.8);
    cursor: pointer;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 998;
}

.modal-content2 .img-wrapper {
    z-index: 1000;
}

/* MODAL */
.img-modal {
    display: none;
    position: fixed;
    z-index: 1001 !important;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.modal-inner {
    position: relative; /* ovo je ključno */
    width: fit-content;  /* okvir veličine slike */
    margin: auto;        /* centriranje */
}

.modal-content2 {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    height: auto;
    width: auto;
    border-radius: 4px;

    /* animacija */
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.modal-content2.show {
    opacity: 1;
    transform: scale(1);
}

/* X ikonica u uglu slike */
/*.close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}*/
.close {
    position: absolute;
    /*bottom: 10px;*/
    top: 10px; 
    right: 10px;
    color: #fbfbfb;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1002;
    background-color: #2b2327;
    padding: 10px 17px;
    border-radius: 30px;
    opacity: 0.4;
}

.carousel-indicators-pohvala {
    bottom: 10px;
}

.carousel-indicators-pohvala li {
    background-color: #ccc;
    border: none;
}

.carousel-indicators-pohvala .active {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px
}

.blue-hover {
    display:  ruby-base-container;
    color: #000 !important;
    /* Početna boja */
    transition: background 0.3s ease !important;
}

.carousel-container {
    position: relative;
    max-width: 1000px;
    margin: 40px auto;
    overflow: hidden;
    border-radius: 12px;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    flex: 0 0 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item.active {
    opacity: 1;
    position: relative;
}

.quote-card {
    background-color: #EDEDED;
    border-radius: 20px;
    padding: 30px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: italic;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    line-height: 1.8;
    color: #2a4b4c;
    border-left: 5px solid #2a8b8f;
}

.carousel-control-pohvala {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(42, 139, 143, 0.8);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    display: none;
}

.carousel-control-pohvala:hover {
    background-color: #2a8b8f;
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-pohvala.prev {
    left: 15px;
}

.carousel-control-pohvala.next {
    right: 15px;
}

.carousel-indicators-pohvala {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 12px;
}

.indicator {
    width: 14px;
    height: 14px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background-color: #2a8b8f;
    transform: scale(1.3);
}

.quote-icon {
    font-size: 24px;
    color: #2a8b8f;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .quote-card {
        padding: 20px;
        font-size: 16px;
        min-height: 180px;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 20px;
    }
    
    .quote-card {
        padding: 18px;
        font-size: 15px;
    }
    
    .carousel-indicators-pohvala {
        margin-top: 20px;
    }
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.hr2-light-red {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 2px;
    height: 2px;
    background: #FFBCBC;
}
.hr2-white {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 2px;
    height: 2px;
    background: #FFBCBC;
}
.hr2-lightred {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 2px;
    height: 2px;
    background: #FFBCBC;
}
.hr2-black {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 2px;
    height: 2px;
    background: black;
}
.hr2-gray {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 2px;
    height: 2px;
    background: gray;
}
.hr2-lightgray {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 2px;
    height: 2px;
    background: lightgray;
}

.custom-alert {
    padding: 15px;
    border-radius: 8px;
    display: table;
}

.icon-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 20px;
}

.separator {
    display: table-cell;
    width: 1px;
    background-color: white;
    height: 30px;
    vertical-align: middle;
    margin: 0 15px;
}

.alert-text {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding-left: 15px;
}

a.disabled-link {
    pointer-events: none; /* onemogućava klik */
    cursor: default; /* pokazivač ne izgleda kao ruka */
    color: #8A8A8A !important; /* svetlo siva boja za disabled */
    text-decoration: none;
}

.blue-hover {
    color: white !important; /* Početna boja */
    transition: background 0.5s ease !important;
    background: read;
}

.blue-hover:hover {
    color: white !important; /* Hover boja */
    background: blue !important;
    text-decoration: none;
}

.align-vertical {
    display: flex;
    align-items: center;
}
.flex-middle {
    display: flex;
    align-items: center;
}

.mw-100 {max-width: 100%;}
.mw-90 {max-width: 90%;}
.mw-80 {max-width: 80%;}
.mw-70 {max-width: 70%;}
.mw-60 {max-width: 60%;}
.mw-50 {max-width: 50%;}
.mw-40 {max-width: 40%;}
.mw-30 {max-width: 30%;}
.mw-20 {max-width: 20%;}
.mw-10 {max-width: 10%;}
.mw-5 {max-width: 5%;}

.hr-light-red {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 1px;
    height: 1px;
    background: #FFBCBC;
}
.hr-white {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 1px;
    height: 1px;
    background: #FFBCBC;
}
.hr-lightred {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 1px;
    height: 2px;
    background: #FFBCBC;
}
.hr-black {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 3px;
    height: 3px;
    background: black;
}
.hr-gray {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 3px;
    height: 3px;
    background: gray;
}
.hr-lightgray {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 3px;
    height: 3px;
    background: lightgray;
}

.no-space {
  line-height: 0;
  font-size: 0;
}

/* stilovi za carousel */
#myCarousel{
    height: 500px;
}

#myCarousel .carousel-inner .item img{
    height: 500px;
    margin: auto;
}

/* bullet alpha-bracket "a) b) c) itd" */

.alpha-bracket {
    counter-reset: list;
    padding: 0 0 0 40px;
    margin: 15px 0;
    list-style-type: none;
    text-indent: -55px;
    line-height: 17px;
}
.alpha-bracket li {
    list-style: none;
    list-style-type: none !important;
    margin: 0px;
    padding: 3px 0;
}
.alpha-bracket li:before {
    content: counter(alpha, lower-alpha) ") ";
    counter-increment: alpha;
    display: inline-block;
    text-align: right;
    width: 30px;
    padding-right: 8px;
    margin-left: 25px;
}
ul.alpha-bracket>li:before {
    counter-increment: list;
    content: counter(list, lower-alpha)") ";
}

/*minimalna visina*/
.mh-100 {
    display: table;
    height: 100px;
    min-height: 100px;
}
.mh-150 {
    display: table;
    height: 150px;
    min-height: 150px;
}
.mh-200 {
    display: table;
    height: 200px;
    min-height: 200px;
}
.mh-250 {
    display: table;
    height: 250px;
    min-height: 250px;
}
.mh-275 {
    display: table;
    height: 275px;
    min-height: 275px;
}
.mh-300 {
    display: table;
    height: 300px;
    min-height: 300px;
}
.mh-350 {
    display: table;
    height: 350px;
    min-height: 350px;
}
.mh-400 {
    display: table;
    height: 400px;
    min-height: 400px;
}
.mh-450 {
    display: table;
    height: 450px;
    min-height: 450px;
}
.mh-100 .mh-150 .mh-200 .mh-250 .mh-275 .mh-300 .mh-350 .mh-400 .mh-450 {
    display: table-cell;
    vertical-align: middle;
}

/* BLINK */
.blinking {
    -webkit-animation: 2s blink ease infinite;
    -moz-animation: 2s blink ease infinite;
    -ms-animation: 2s blink ease infinite;
    -o-animation: 2s blink ease infinite;
    animation: 2s blink ease infinite;
}
.blinking-propis {
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;
}
@keyframes "blink" {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes "blink" {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-ms-keyframes "blink" {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-o-keyframes "blink" {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
/* END BLINK */

a: hover {cursor: pointer;}
span.logo {
  display: inline-block;
  margin-bottom: -15px;
  width: 45px;
  height: 45px;
  background-size: cover;
  background-image: url(../img/knowledge_graph_logo.png);
  text-indent: -20000px;
}

.va-middle {
    vertical-align: middle !important;
}
.d-inline-flex {display: inline-flex;}
.d-inline-table {display: inline-table;}
.d-inline-block {display: inline-block;}
.d-block {display: block;}
.d-flex {display: flex;}
.vest-naslov h1 {color: #333;}
.error {color: #DC6F6F; font-size: 14px; font-style: italic; font-weight: normal;}
.d-none {display: none;}
.f-left {float: left;}
.f-right {float: right;}
.d-block {display: block;}
.separator-50-gold {width: 50%; height:2px; background-color:#cd9967; margin-bottom: 30px;}
.separator-80px-gold {width: 80px; height:2px; background-color:#cd9967; margin-bottom: 30px;}
.separator-flex-gold {width: 100%; height:2px; background-color:#cd9967; margin-bottom: 30px;}
.separator-flex-lightgray {width: 100%; height:1px; background-color: lightgray; margin-bottom: 30px; display: inline-block;}
.separator-flex-light-red {width: 100%; height:3px; background-color: #FFB2B2; margin-bottom: 30px; display: inline-block;}


.prijavljeni{
	/*width: 133px;*/
	border:5px solid #deb107;
	margin-right: 15px;
	padding: 5px;
	border-radius: 0px 0px 20px 0px;
	background-color: #deb107;
}
.justify-content-center {
	justify-content: center;
}
.image-container-cover {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4rem;
	background-position: center;
	background-size: cover;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/gabrielle-henderson-HJckKnwCXxQ-unsplash.jpg');
}

.div-btn-prijava-sav {
	text-align: center;
	padding: 15px;
	background-color: #0033ff;
}

/*.div-btn-prijava-sav:hover {
	background-color: #0033cc;
}*/

.custom-column {
	box-sizing: border-box !important;
	padding: 50px;
	border: 1px solid #ccc;
}

.cijena-blue {
	background: rgb(0,51,102);
	background: -moz-linear-gradient(97deg, rgba(0,51,102,1) 0%, rgba(0,102,204,1) 49%, rgba(0,51,102,1) 100%);
	background: -webkit-linear-gradient(97deg, rgba(0,51,102,1) 0%, rgba(0,102,204,1) 49%, rgba(0,51,102,1) 100%);
	background: linear-gradient(97deg, rgba(0,51,102,1) 0%, rgba(0,102,204,1) 49%, rgba(0,51,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003366',endColorstr='#003366',GradientType=1);
}
.cijena-gold {
	background: rgb(204,153,102);
	background: -moz-linear-gradient(97deg, rgba(204,153,102,1) 0%, rgba(255,204,153,1) 49%, rgba(204,153,102,1) 100%);
	background: -webkit-linear-gradient(97deg, rgba(204,153,102,1) 0%, rgba(255,204,153,1) 49%, rgba(204,153,102,1) 100%);
	background: linear-gradient(97deg, rgb(234, 160, 87) 0%, rgb(219, 143, 67) 49%, rgb(204, 153, 102) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc9966',endColorstr='#cc9966',GradientType=1);
}


/*LEGENDA BOJA */
.legenda-bold {color: #000; font-weight: bold;}
.legenda-precrtano {color: #000; text-decoration: line-through;}
.legenda-plava {color: #00aeef;}
.legenda-zelena {color: #0cb14b;}
.legenda-toplo-zuta {color: #ffcb04;}
.legenda-braon {color: #ce9554;}
.legenda-crvena {color: #ed1c24;}
.legenda-ljubicasta {color: #a3238f;}
.legenda-magenta {color: #ec008d;}


/* ROUNDED */
.rounded-0 {border-radius: none !important;}
.rounded-1 {border-radius: 5px !important;}
.rounded-2 {border-radius: 10px !important;}
.rounded-3 {border-radius: 15px !important;}
.rounded-4 {border-radius: 20px !important;}
.rounded-5 {border-radius: 25px !important;}
.rounded-6 {border-radius: 30px !important;}
.rounded-7 {border-radius: 35px !important;}
.rounded-8 {border-radius: 40px !important;}
.rounded-9 {border-radius: 45px !important;}
.rounded-10 {border-radius: 50px !important;}
.rounded-flex {border-radius: 100% !important;}

.top-rounded-1 {border-top-right-radius: 5px; border-top-left-radius: 5px !important;}
.top-rounded-2 {border-top-right-radius: 10px; border-top-left-radius: 10px !important;}
.top-rounded-3 {border-top-right-radius: 15px; border-top-left-radius: 15px !important;}
.top-rounded-4 {border-top-right-radius: 20px; border-top-left-radius: 20px !important;}
.top-rounded-5 {border-top-right-radius: 25px; border-top-left-radius: 25px !important;}
.top-rounded-6 {border-top-right-radius: 30px; border-top-left-radius: 30px !important;}
.top-rounded-7 {border-top-right-radius: 35px; border-top-left-radius: 35px !important;}
.top-rounded-8 {border-top-right-radius: 40px; border-top-left-radius: 40px !important;}
.top-rounded-9 {border-top-right-radius: 45px; border-top-left-radius: 45px !important;}
.top-rounded-10 {border-top-right-radius: 50px; border-top-left-radius: 50px !important;}

.left-rounded-1 {border-top-left-radius: 5px; border-bottom-left-radius: 5px !important;}
.left-rounded-2 {border-top-left-radius: 10px; border-bottom-left-radius: 10px !important;}
.left-rounded-3 {border-top-left-radius: 15px; border-bottom-left-radius: 15px !important;}
.left-rounded-4 {border-top-left-radius: 20px; border-bottom-left-radius: 20px !important;}
.left-rounded-5 {border-top-left-radius: 25px; border-bottom-left-radius: 25px !important;}
.left-rounded-6 {border-top-left-radius: 30px; border-bottom-left-radius: 30px !important;}
.left-rounded-7 {border-top-left-radius: 35px; border-bottom-left-radius: 35px !important;}
.left-rounded-8 {border-top-left-radius: 40px; border-bottom-left-radius: 40px !important;}
.left-rounded-9 {border-top-left-radius: 45px; border-bottom-left-radius: 45px !important;}
.left-rounded-10 {border-top-left-radius: 50px; border-bottom-left-radius: 50px !important;}

.right-rounded-1 {border-bottom-right-radius: 5px; border-top-right-radius: 5px !important;}
.right-rounded-2 {border-bottom-right-radius: 10px; border-top-right-radius: 10px !important;}
.right-rounded-3 {border-bottom-right-radius: 15px; border-top-right-radius: 15px !important;}
.right-rounded-4 {border-bottom-right-radius: 20px; border-top-right-radius: 20px !important;}
.right-rounded-5 {border-bottom-right-radius: 25px; border-top-right-radius: 25px !important;}
.right-rounded-6 {border-bottom-right-radius: 30px; border-top-right-radius: 30px !important;}
.right-rounded-7 {border-bottom-right-radius: 35px; border-top-right-radius: 35px !important;}
.right-rounded-8 {border-bottom-right-radius: 40px; border-top-right-radius: 40px !important;}
.right-rounded-9 {border-bottom-right-radius: 45px; border-top-right-radius: 45px !important;}
.right-rounded-10 {border-bottom-right-radius: 50px; border-top-right-radius: 50px !important;}

.bottom-rounded-1 {border-bottom-right-radius: 5px; border-bottom-left-radius: 5px !important;}
.bottom-rounded-2 {border-bottom-right-radius: 10px; border-bottom-left-radius: 10px !important;}
.bottom-rounded-3 {border-bottom-right-radius: 15px; border-bottom-left-radius: 15px !important;}
.bottom-rounded-4 {border-bottom-right-radius: 20px; border-bottom-left-radius: 20px !important;}
.bottom-rounded-5 {border-bottom-right-radius: 25px; border-bottom-left-radius: 25px !important;}
.bottom-rounded-6 {border-bottom-right-radius: 30px; border-bottom-left-radius: 30px !important;}
.bottom-rounded-7 {border-bottom-right-radius: 35px; border-bottom-left-radius: 35px !important;}
.bottom-rounded-8 {border-bottom-right-radius: 40px; border-bottom-left-radius: 40px !important;}
.bottom-rounded-9 {border-bottom-right-radius: 45px; border-bottom-left-radius: 45px !important;}
.bottom-rounded-10 {border-bottom-right-radius: 50px; border-bottom-left-radius: 50px !important;}
/* END ROUNDED */



/* HEIGHT % */
.h-100 {height: 100% !important}
.h-95 {height: 95% !important;}
.h-90 {height: 90% !important;}
.h-85 {height: 85% !important;}
.h-80 {height: 80% !important;}
.h-75 {height: 75% !important;}
.h-70 {height: 70% !important;}
.h-65 {height: 65% !important;}
.h-60 {height: 60% !important;}
.h-55 {height: 55% !important;}
.h-50 {height: 50% !important;}
.h-45 {height: 45% !important;}
.h-40 {height: 40% !important;}
.h-35 {height: 35% !important;}
.h-30 {height: 30% !important;}
.h-25 {height: 25% !important;}
.h-20 {height: 20% !important;}
.h-15 {height: 15% !important;}
.h-10 {height: 10% !important;}
.h-5 {height: 5% !important;}
/*END HEIGHT % */


/* WIDTH PX */
.w-5px {width: 5px;}
.w-10px {width: 10px;}
.w-15px {width: 15px;}
.w-20px {width: 20px;}
.w-25px {width: 25px;}
.w-30px {width: 30px;}
.w-35px {width: 35px;}
.w-40px {width: 40px;}
.w-45px {width: 45px;}
.w-50px {width: 50px;}
.w-55px {width: 55px;}
.w-60px {width: 60px;}
.w-65px {width: 65px;}
.w-70px {width: 70px;}
.w-75px {width: 75px;}
.w-80px {width: 80px;}
.w-85px {width: 85px;}
.w-90px {width: 90px;}
.w-95px {width: 95px;}
.w-100px {width: 100px;}
.w-110px {width: 110px;}
.w-115px {width: 115px;}
.w-120px {width: 120px;}
.w-125px {width: 125px;}
.w-130px {width: 130px;}
.w-135px {width: 135px;}
.w-140px {width: 140px;}
.w-145px {width: 145px;}
.w-150px {width: 150px;}
.w-175px {width: 175px;}
.w-200px {width: 200px;}
.w-225px {width: 225px;}
.w-250px {width: 250px !important;}
.w-275px {width: 275px;}
.w-300px {width: 300px;}
.w-325px {width: 325px;}
.w-350px {width: 350px;}
.w-375px {width: 375px;}
.w-400px {width: 400px;}
.w-425px {width: 425px;}
.w-450px {width: 450px;}
/*END WIDTH PX */


/*FONT-WEIGHT*/
.fw-900 {font-weight: 900 !important;}
.fw-800 {font-weight: 800 !important;}
.fw-700 {font-weight: 700 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-500 {font-weight: 500 !important;}
.fw-400 {font-weight: 400 !important;}
.fw-300 {font-weight: 300 !important;}
.fw-200 {font-weight: 200 !important;}
.fw-100 {font-weight: 100 !important;}
/*END FONT-WEIGHT*/

/*LETTER-SPACING*/
.ls-1 {letter-spacing: 1px;}
.ls-2 {letter-spacing: 2px;}
.ls-3 {letter-spacing: 3px;}
.ls-4 {letter-spacing: 4px;}
.ls-5 {letter-spacing: 5px;}
.ls-6 {letter-spacing: 6px;}
.ls-7 {letter-spacing: 7px;}
.ls-8 {letter-spacing: 8px;}
.ls-9 {letter-spacing: 9px;}
.ls-10 {letter-spacing: 10px;}
/*END LETTER-SPACING*/


.mobile-width {
    display: block;
    width: 100%;
    padding: 0 25px !important;
    margin: 0 !important;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .segment {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .flex-middle {
        display: block;
    }
}

@media (min-width: 320px) and (max-width: 559px) {
    section h3 {
        font-size: 3.5vw;
    }
}

@media (min-width: 560px) and (max-width: 768px) {
    section h3 {
        font-size: 2.8vw;
    }
}

@media screen and (max-width: 991.98px) {
    section .mh-400 {
        display: block;
        height: unset !important;
        min-height: 340px !important;
    }
    .mobile-width {
        /*display: block;*/
        width: 100%;
       /* position: unset !important;*/
        padding: 0 25px !important;
        margin: 0 !important;
    }
    section .div-btn-prijava-sav {
        width: 100% !important;
    }

.border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
.no-border .border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
.border-white {
    border: 2px solid white !important;
    margin: 10px;
}

    /*PADDING-LEFT MOBILE*/
    .pl-0-m {padding-left: 0 !important;}
    .pl-1-m {padding-left: 1px !important;}
    .pl-2-m {padding-left: 2px !important;}
    .pl-3-m {padding-left: 3px !important;}
    .pl-4-m {padding-left: 4px !important;}
    .pl-5-m {padding-left: 5px !important;}
    .pl-6-m {padding-left: 6px !important;}
    .pl-7-m {padding-left: 7px !important;}
    .pl-8-m {padding-left: 8px !important;}
    .pl-9-m {padding-left: 9px !important;}
    .pl-10-m {padding-left: 10px !important;}
    .pl-11-m {padding-left: 11px !important;}
    .pl-12-m {padding-left: 12px !important;}
    .pl-13-m {padding-left: 13px !important;}
    .pl-14-m {padding-left: 14px !important;}
    .pl-15-m {padding-left: 15px !important;}
    .pl-20-m {padding-left: 20px !important;}
    .pl-21-m {padding-left: 21px !important;}
    .pl-22-m {padding-left: 22px !important;}
    .pl-23-m {padding-left: 23px !important;}
    .pl-24-m {padding-left: 24px !important;}
    .pl-25-m {padding-left: 25px !important;}
    .pl-26-m {padding-left: 26px !important;}
    .pl-27-m {padding-left: 27px !important;}
    .pl-28-m {padding-left: 28px !important;}
    .pl-29-m {padding-left: 29px !important;}
    .pl-30-m {padding-left: 30px !important;}
    .pl-31-m {padding-left: 31px !important;}
    .pl-32-m {padding-left: 32px !important;}
    .pl-33-m {padding-left: 33px !important;}
    .pl-34-m {padding-left: 34px !important;}
    .pl-35-m {padding-left: 35px !important;}
    .pl-40-m {padding-left: 40px !important;}
    .pl-45-m {padding-left: 45px !important;}
    .pl-50-m {padding-left: 50px !important;}
    .pl-55-m {padding-left: 55px !important;}
    .pl-60-m {padding-left: 60px !important;}

    /*PADDING-RIGHT MOBILE*/
    .pr-0-m {padding-right: 0 !important;}
    .pr-1-m {padding-right: 1px !important;}
    .pr-2-m {padding-right: 2px !important;}
    .pr-3-m {padding-right: 3px !important;}
    .pr-4-m {padding-right: 4px !important;}
    .pr-5-m {padding-right: 5px !important;}
    .pr-6-m {padding-right: 6px !important;}
    .pr-7-m {padding-right: 7px !important;}
    .pr-8-m {padding-right: 8px !important;}
    .pr-9-m {padding-right: 9px !important;}
    .pr-10-m {padding-right: 10px !important;}
    .pr-11-m {padding-right: 11px !important;}
    .pr-12-m {padding-right: 12px !important;}
    .pr-13-m {padding-right: 13px !important;}
    .pr-14-m {padding-right: 14px !important;}
    .pr-15-m {padding-right: 15px !important;}
    .pr-20-m {padding-right: 20px !important;}
    .pr-21-m {padding-right: 21px !important;}
    .pr-22-m {padding-right: 22px !important;}
    .pr-23-m {padding-right: 23px !important;}
    .pr-24-m {padding-right: 24px !important;}
    .pr-25-m {padding-right: 25px !important;}
    .pr-26-m {padding-right: 26px !important;}
    .pr-27-m {padding-right: 27px !important;}
    .pr-28-m {padding-right: 28px !important;}
    .pr-29-m {padding-right: 29px !important;}
    .pr-30-m {padding-right: 30px !important;}
    .pr-31-m {padding-right: 31px !important;}
    .pr-32-m {padding-right: 32px !important;}
    .pr-33-m {padding-right: 33px !important;}
    .pr-34-m {padding-right: 34px !important;}
    .pr-35-m {padding-right: 35px !important;}
    .pr-45-m {padding-right: 45px !important;}

    /*PADDING-TOP MOBILE*/
    .pt-0-m {padding-top: 0 !important;}
    .pt-1-m {padding-top: 1px !important;}
    .pt-2-m {padding-top: 2px !important;}
    .pt-3-m {padding-top: 3px !important;}
    .pt-4-m {padding-top: 4px !important;}
    .pt-5-m {padding-top: 5px !important;}
    .pt-6-m {padding-top: 6px !important;}
    .pt-7-m {padding-top: 7px !important;}
    .pt-8-m {padding-top: 8px !important;}
    .pt-9-m {padding-top: 9px !important;}
    .pt-10-m {padding-top: 10px !important;}
    .pt-11-m {padding-top: 11px !important;}
    .pt-12-m {padding-top: 12px !important;}
    .pt-13-m {padding-top: 13px !important;}
    .pt-14-m {padding-top: 14px !important;}
    .pt-15-m {padding-top: 15px !important;}
    .pt-20-m {padding-top: 20px !important;}
    .pt-21-m {padding-top: 21px !important;}
    .pt-22-m {padding-top: 22px !important;}
    .pt-23-m {padding-top: 23px !important;}
    .pt-24-m {padding-top: 24px !important;}
    .pt-25-m {padding-top: 25px !important;}
    .pt-26-m {padding-top: 26px !important;}
    .pt-27-m {padding-top: 27px !important;}
    .pt-28-m {padding-top: 28px !important;}
    .pt-29-m {padding-top: 29px !important;}
    .pt-30-m {padding-top: 30px !important;}
    .pt-31-m {padding-top: 31px !important;}
    .pt-32-m {padding-top: 32px !important;}
    .pt-33-m {padding-top: 33px !important;}
    .pt-34-m {padding-top: 34px !important;}
    .pt-35-m {padding-top: 35px !important;}
    .pt-45-m {padding-top: 45px !important;}

    /*PADDING-BOTTOM MOBILE*/
    .pb-0-m {padding-bottom: 0 !important;}
    .pb-1-m {padding-bottom: 1px !important;}
    .pb-2-m {padding-bottom: 2px !important;}
    .pb-3-m {padding-bottom: 3px !important;}
    .pb-4-m {padding-bottom: 4px !important;}
    .pb-5-m {padding-bottom: 5px !important;}
    .pb-6-m {padding-bottom: 6px !important;}
    .pb-7-m {padding-bottom: 7px !important;}
    .pb-8-m {padding-bottom: 8px !important;}
    .pb-9-m {padding-bottom: 9px !important;}
    .pb-10-m {padding-bottom: 10px !important;}
    .pb-11-m {padding-bottom: 11px !important;}
    .pb-12-m {padding-bottom: 12px !important;}
    .pb-13-m {padding-bottom: 13px !important;}
    .pb-14-m {padding-bottom: 14px !important;}
    .pb-15-m {padding-bottom: 15px !important;}
    .pb-20-m {padding-bottom: 20px !important;}
    .pb-21-m {padding-bottom: 21px !important;}
    .pb-22-m {padding-bottom: 22px !important;}
    .pb-23-m {padding-bottom: 23px !important;}
    .pb-24-m {padding-bottom: 24px !important;}
    .pb-25-m {padding-bottom: 25px !important;}
    .pb-26-m {padding-bottom: 26px !important;}
    .pb-27-m {padding-bottom: 27px !important;}
    .pb-28-m {padding-bottom: 28px !important;}
    .pb-29-m {padding-bottom: 29px !important;}
    .pb-30-m {padding-bottom: 30px !important;}
    .pb-31-m {padding-bottom: 31px !important;}
    .pb-32-m {padding-bottom: 32px !important;}
    .pb-33-m {padding-bottom: 33px !important;}
    .pb-34-m {padding-bottom: 34px !important;}
    .pb-35-m {padding-bottom: 35px !important;}
    .pb-45-m {padding-bottom: 45px !important;}

    /* PADDING Y */
    .py-0-m {padding-top: 0 !important; padding-bottom: 0 !important}
    .py-1-m {padding-top: 1px !important; padding-bottom: 1px !important;}
    .py-2-m {padding-top: 2px !important; padding-bottom: 2px !important;}
    .py-3-m {padding-top: 3px !important; padding-bottom: 3px !important;}
    .py-4-m {padding-top: 4px !important; padding-bottom: 4px !important;}
    .py-5-m {padding-top: 5px !important; padding-bottom: 5px !important;}
    .py-6-m {padding-top: 6px !important; padding-bottom: 6px !important;}
    .py-7-m {padding-top: 7px !important; padding-bottom: 7px !important;}
    .py-8-m {padding-top: 8px !important; padding-bottom: 8px !important;}
    .py-9-m {padding-top: 9px !important; padding-bottom: 9px !important;}
    .py-10-m {padding-top: 10px !important; padding-bottom: 10px !important;}
    .py-11-m {padding-top: 11px !important; padding-bottom: 11px !important;}
    .py-12-m {padding-top: 12px !important; padding-bottom: 12px !important;}
    .py-13-m {padding-top: 13px !important; padding-bottom: 13px !important;}
    .py-14-m {padding-top: 14px !important; padding-bottom: 14px !important;}
    .py-15-m {padding-top: 15px !important; padding-bottom: 15px !important;}
    .py-16-m {padding-top: 16px !important; padding-bottom: 16px !important;}
    .py-17-m {padding-top: 17px !important; padding-bottom: 17px !important;}
    .py-18-m {padding-top: 18px !important; padding-bottom: 18px !important;}
    .py-19-m {padding-top: 19px !important; padding-bottom: 19px !important;}
    .py-20-m {padding-top: 20px !important; padding-bottom: 20px !important;}
    .py-25-m {padding-top: 25px !important; padding-bottom: 25px !important;}
    .py-30-m {padding-top: 30px !important; padding-bottom: 30px !important;}
    .py-35-m {padding-top: 35px !important; padding-bottom: 35px !important;}
    .py-40-m {padding-top: 40px !important; padding-bottom: 40px !important;}
    .py-45-m {padding-top: 45px !important; padding-bottom: 45px !important;}
    .py-50-m {padding-top: 50px !important; padding-bottom: 50px !important;}

    /* PADDING X */
    .px-0-m {padding-left: 0 !important; padding-right: 0 !important}
    .px-1-m {padding-left: 1px !important; padding-right: 1px !important;}
    .px-2-m {padding-left: 2px !important; padding-right: 2px !important;}
    .px-3-m {padding-left: 3px !important; padding-right: 3px !important;}
    .px-4-m {padding-left: 4px !important; padding-right: 4px !important;}
    .px-5-m {padding-left: 5px !important; padding-right: 5px !important;}
    .px-6-m {padding-left: 6px !important; padding-right: 6px !important;}
    .px-7-m {padding-left: 7px !important; padding-right: 7px !important;}
    .px-8-m {padding-left: 8px !important; padding-right: 8px !important;}
    .px-9-m {padding-left: 9px !important; padding-right: 9px !important;}
    .px-10-m {padding-left: 10px !important; padding-right: 10px !important;}
    .px-11-m {padding-left: 11px !important; padding-right: 11px !important;}
    .px-12-m {padding-left: 12px !important; padding-right: 12px !important;}
    .px-13-m {padding-left: 13px !important; padding-right: 13px !important;}
    .px-14-m {padding-left: 14px !important; padding-right: 14px !important;}
    .px-15-m {padding-left: 15px !important; padding-right: 15px !important;}
    .px-20-m {padding-left: 20px !important; padding-right: 20px !important;}
    .px-25-m {padding-left: 25px !important; padding-right: 25px !important;}
    .px-30-m {padding-left: 30px !important; padding-right: 30px !important;}
    .px-35-m {padding-left: 35px !important; padding-right: 35px !important;}
    .px-40-m {padding-left: 40px !important; padding-right: 40px !important;}
    .px-45-m {padding-left: 45px !important; padding-right: 45px !important;}
    .px-50-m {padding-left: 50px !important; padding-right: 50px !important;}
}

/* PADDING TOP MOBILE */
.pt-50-mobile {padding-top: 50px !important; padding-bottom: 50px !important;}

/* PADDING BOTTOM MOBILE */
.pb-50-mobile {padding-top: 50px !important; padding-bottom: 50px !important;}





































/*WIDTH %*/
.w-100 {width: 100% !important;}
.w-90 {width: 90% !important;}
.w-80 {width: 80% !important;}
.w-70 {width: 70% !important;}
.w-75 {width: 75% !important;}
.w-60 {width: 60% !important;}
.w-50 {width: 50% !important;}
.w-40 {width: 40% !important;}
.w-30 {width: 30% !important;}
.w-20 {width: 20% !important;}
.w-10 {width: 10% !important;}

/*WIDTH PX*/
.w-5px {width: 5px !important;}
.w-10px {width: 10px !important;}
.w-15px {width: 15px !important;}
.w-20px {width: 20px !important;}
.w-25px {width: 25px !important;}
.w-30px {width: 30px !important;}
.w-35px {width: 35px !important;}
.w-40px {width: 40px !important;}
.w-45px {width: 45px !important;}
.w-50px {width: 50px !important;}
.w-55px {width: 55px !important;}
.w-60px {width: 60px !important;}
.w-65px {width: 65px !important;}
.w-70px {width: 70px !important;}
.w-75px {width: 75px !important;}
.w-100px {width: 100px !important;}
.w-115px {width: 115px !important;}
.w-120px {width: 120px !important;}
.w-125px {width: 125px !important;}
.w-150px {width: 150px !important;}
.w-175px {width: 175px !important;}
.w-200px {width: 200px !important;}
.w-220px {width: 220px !important;}
.w-225px {width: 225px !important;}
.w-250px {width: 250px !important;}
.w-275px {width: 275px !important;}
.w-300px {width: 300px !important;}
.w-325px {width: 325px !important;}
.w-350px {width: 350px !important;}
.w-375px {width: 375px !important;}
.w-400px {width: 400px !important;}
.w-425px {width: 425px !important;}
.w-450px {width: 450px !important;}

/* HEIGHT % */
.h-100 {height: 100%;}
.h-95 {height: 95%;}
.h-90 {height: 90%;}
.h-85 {height: 85%;}
.h-80 {height: 80%;}
.h-75 {height: 75%;}
.h-70 {height: 70%;}
.h-65 {height: 65%;}
.h-60 {height: 60%;}
.h-55 {height: 55%;}
.h-50 {height: 50%;}
.h-45 {height: 45%;}
.h-40 {height: 40%;}
.h-35 {height: 35%;}
.h-30 {height: 30%;}
.h-25 {height: 25%;}
.h-20 {height: 20%;}
.h-15 {height: 15%;}
.h-10 {height: 10%;}
.h-5 {height: 5%;}
/*END HEIGHT % */

/* HEIGHT PX */
.h-5px {height: 5px;}
.h-10px {height: 10px;}
.h-15px {height: 15px;}
.h-20px {height: 20px;}
.h-25px {height: 25px;}
.h-30px {height: 30px;}
.h-35px {height: 35px;}
.h-40px {height: 40px;}
.h-45px {height: 45px;}
.h-50px {height: 50px;}
.h-55px {height: 55px;}
.h-60px {height: 60px;}
.h-65px {height: 65px;}
.h-70px {height: 70px;}
.h-75px {height: 75px;}
.h-80px {height: 80px;}
.h-85px {height: 85px;}
.h-90px {height: 90px;}
.h-95px {height: 95px;}
.h-100px {height: 100px;}
.h-125px {height: 125px;}
.h-150px {height: 150px;}
.h-175px {height: 175px;}
.h-200px {height: 200px;}
.h-225px {height: 225px;}
.h-240px {height: 240px;}
.h-250px {height: 250px;}
.h-275px {height: 275px;}
.h-300px {height: 300px;}
.h-325px {height: 325px;}
.h-350px {height: 350px;}
.h-375px {height: 375px;}
.h-400px {height: 400px;}
.h-425px {height: 425px;}
.h-450px {height: 450px;}
/*END HEIGHT PX */

/*LINE-HEIGHT*/
.lh-10 {line-height: 10px !important;}
.lh-11 {line-height: 11px !important;}
.lh-12 {line-height: 12px !important;}
.lh-13 {line-height: 13px !important;}
.lh-14 {line-height: 14px !important;}
.lh-15 {line-height: 15px !important;}
.lh-16 {line-height: 16px !important;}
.lh-17 {line-height: 17px !important;}
.lh-18 {line-height: 18px !important;}
.lh-19 {line-height: 19px !important;}
.lh-20 {line-height: 20px !important;}
.lh-21 {line-height: 21px !important;}
.lh-22 {line-height: 22px !important;}
.lh-23 {line-height: 23px !important;}
.lh-24 {line-height: 24px !important;}
.lh-25 {line-height: 25px !important;}
.lh-26 {line-height: 26px !important;}
.lh-27 {line-height: 27px !important;}
.lh-28 {line-height: 28px !important;}
.lh-29 {line-height: 29px !important;}
.lh-30 {line-height: 30px !important;}

/*FONT-SIZE PX*/
.fs-10 {font-size: 10px !important;}
.fs-11 {font-size: 11px !important;}
.fs-12 {font-size: 12px !important;}
.fs-13 {font-size: 13px !important;}
.fs-14 {font-size: 14px !important;}
.fs-15 {font-size: 15px !important;}
.fs-16 {font-size: 16px !important;}
.fs-17 {font-size: 17px !important;}
.fs-18 {font-size: 18px !important;}
.fs-19 {font-size: 19px !important;}
.fs-20 {font-size: 20px !important;}
.fs-21 {font-size: 21px !important;}
.fs-22 {font-size: 22px !important;}
.fs-23 {font-size: 23px !important;}
.fs-24 {font-size: 24px !important;}
.fs-25 {font-size: 25px !important;}
.fs-26 {font-size: 26px !important;}
.fs-27 {font-size: 27px !important;}
.fs-28 {font-size: 28px !important;}
.fs-29 {font-size: 29px !important;}
.fs-30 {font-size: 30px !important;}
.fs-31 {font-size: 31px !important;}
.fs-32 {font-size: 32px !important;}
.fs-33 {font-size: 33px !important;}
.fs-34 {font-size: 34px !important;}
.fs-35 {font-size: 35px !important;}
.fs-36 {font-size: 36px !important;}
.fs-37 {font-size: 37px !important;}
.fs-38 {font-size: 38px !important;}
.fs-39 {font-size: 39px !important;}
.fs-40 {font-size: 40px !important;}
.fs-48 {font-size: 48px !important;}
.fs-72 {font-size: 72px !important;}
.fs-120 {font-size: 120px !important;}

/*FONT-SIZE EM*/
.fs-08em {font-size: 0.8em !important;}
.fs-09em {font-size: 0.9em !important;}
.fs-1em {font-size: 1em !important;}
.fs-11em {font-size: 1.1em !important;}
.fs-12em {font-size: 1.2em !important;}
.fs-13em {font-size: 1.3em !important;}
.fs-14em {font-size: 1.4em !important;}
.fs-15em {font-size: 1.5em !important;}
.fs-16em {font-size: 1.6em !important;}
.fs-17em {font-size: 1.7em !important;}
.fs-18em {font-size: 1.8em !important;}
.fs-19em {font-size: 1.9em !important;}
.fs-2em {font-size: 2em !important;}

/*MARGIN-LEFT*/
.ml-0 {margin-left: 0 !important;}
.ml-5 {margin-left: 5px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-25 {margin-left: 25px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-35 {margin-left: 35px !important;}

/*MARGIN-RIGHT*/
.mr-0 {margin-right: 0 !important;}
.mr-5 {margin-right: 5px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-25 {margin-right: 25px;}
.mr-30 {margin-right: 30px !important;}
.mr-35 {margin-right: 35px !important;}

/*MARGIN-TOP*/
.mt-0 {margin-top: 0 !important;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-42 {margin-top: 42px;}
.mt-50 {margin-top: 50px;}

/*MARGIN-BOTTOM*/
.mb-0 {margin-bottom: 0 !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mb-50 {margin-bottom: 50px !important;}

/*MARGIN*/
.m-auto {margin: 0 auto !important;}
.m-0 {margin: 0 !important;}
.m-1 {margin: 1px !important;}
.m-2 {margin: 2px !important;}
.m-3 {margin: 3px !important;}
.m-4 {margin: 4px !important;}
.m-5 {margin: 5px !important;}
.m-6 {margin: 6px !important;}
.m-7 {margin: 7px !important;}
.m-8 {margin: 8px !important;}
.m-9 {margin: 9px !important;}
.m-10 {margin: 10px !important;}
.m-11 {margin: 11px !important;}
.m-12 {margin: 12px !important;}
.m-13 {margin: 13px !important;}
.m-14 {margin: 14px !important;}
.m-15 {margin: 15px !important;}
.m-20 {margin: 20px !important;}
.m-25 {margin: 25px !important;}
.m-30 {margin: 30px !important;}
.m-35 {margin: 35px !important;}
.m-40 {margin: 40px !important;}
.m-45 {margin: 45px !important;}
.m-50 {margin: 50px !important;}

/* MARGIN Y */
.my-0 {margin-top: 0 !important; margin-bottom: 0 !important}
.my-1 {margin-top: 1px !important; margin-bottom: 1px !important;}
.my-2 {margin-top: 2px !important; margin-bottom: 2px !important;}
.my-3 {margin-top: 3px !important; margin-bottom: 3px !important;}
.my-4 {margin-top: 4px !important; margin-bottom: 4px !important;}
.my-5 {margin-top: 5px !important; margin-bottom: 5px !important;}
.my-6 {margin-top: 6px !important; margin-bottom: 6px !important;}
.my-7 {margin-top: 7px !important; margin-bottom: 7px !important;}
.my-8 {margin-top: 8px !important; margin-bottom: 8px !important;}
.my-9 {margin-top: 9px !important; margin-bottom: 9px !important;}
.my-10 {margin-top: 10px !important; margin-bottom: 10px !important;}
.my-11 {margin-top: 11px !important; margin-bottom: 11px !important;}
.my-12 {margin-top: 12px !important; margin-bottom: 12px !important;}
.my-13 {margin-top: 13px !important; margin-bottom: 13px !important;}
.my-14 {margin-top: 14px !important; margin-bottom: 14px !important;}
.my-15 {margin-top: 15px !important; margin-bottom: 15px !important;}
.my-20 {margin-top: 20px !important; margin-bottom: 20px !important;}
.my-25 {margin-top: 25px !important; margin-bottom: 25px !important;}
.my-30 {margin-top: 30px !important; margin-bottom: 30px !important;}
.my-35 {margin-top: 35px !important; margin-bottom: 35px !important;}
.my-40 {margin-top: 40px !important; margin-bottom: 40px !important;}
.my-45 {margin-top: 45px !important; margin-bottom: 45px !important;}
.my-50 {margin-top: 50px !important; margin-bottom: 50px !important;}
/* END MARGIN Y */

/* MARGIN X */
.mx-0 {margin-left: 0 !important; margin-right: 0 !important}
.mx-1 {margin-left: 1px !important; margin-right: 1px !important;}
.mx-2 {margin-left: 2px !important; margin-right: 2px !important;}
.mx-3 {margin-left: 3px !important; margin-right: 3px !important;}
.mx-4 {margin-left: 4px !important; margin-right: 4px !important;}
.mx-5 {margin-left: 5px !important; margin-right: 5px !important;}
.mx-6 {margin-left: 6px !important; margin-right: 6px !important;}
.mx-7 {margin-left: 7px !important; margin-right: 7px !important;}
.mx-8 {margin-left: 8px !important; margin-right: 8px !important;}
.mx-9 {margin-left: 9px !important; margin-right: 9px !important;}
.mx-10 {margin-left: 10px !important; margin-right: 10px !important;}
.mx-11 {margin-left: 11px !important; margin-right: 11px !important;}
.mx-12 {margin-left: 12px !important; margin-right: 12px !important;}
.mx-13 {margin-left: 13px !important; margin-right: 13px !important;}
.mx-14 {margin-left: 14px !important; margin-right: 14px !important;}
.mx-15 {margin-left: 15px !important; margin-right: 15px !important;}
.mx-20 {margin-left: 20px !important; margin-right: 20px !important;}
.mx-25 {margin-left: 25px !important; margin-right: 25px !important;}
.mx-30 {margin-left: 30px !important; margin-right: 30px !important;}
.mx-35 {margin-left: 35px !important; margin-right: 35px !important;}
.mx-40 {margin-left: 40px !important; margin-right: 40px !important;}
.mx-45 {margin-left: 45px !important; margin-right: 45px !important;}
.mx-50 {margin-left: 50px !important; margin-right: 50px !important;}
/* END MARGIN X */

/*PADDING-LEFT*/

.pl-0 {padding-left: 0 !important;}
.pl-1 {padding-left: 1px !important;}
.pl-2 {padding-left: 2px !important;}
.pl-3 {padding-left: 3px !important;}
.pl-4 {padding-left: 4px !important;}
.pl-5 {padding-left: 5px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-11 {padding-left: 11px !important;}
.pl-12 {padding-left: 12px !important;}
.pl-13 {padding-left: 13px !important;}
.pl-14 {padding-left: 14px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-21 {padding-left: 21px !important;}
.pl-22 {padding-left: 22px !important;}
.pl-23 {padding-left: 23px !important;}
.pl-24 {padding-left: 24px !important;}
.pl-25 {padding-left: 25px !important;}
.pl-26 {padding-left: 26px !important;}
.pl-27 {padding-left: 27px !important;}
.pl-28 {padding-left: 28px !important;}
.pl-29 {padding-left: 29px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-31 {padding-left: 31px !important;}
.pl-32 {padding-left: 32px !important;}
.pl-33 {padding-left: 33px !important;}
.pl-34 {padding-left: 34px !important;}
.pl-35 {padding-left: 35px !important;}
.pl-60 {padding-left: 60px !important;}

/*PADDING-RIGHT*/

.pr-0 {padding-right: 0 !important;}
.pr-1 {padding-right: 1px !important;}
.pr-2 {padding-right: 2px !important;}
.pr-3 {padding-right: 3px !important;}
.pr-4 {padding-right: 4px !important;}
.pr-5 {padding-right: 5px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-11 {padding-right: 11px !important;}
.pr-12 {padding-right: 12px !important;}
.pr-13 {padding-right: 13px !important;}
.pr-14 {padding-right: 14px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-21 {padding-right: 21px !important;}
.pr-22 {padding-right: 22px !important;}
.pr-23 {padding-right: 23px !important;}
.pr-24 {padding-right: 24px !important;}
.pr-25 {padding-right: 25px !important;}
.pr-26 {padding-right: 26px !important;}
.pr-27 {padding-right: 27px !important;}
.pr-28 {padding-right: 28px !important;}
.pr-29 {padding-right: 29px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-31 {padding-right: 31px !important;}
.pr-32 {padding-right: 32px !important;}
.pr-33 {padding-right: 33px !important;}
.pr-34 {padding-right: 34px !important;}
.pr-35 {padding-right: 35px !important;}
.pr-60 {padding-right: 60px !important;}

/*PADDING-TOP*/

.pt-0 {padding-top: 0 !important;}
.pt-1 {padding-top: 1px !important;}
.pt-2 {padding-top: 2px !important;}
.pt-3 {padding-top: 3px !important;}
.pt-4 {padding-top: 4px !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-11 {padding-top: 11px !important;}
.pt-12 {padding-top: 12px !important;}
.pt-13 {padding-top: 13px !important;}
.pt-14 {padding-top: 14px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-21 {padding-top: 21px !important;}
.pt-22 {padding-top: 22px !important;}
.pt-23 {padding-top: 23px !important;}
.pt-24 {padding-top: 24px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-26 {padding-top: 26px !important;}
.pt-27 {padding-top: 27px !important;}
.pt-28 {padding-top: 28px !important;}
.pt-29 {padding-top: 29px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-31 {padding-top: 31px !important;}
.pt-32 {padding-top: 32px !important;}
.pt-33 {padding-top: 33px !important;}
.pt-34 {padding-top: 34px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-50 {padding-top: 50px !important;}
.pt-60 {padding-top: 60px !important;}

/*PADDING-BOTTOM*/

.pb-0 {padding-bottom: 0 !important;}
.pb-1 {padding-bottom: 1px !important;}
.pb-2 {padding-bottom: 2px !important;}
.pb-3 {padding-bottom: 3px !important;}
.pb-4 {padding-bottom: 4px !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-11 {padding-bottom: 11px !important;}
.pb-12 {padding-bottom: 12px !important;}
.pb-13 {padding-bottom: 13px !important;}
.pb-14 {padding-bottom: 14px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-21 {padding-bottom: 21px !important;}
.pb-22 {padding-bottom: 22px !important;}
.pb-23 {padding-bottom: 23px !important;}
.pb-24 {padding-bottom: 24px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-26 {padding-bottom: 26px !important;}
.pb-27 {padding-bottom: 27px !important;}
.pb-28 {padding-bottom: 28px !important;}
.pb-29 {padding-bottom: 29px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-31 {padding-bottom: 31px !important;}
.pb-32 {padding-bottom: 32px !important;}
.pb-33 {padding-bottom: 33px !important;}
.pb-34 {padding-bottom: 34px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-60 {padding-bottom: 60px !important;}

/*PADDING*/

.p-auto {padding: 0 auto;}
.p-0 {padding: 0;}
.p-1 {padding: 1px !important;}
.p-2 {padding: 2px !important;}
.p-3 {padding: 3px !important;}
.p-4 {padding: 4px !important;}
.p-5 {padding: 5px !important;}
.p-6 {padding: 6px !important;}
.p-7 {padding: 7px !important;}
.p-8 {padding: 8px !important;}
.p-9 {padding: 9px !important;}
.p-10 {padding: 10px !important;}
.p-11 {padding: 11px !important;}
.p-12 {padding: 12px !important;}
.p-13 {padding: 13px !important;}
.p-14 {padding: 14px !important;}
.p-15 {padding: 15px !important;}
.p-20 {padding: 20px !important;}
.p-21 {padding: 21px !important;}
.p-22 {padding: 22px !important;}
.p-23 {padding: 23px !important;}
.p-24 {padding: 24px !important;}
.p-25 {padding: 25px !important;}
.p-26 {padding: 26px !important;}
.p-27 {padding: 27px !important;}
.p-28 {padding: 28px !important;}
.p-29 {padding: 29px !important;}
.p-30 {padding: 30px !important;}
.p-31 {padding: 31px !important;}
.p-32 {padding: 32px !important;}
.p-33 {padding: 33px !important;}
.p-34 {padding: 34px !important;}
.p-35 {padding: 35px !important;}
.p-40 {padding: 40px !important;}
.p-45 {padding: 45px !important;}
.p-50 {padding: 50px !important;}
.p-55 {padding: 55px !important;}
.p-60 {padding: 60px !important;}
.p-65 {padding: 65px !important;}
.p-70 {padding: 70px !important;}
.p-80 {padding: 80px !important;}
.p-90 {padding: 90px !important;}
.p-100 {padding: 90px 100 !important;}

/* PADDING Y */
.py-0 {padding-top: 0 !important; padding-bottom: 0 !important}
.py-1 {padding-top: 1px !important; padding-bottom: 1px !important;}
.py-2 {padding-top: 2px !important; padding-bottom: 2px !important;}
.py-3 {padding-top: 3px !important; padding-bottom: 3px !important;}
.py-4 {padding-top: 4px !important; padding-bottom: 4px !important;}
.py-5 {padding-top: 5px !important; padding-bottom: 5px !important;}
.py-6 {padding-top: 6px !important; padding-bottom: 6px !important;}
.py-7 {padding-top: 7px !important; padding-bottom: 7px !important;}
.py-8 {padding-top: 8px !important; padding-bottom: 8px !important;}
.py-9 {padding-top: 9px !important; padding-bottom: 9px !important;}
.py-10 {padding-top: 10px !important; padding-bottom: 10px !important;}
.py-11 {padding-top: 11px !important; padding-bottom: 11px !important;}
.py-12 {padding-top: 12px !important; padding-bottom: 12px !important;}
.py-13 {padding-top: 13px !important; padding-bottom: 13px !important;}
.py-14 {padding-top: 14px !important; padding-bottom: 14px !important;}
.py-15 {padding-top: 15px !important; padding-bottom: 15px !important;}
.py-20 {padding-top: 20px !important; padding-bottom: 20px !important;}
.py-25 {padding-top: 25px !important; padding-bottom: 25px !important;}
.py-30 {padding-top: 30px !important; padding-bottom: 30px !important;}
.py-35 {padding-top: 35px !important; padding-bottom: 35px !important;}
.py-40 {padding-top: 40px !important; padding-bottom: 40px !important;}
.py-45 {padding-top: 45px !important; padding-bottom: 45px !important;}
.py-50 {padding-top: 50px !important; padding-bottom: 50px !important;}
/* END PADDING Y */


/* PADDING X */
.px-0 {padding-left: 0 !important; padding-right: 0 !important}
.px-1 {padding-left: 1px !important; padding-right: 1px !important;}
.px-2 {padding-left: 2px !important; padding-right: 2px !important;}
.px-3 {padding-left: 3px !important; padding-right: 3px !important;}
.px-4 {padding-left: 4px !important; padding-right: 4px !important;}
.px-5 {padding-left: 5px !important; padding-right: 5px !important;}
.px-6 {padding-left: 6px !important; padding-right: 6px !important;}
.px-7 {padding-left: 7px !important; padding-right: 7px !important;}
.px-8 {padding-left: 8px !important; padding-right: 8px !important;}
.px-9 {padding-left: 9px !important; padding-right: 9px !important;}
.px-10 {padding-left: 10px !important; padding-right: 10px !important;}
.px-11 {padding-left: 11px !important; padding-right: 11px !important;}
.px-12 {padding-left: 12px !important; padding-right: 12px !important;}
.px-13 {padding-left: 13px !important; padding-right: 13px !important;}
.px-14 {padding-left: 14px !important; padding-right: 14px !important;}
.px-15 {padding-left: 15px !important; padding-right: 15px !important;}
.px-20 {padding-left: 20px !important; padding-right: 20px !important;}
.px-25 {padding-left: 25px !important; padding-right: 25px !important;}
.px-30 {padding-left: 30px !important; padding-right: 30px !important;}
.px-35 {padding-left: 35px !important; padding-right: 35px !important;}
.px-40 {padding-left: 40px !important; padding-right: 40px !important;}
.px-45 {padding-left: 45px !important; padding-right: 45px !important;}
.px-50 {padding-left: 50px !important; padding-right: 50px !important;}
/* END PADDING X */

/* POSITION */
.absolute {position: absolute;}
.relative {position: relative;}
.fixed {position: fixed;}
.position-absolute {position: absolute;}
.position-relative {position: relative;}
.position-fixed {position: fixed;}
.no-position {position: unset !important;}
.table-cell {display: table-cell;}
.bottom {bottom: 0;}
.top {top: 0;}
.left {left: 0;}
.right {right: 0;}


.div-to-hide {padding-left: 0;}
.div-to-hide-2 {padding-left: 0;display: none;}
.fw-900 {font-weight: 900 !important;}
.fw-800 {font-weight: 800 !important;}
.fw-700 {font-weight: 700 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-500 {font-weight: 500 !important;}
.fw-400 {font-weight: 400 !important;}
.fw-300 {font-weight: 300 !important;}
.fw-200 {font-weight: 200 !important;}
.fw-100 {font-weight: 100 !important;}
.fw-normal {font-weight: unset !important;}
.flags-ba {margin-top: 5px;}
.text-align-center {text-align: center;}
.text-align-right {text-align: right;}
.bottom-line {border-bottom: 1px solid rgba(0, 0, 0, 0.05);}
.header-font {
    font-size: 12px;
    color: #777;
    margin: 0px;
    line-height: 35px;
}
.social a img {
    width: auto;
}
.social {
    float: right;
}

/*article img {
    max-width: 45%;
}*/
.logo {
    max-width: 100%;
}
.logo-desno{
    max-width: 100%;
    float: right;
}
/*NAVIGACIONI MENI*/
#myNavbar .nav>li:nth-child(2){
    display: none !important;
}

#myNavbar .nav>li {
    margin: 0;
    padding: 0;
    border-right: 1px solid #D8D8D8;
    position: relative;
}

#myNavbar ul li ul {
   ;
}
.nav>li>a {
    padding-left: 14px;
    padding-right: 14px;
}
.nav>li.active {
    background-color: #eee
}
   
.navbar {
    border-top: 1px solid #eee;
    border-bottom: 2px solid #87764f;
    border-radius: 0;
}
.container-fluid,
.navbar-collapse {
    padding-left: 0;
}
.navbar ul li a {
    color: #626262;
}
.navbar.center .navbar-inner .nav {
    display: inline-block;
    float: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background: rgba(142, 142, 142, .31);
    border: 1px solid #888282;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    color: #000;
    background: #888282
}

/*NAVIGACIONI MENI END*/
.yellow-box{
    background-color: #a99362;
    border-bottom: 10px solid #002633;
}
.yellow{
    margin: 10px 0;
    background-color: #a99362;
    padding: 20px 0px;
}



.yellow-box p{
    color: white;
    line-height: 80px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.vest-box img {
    max-width: 100%;
    font-size: 1.4rem;
    max-height: 295px;
    height: 295px;
    object-fit: cover;
;
}
.vest-box h2 a{
    color: #333 !important;
    text-decoration: none;
}
.vest-box h2 {
    color: #333 !important;
    text-decoration: none;
    font-size: 20px;
}
.vest-box .description, .text-primary-hover {
    color: #777;
    font-size: 14px;
}
.text-primary-hover:after{
    transition: all 0.5s;
}
.text-primary-hover:after{
    content: ">";
}   

.text-primary-hover:hover:after {
    margin-left: 10px;
}   

.yellow p{
    color: rgba(255,255,255, 0.75);
    font-size: 14px;
    text-align: center;
    padding: 0px;
    margin: 15px 0 0 0 ;
}
.yellow h1{
    color: white;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.content-separator{
    height: 5px;
}
.blue-box {
    background-color: #002633;
}
.gray-box {
    background: #e8e8e8;
}
.gray-box p {
    color: #777777;
    font-weight: 700;
    font-size: 14px;
    padding: 20px;
    margin: 0px;
}
.box {
    margin-top: 5px;
}
.blue-box p {
    color: white;
    font-weight: 700;
    font-size: 14px;
    padding: 20px;
    margin: 0px;
}
.responsive-separator {
    display: none;
}

#slider{
    width: 100%;
}

#slider iframe{
    width: 100%;
}
.tel{
    pointer-events: none;
}
.zaposleni-titula{
    display: inline-block;
    font-size: 100% !important;
    }
.zaposleni-titula p {
    padding-top: 5px;
}

/*VESTI SLIKA*/
    .vesti-slika{
        width: 100%;
        height: 
    }

    .vesti-slika-frame{
          width: 100%;
          height: 300px;
          overflow: hidden;
          opacity: 0.5;
    }

/*VESTI SLIKA END*/


.prijava-sekcija{
    font-size: 20px;
    color: #a99362;
}
.p-besplatno{
    color: red;
    font-size: 18px;
    border: 1px solid lightgray;
    padding: 10px;    ;
}
.okvir-savetovanje{
    border: 1px solid lightgray;
    padding: 10px;
}
.btn-prijavite-se{
    margin-top: 5px;
}
.zap-margin{
    margin-bottom: 5px;
}

/*Footer*/
footer {
background-color: #a99362 !important;
}
.dropdown-menu li a,
footer {
    padding: 10px
}
footer,
footer a {
    color: #fff!important
}
footer {
    margin: 5px 5px 0;
    background-color: #a99362 !important;
    font-weight: 400!important;
    font-size: 12px
}

footer>.col-lg-3 {
    border-right: 1px solid #927d4e;
    min-height: 181px
}
footer ul{
    list-style: none !important; 
}
footer ul li {

    margin: 5px 0
}

/* responsive */
@media screen {
.border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
.no-border .border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
  .modal-lg {
    max-width: 900px !important;
  }
}
@media only screen and (max-width: 1215px) {

    .border-bottom {
        border-bottom: 1px solid #B6B6B6;
    }
    .no-border .border-bottom {
        border-bottom: 1px solid #B6B6B6;
    }
    /*FIX SCROLL*/
    .modal-lg {max-width: 900px !important;}
    .fixed{
        position: fixed;
        top: 50vh;
        right: 5px;
    }
    .br-site {
        /*clear: all;*/
    }
    .br-mobile {
        display: none;
    }

    .responsive-separator {
        display: block;
        height: 10px;
    }



    .box {
        margin-top: 0px; 
    }
    .dropdown-menu {
        background-color: #eee!important
    }
    .nav>li>a {
        padding-left: 20px;
        padding-right: 20px
    }
    .container-fluid,
    .navbar-collapse {
        padding-left: 10px
    }

    .navbar-toggle:before {
        content : "Meni";
    }
    .logo-desno{
        display: none;
    }
    .tel{
        pointer-events: all !important;
    }
    .img-responsive{
        max-width: 100%;
    }
}
@media screen and (min-width: 1215px) {
    .border-bottom {
        border-bottom: 1px solid #B6B6B6;
    }
    .no-border .border-bottom {
        border-bottom: 1px solid #B6B6B6;
    }
    .br-site {
        clear: all;
    }
    .br-mobile {
        display: none;
    }
}
@media only screen and (max-width: 500px) {

    .col-md-2 {
        width: 100%;
    }

    .border-bottom {
        border-bottom: 1px solid #B6B6B6;
    }
    .no-border .border-bottom {
        border-bottom: 1px solid #B6B6B6;
    }

    main h1 {
        font-size: 5vw;
    }

    main h2 {
        font-size: 5vw;
    }

    main h3 {
        font-size: 4.6vw;
    }

    main ul li {
        font-size: 3vw;
    }

    .contact-prezentacija{
        margin-top: 50px !important;
    }
    .flags-ba{
        margin-left: 15px;
        margin-top: 5px;
    }

    .social a img {
        width: 25px;
    }

    .social {
        text-align: center;
        margin: 10px auto;
        display: block;
        float: left;
        margin-left: 15px;
    }
    #slider{
        display: none;
    }
    .tel{
        pointer-events: all !important;
    }
    .zaposleni-titula{
    display: block;
    }
    .img-responsive{
    max-width: 100%;
    }
}

/* FUll WIDTH */
@media (min-width: 991px) {
    .segment {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .border-bottom {
        border-bottom: 1px solid #B6B6B6;
    }
    .no-border .border-bottom {
        border-bottom: 1px solid #B6B6B6;
    }
    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .img-responsive{
        max-width: 100%;
    }

    .dropdown-menu li:hover > .dropdown-menu{
        display: block !important;
        visibility: visible !important;
    }

    #myNavbar .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }


}

#myNavbar .dropdown .dropdown.open .dropdown-menu {
    display: block !important;
}
.arhiva-vesti:hover {
    background: #ff8c00;
    color: #fff
}


.opened {
    width: 320px;
    float: left;
}
.nav-plus{
    font-size: 14px;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}
.kategorija {
    width: 33%;
    float: left;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.faqHeader {
        font-size: 27px;
        margin: 20px;
    }

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: "e072"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }

    .faqHeader {
        font-size: 27px;
        margin: 20px;
    }

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: ""; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
         rotate "play" icon from > (right arrow) to down arrow 
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }

/*PROPISI CSS*/



.clan {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-right: 0pt;
    margin-left: 0pt;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    font-family : Arial, Helvetica, sans-serif;
}
.simboli     { 
    font-size: 90%;
    font-family: Symbol ;
}
.simboliindeks     { 
    font-size: small;
    font-family: Symbol;
    vertical-align: sub;
}
.normal {
    /*font-size: 90%;*/
    font-family : Arial, Helvetica, sans-serif;
}
.normaltd    { font-size: 90%; font-family : Arial, Helvetica, sans-serif; text-align: 
               Right }
.normaltdb   { font-size: 90%; font-family : Arial, Helvetica, sans-serif; font-weight: 
               bold; text-align: Right }
.samostalni {
    font-style: italic;
    font-weight: bolder;
    font-size: 100%;
    text-align: center ;
    font-family: Arial, Helvetica, sans-serif;
}
.samostalni1 {
    font-style: italic;
    font-weight: normal;
    font-size: 90%;
    text-align: center ;
    font-family: Arial, Helvetica, sans-serif;
}
.tabelanaslov {
    background-color: #A41E1C;
    border-width: 0pt;
    width: 100%;
    border: thin outset Black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 0;
}
.tabelanaslov h2 {
    margin-bottom: 0;
}
.tabelanaslov h1 {
    text-align: center;
}
.tabelanaslov .share {
    float:left;
}
.tabela_sm {
    background-color: #006666;
    border-width: 0pt;
    width: 100%;
    border: thin outset Black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tabela_sp {
    background-color: #FF9F00;
    border-width: 0pt;
    width: 100%;
    border: thin outset Black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tabela_ct {
    background-color: #DC2348;
    border-width: 0pt;
    width: 100%;
    border: thin outset Black;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

table {
    border-width: 0pt;
    width: 100%;
    height: auto ;
    font-size: 100%;
    margin-bottom:20px;
}
.naslov1 {
    font-weight: bold;
    font-size: 100%;
    text-align: center;
    font-family : Arial, Helvetica, sans-serif;
}
.naslov2 {
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    font-family : Arial, Helvetica, sans-serif;
}
.naslov3 {
    font-weight: bold;
    font-size: 95%;
    text-align: center;
    font-family : Arial, Helvetica, sans-serif;
}
.normal_uvuceni {
    font-size: 90%;
    clip: rect( );
    text-align: left;
    margin-left: 20mm;
    text-indent: -2.5mm;
    font-family : Arial, Helvetica, sans-serif;
}
.normal_uvuceni2 { 
    font-size: 90%; 
    clip: rect( ); 
    text-align: left; 
    margin-left: 30mm; 
    text-indent: -4mm; 
    font-family : Arial, Helvetica, sans-serif; ;
}
.normal_uvuceni3 { 
    font-size: 90%; 
    clip: rect( ); 
    text-align: left; 
    margin-left: 17.5mm; 
    font-family : Arial, Helvetica, sans-serif; ;
}
.naslovpropisa1 {
    color: #FFE8BF;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}
.naslovpropisa1a {
    color: white;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    display: block;
    margin-bottom: 10px;
}
.podnaslovpropisa {
    color: #FFE8BF !important;
    font-style: italic;
    font-size: 110%;
    background-color: #000000;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin:2px;
}
.naslov4 {
    font-weight: bold;
    font-size: 90%;
    text-align: center;
    font-family : Arial, Helvetica, sans-serif;
}
.naslov5 {
    font-weight: bold;
    font-size: 90%;
    text-align: center;
    font-family : Arial, Helvetica, sans-serif;
}
.normalbold {
    font-size: 90%;
    font-weight: bold;
    font-family : Arial, Helvetica, sans-serif;
}
.normalboldCT {
    font-size: 100%;
    font-weight: bold;
    font-family : Arial, Helvetica, sans-serif;
}
.normalbolditalic {
    font-size: 90%;
    font-weight: bold;
    font-family : Arial, Helvetica, sans-serif;
    font-style: italic;
}
.normalboldcentar {
    font-size: 90%;
    font-weight: bold;
    font-family : Arial, Helvetica, sans-serif;
    text-align : center;
}
.stepen {  font-size: xx-small; vertical-align: super}
.indeks      { font-size: xx-small; vertical-align: sub}
.tbezokvira  { border-style: solid; border-width: 0 }
.naslovlevo  { font-size: 110%; text-align: left; font-family: Arial, Helvetica, sans-serif; 
               line-height: normal; font-weight: bold }
.bulletedni {  font-family: Arial, Helvetica, sans-serif; font-size: 90%; line-height: normal}
.normalpraksa {  font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-style: italic; line-height: normal}
.normalctzaglavlje { font-size: 8pt; font-family : Arial, Helvetica, sans-serif; ; font-weight: bold}
.windings { font-size: 9pt; font-family : Wingdings; }
.webdings { font-size: 9pt; font-family : Webdings; }
.normalct { font-size: 8pt; font-family : Arial, Helvetica, sans-serif; }
.tabela_mala {  width: 30%}
.izmena_naslov {  font-family: "Times New Roman", Times, serif; font-style: normal; text-align: center; font-weight: bold}
.izmena_podnaslov {  font-family: "Times New Roman", Times, serif; text-align: center}
.izmena_clan {  font-family: "Times New Roman", Times, serif; font-weight: bold; text-align: center}
.izmena_tekst {  font-family: "Times New Roman", Times, serif}
.normalcentar { font-size: 90%; font-family : Arial, Helvetica, sans-serif; text-align: center}
.normalcentaritalic { font-size: 90%; font-family : Arial, Helvetica, sans-serif; ; font-style: italic; text-align: center}
.normalitalic { font-size: 90%; font-family : Arial, Helvetica, sans-serif; font-style: italic;}
.tsaokvirom {  border: #000000; border-style: inset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.t_okvirdole { border: black; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px }
.t_okvirgore { border: black; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px }
.t_okvirgoredole { border: black; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px }
.t_okvirlevo { border: black; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 1px }
.t_okvirdesno { border: black; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px }
.t_okvirlevodesno { border: black; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px }
.t_okvirlevodesnogore { border: black; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px }
.t_okvirlevodesnodole { border: black; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }
.t_okvirlevodole { border: black; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 1px }
.t_okvirdesnodole { border: black; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 0px }
.t_okvirlevogore { border: black; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 1px }
.t_okvirdesnogore { border: black; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px }
.t_okvirgoredoledesno { border: black; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 0px }
.t_okvirgoredolelevo { border: black; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 1px }
.normalprored {
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0pt;
    margin-left: 0pt;
    font-size: 110%;
    font-family : Arial, Helvetica, sans-serif;
}
.wyq010---deo {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 150%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.wyq020---poddeo {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 150%;
    font-family: Arial, Helvetica, sans-serif;
}
.wyq030---glava {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 140%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.wyq040---podglava-kurziv-bold {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 140%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
.wyq045---podglava-kurziv {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 140%;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
.wyq050---odeljak {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 130%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.wyq060---pododeljak {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 130%;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.wyq070---podpododeljak-kurziv {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 125%;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
.wyq080---odsek {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 120%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.wyq090---pododsek {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 115%;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.wyq100---naslov-grupe-clanova-kurziv {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 100%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
.wyq110---naslov-clana {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 100%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.wyq120---podnaslov-clana {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
.010---deo {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 150%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.020---poddeo {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 150%;
    font-family: Arial, Helvetica, sans-serif;
}
.030---glava {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 140%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.040---podglava-kurziv-bold {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 140%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
.045---podglava-kurziv {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 140%;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
.050---odeljak {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 130%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.060---pododeljak {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 130%;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.070---podpododeljak-kurziv {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 125%;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
.080---odsek {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 120%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.090---pododsek {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 115%;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.100---naslov-grupe-clanova-kurziv {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 100%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
.110---naslov-clana {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 100%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.120---podnaslov-clana {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0.000000pt;
    margin-left: 0.000000pt;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
.uvuceni {  font-family: Arial, Helvetica, sans-serif; font-size: 90%; margin-top: 0em; margin-bottom: 0.1em; margin-left: 3em; margin-right: 0em; clip:   rect(   ); text-indent: -1.2em}
.uvuceni2 { font-family: Arial, Helvetica, sans-serif; font-size: 90%; margin-top: 0em; margin-bottom: 0.1em; margin-left: 3em; margin-right: 0em; clip: rect( ); text-indent: -1.7em}
.tabela_epress {
    background-color: #0000CC;
    border-width: 0pt;
    width: 100%;
    border: thin outset Black;
    font-family: Arial, Helvetica, sans-serif;
}
.izm_red {color: red}
.izm_green {color: #00CC33}
.izm_greenback {background-color: #33FF33}
.s1 {font-family: Arial, Helvetica, sans-serif; font-size:12; text-align: left; text-indent: 0mm; white-space: nowrap}
.s2 {font-family: Arial, Helvetica, sans-serif; font-size:12; text-align: left; text-indent: 2mm; white-space: nowrap}
.s3 {font-family: Arial, Helvetica, sans-serif; font-size:11; text-align: left; text-indent: 4mm; white-space: nowrap}
.s4 {font-family: Arial, Helvetica, sans-serif; font-size:11; text-align: left; text-indent: 6mm; white-space: nowrap}
.s5 {font-family: Arial, Helvetica, sans-serif; font-size:10; text-align: left; text-indent: 8mm; white-space: nowrap}
.s6 {font-family: Arial, Helvetica, sans-serif; font-size:10; text-align: left; text-indent: 10mm; white-space: nowrap}
.s7 {font-family: Arial, Helvetica, sans-serif; font-size:9; text-align: left; text-indent: 12mm; white-space: nowrap}
.s8 {font-family: Arial, Helvetica, sans-serif; font-size:9; text-align: left; text-indent: 14mm; white-space: nowrap}
.s9 {font-family: Arial, Helvetica, sans-serif; font-size:9; text-align: left; text-indent: 16mm; white-space: nowrap}
.s10 {font-family: Arial, Helvetica, sans-serif; font-size:9; text-align: left; text-indent: 18mm; white-space: nowrap}
.s11 {font-family: Arial, Helvetica, sans-serif; font-size:9; text-align: left; text-indent: 20mm; white-space: nowrap}
.s12 {font-family: Arial, Helvetica, sans-serif; font-size:9; text-align: left; text-indent: 22mm; white-space: nowrap}



/*PROPISI CSS END*/


.bullet-inside {
    list-style-position: inside;
    padding-left: 20px;
    margin-bottom: 20px;
    list-style-type: circle;
}
.bullet-outside {
    list-style-position: outside;
    padding: 0;
    margin: 10px 0 10px 25px;
    list-style-type: circle;
}
.square {
    list-style-type: square;
}
.disc {
    list-style-type: disc;
}
.decimal {
    list-style-type: decimal;
}
.em {
    font-style: italic;
}
.elem {
    display: none;
}


.gold-text {
    color:#DABC63;
}
.dark-gold-text {
    color:#a99362;
}
.white-text {
    color: white !important;
}
.red-text {
    color:red;
}
.dark-red {
    color:#cc0000;
}
.orange {
    color:#f25818;
}
.white {
    color: white !important;
}
.bold {
    font-weight: bold;
}
.nobold {
    font-weight: normal;
}
.underline {
    text-decoration: underline;
}
.no-underline {
    text-decoration: none !important;
}
.vesti-napomena {
    border: 3px solid red !important;
    padding: 15px;
    margin: 15px 0px;
    color: black;
}
.vesti-napomena p {
    margin: unset;
}
.center {
    text-align: center
}

#propisi-la li {
    margin-bottom: 5px;
}

#propisi-la li a {
    text-transform: uppercase;
    list-style-position: inherit;
}

/*SAVETOVANJA*/

.no-border, .no-border tr, .no-border th, .no-border td {
    border: none;
}
@media (max-width:1215px) {

    .border-bottom {
        border-bottom: 1px solid #B6B6B6;
    }
    .no-border .border-bottom {
        border-bottom: 1px solid #B6B6B6;
    }
    .br-site {
        clear: none;
    }
    span .br-site {
        clear: none;
    }
    .br-mobile {
        display: none;
    }
    #content tr>td {
        padding-bottom: 1em;
        display: block;
        width: 100%
    }
    #info-seminar,
    input[type=text] {
        width: 100%
    }
    #collapse table, tr, td, th { 
        border: 1px solid #B4B4B4;
        padding:0px;
        margin:0px;
    }
    #content {
       padding: 0px;
    };
    .no-border, .no-border tr, .no-border th, .no-border td {
        border: none !important;
    }
}
.naslovpropisa1,
.podnaslovpropisa {
    color: #FFE8BF;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    display: block;
}
.podnaslovpropisa {
    font-style: italic;
    font-size: 16px;
    background-color: #000;
    margin: 0;
    padding: 5px;
    display: block;
    /*margin-bottom: -10px;*/
}


.hr-light-red { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 1px;
    height:1px;
    background: #FFBCBC;
}
.hr-black { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: 1px;
    height:1px;
    background: black;
}


.img-center {
    max-width: 100%;
    margin: 0 auto !important;
    display: block;
}
.img-left,
.img-right {
    margin: 0 20px;
    display: block;
}
.img-left {
    float: left;
}
.img-right {
    float: right;
}
.box-outside-text {
    min-height: 50%;
    display: table;
    max-width: 100%;
}
.box-inside-text {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 320px) and (max-width: 700px) {
.border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
.no-border .border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
    .mobile-break {
        clear: both;
    }

    .fs-flex {
        font-size:160%;
    }

    .vesti-slika-frame {
          width: 100%;
          height: auto;
          overflow: hidden;
          opacity: 0.5;
          margin-bottom:15px;
    };
}
.tabelanaslov h1 {
    margin-bottom:0;
}


.chckbx {
    display: inline-block;
    margin-right: 10px !important;
}
.desktop-subscribe {
    position: fixed;
    bottom: 5px;
    left: 15px;
    opacity: 0;
    width: 250px;
    z-index: 1000;
}
.desktop-subscribe.visible {
    opacity: 1;
}


.btn-subscribe {
    background-color: #fff;
    border: 2px solid #337ab7;
    font-size: 16px;
}
.btn-outline {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
}
.btn-outline:hover{
    background-color: #4CAF50;
    color: white;
}

/* Zeleno dugme */
.green-outline {
    border-color: #4CAF50;
    color: green;
}

/* Plavo dugme */
.btn-blue-outline {
    border: 2px solid black;
    background-color: #107dac;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
}
.btn-blue-outline:hover{
    background-color: #005073;
    color: white;
}


.blue-outline {
    border-color: #107dac;
    color: white;
}
.img-40px{
    width: 40px;
}
.img-200px{
    width: 200px;
}
/*Cene pravna baza BA*/

.pricingTable{
    padding: 25px 0;
    border: 1px solid #a99362;
    text-align: center;
}
.pricingTable .price-value{
    font-size: 60px;
    font-weight: 800;
    color: #0d3b66;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.pricingTable .month{
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: #0d3b66;
    letter-spacing: 2px;
    line-height: 10px;
    text-transform: uppercase;
}
.pricingTable .title{
    display: inline-block;
    padding: 15px 40px;
    margin: 0 0 20px 0;
    background: #eee;
    font-size: 20px;
    color: #a99362;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover .title{
    background: #a99362;
    color: #fff;
}
.pricingTable .title:before,
.pricingTable .title:after{
    content: "";
    border-right: 26px solid #eee;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    position: absolute;
    top: 0;
    left: -26px;
    transition: all 0.3s ease 0s;
}
.pricingTable .title:after{
    border-right: none;
    border-left: 26px solid #eee;
    left: auto;
    right: -26px;
}
.pricingTable:hover .title:before{ border-right-color: #a99362; }
.pricingTable:hover .title:after{ border-left-color: #a99362; }
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
}
.pricingTable .pricing-content li{
    font-size: 17px;
    color: #0d3b66;
    line-height: 40px;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 7px 30px;
    background: #eee;
    font-size: 17px;
    font-weight: 700;
    color: #a99362;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover .pricingTable-signup{
    background: #a99362;
    color: #fff;
}
.pricingTable .pricingTable-signup:before,
.pricingTable .pricingTable-signup:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
.pricingTable .pricingTable-signup:hover:before{
    background: rgba(255, 255, 255, 0.7);
    left: 60%;
    right: 60%;
    z-index: 1;
}
.pricingTable .pricingTable-signup:hover:after{
    background: rgba(255, 255, 255, 0.7);
    top: 60%;
    bottom: 60%;
}
@media only screen and (max-width: 990px){
.border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
.no-border .border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
    .pricingTable{ margin-bottom: 30px; }
}



/* =================  INFOBOX =================== */
.infobox {

  position: relative;
  min-height: 90px;
  border-radius: 4px;
  margin-bottom: 15px; }
.icon-wrap {
  position: relative;
  display: block;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px; }
.text-wrap {
  overflow: hidden; }


/*  ---------------  infobox rect --------------- */
.infobox-rect .icon-wrap {
  float: left;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.2); }
.infobox-rect .text-wrap {
  padding: 7px 15px; }


/*.bg-gray, .bg-red, .bg-blue {color: #fff !important;}*/
.bg-green {background-color: #edf4e7 !important;}
.bg-dark-red {background-color: #E65147 !important;}
.bg-gold {background-color:#DABC63 !important;}
.bg-blue {background-color:blue !important;}
.bg-dark-blue {background-color:#162c53 !important;}
.bg-white {background-color: white !important;}
.bg-gray {background-color:#dbdbdb !important;}
.bg-light-gray {background-color: #F1F1F1 !important;}
.bg-lightgray {background-color: #F1F1F1 !important;}
.bg-molovani {background-color: #8A084B !important;}
.bg-white {
    background-color: white;
    background: white;
}
.bg-black {
    background-color: black;
    background: black;

}
.izm_greenback {
    background-color: #71E871;
    color: black;
    padding: 1px 4px;
}
.izm_red {
    background-color: #f97979;
    color: black;
    padding: 1px 4px;
}
.bg-danger p {
  color: white;
  margin: 0;
}


/* reklama */

.btn-pricetag:hover  {
    text-decoration: none;
    color:#fff;
    background-color: #a60006;
}
.btn-pricetag:hover:before {
    border-left: 27px solid #a60006;
}
.btn-pricetag {
    display: inline-block;
  
    width: auto;
    height: 54px;
    
    background-color: #d90008;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
    border-right: 1px solid #d90008;

    /* This makes room for the triangle */
    margin-left: 0px;
    
    position: relative;
    
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 54px;

    padding: 0 20px 0 20px;

}


/* trougao */
.btn-pricetag:before {
    content: "";
    position: absolute;
    display: block;
    right: -27px;
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 27px solid #d90008;
}

/* krug */
.btn-pricetag:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    right: -12px;
    top: 24px;
}


.btn-pricetag.desktop {line-height: 27px;}


.no-border {
    border: none !important;
}

@media (min-width: 992px) { 
    #kontakt-l:after {
        position: absolute;
        right: 15px;
        top: 0;
        height: 100%;
        width: 1px;
        background: #efefef;
        content: "";
    }  
    .box-vesti {
        width: 100%;
    }
}


@media (min-width: 1200px) { 
    #kontakt-l:after {
        position: absolute;
        right: 8px;
        top: 0;
        height: 100%;
        width: 1px;
        background: #efefef;
        content: "";
    }
}



#pretplata {}

#pretplata ul {  list-style: none; }

#pretplata ul li {
    display: block;
}

#pretplata ul li span {line-height: 24px;}

#pretplata ul li .material-icons { 
    color: #a58c5e;
    line-height: 24px;
    float: left;

}

#pretplata .form-group {
    margin-bottom: 0;
}

#pretplata .form-control {
    outline: none;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    border-radius: 0px;
    margin: 0;
    padding: 24px 15px;
    box-sizing: border-box;
    font-size: 13px;
    box-shadow: none;
}

#pretplata .select2-selection--single {
   background: #f2f2f2;
   border: 0;

}

#pretplata .select2-selection__rendered {
    height: 45px;
    line-height: 45px;
    padding-left: 15px; ;
}
.select2-container--open .select2-dropdown--below {
    background: #f2f2f2;
    border: 0;
}
.select2-container--open .select2-results__option.select2-results__option--highlighted {
    background-color: #002633;
}

#pretplata .select2-results {

}

#pretplata .select2-results__options {
    background: #f2f2f2;
}

#pretplata button {
    text-transform: uppercase;
    outline: 0;
    background: #002633;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
}

#pretplata button:hover {
    background: #a58c5e;
}

#pretplata .forma-p .col{
    padding: 0px 8px;
}

#pretplata .forma-p .bottom {
    padding: 10px 0 15px 0;
}

#pretplata .forma-p .osnovica, #pretplata .forma-p .pdv {
    color: #002633;
    font-weight: 700;
}

#pretplata .forma-p .ukupno {
    color: #002633;
    font-weight: 700;
    font-size: 24px;
}

#pretplata .forma-p .price {
    font-size: 32px;
    color: #002633;
}

#pretplata .forma-p .price-dec {
    color: #002633;
}

#pretplata .kolicina {
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 50px;
    padding-right: 0;
}

#pretplata .kolicina .btn-counter {
    background-color: #002633;
    width: 20px; height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    border-radius: 2px;
    transition: 0.3s background-color ease; 
}

#pretplata .kolicina .btn-counter:hover {
    background-color: #a58c5e;
}

#pretplata .kolicina .btn-counter i {
    font-family: "Material Icons" !important;
    /*float: left;*/
    font-size: 18px;
}

#pretplata .kolicina .quantity-input {
    padding: 0 10px;
    font-weight: 700;
    font-size: 16px;
}

#pretplata .err {
    color: #002633;
    display: block;
    font-size: 13px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    text-align: left;
}




#napomena {
    border: 1px solid red;
    padding: 15px;
    margin-bottom: 25px;
}
.pull-center {
    text-align: center;
    margin: 0 auto;
}

/*.fas {font-family: "Font Awesome\ 5 Free" !important;}*/
.material-icons {font-family: 'Material Icons' !important;}
.fw-300 { font-weight: 300; }


/* ROKOVNICI */

#prirucnici-stereo .pomoc {
    border: 1px solid #f25818;
    padding: 15px; border-radius: 5px;
}

#prirucnici-stereo .prirucnik-slider {
    position: relative;
}

#prirucnici-stereo .dots-custom {
    min-height: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}

#prirucnici-stereo .slick-dots {
    position: absolute;
    left: 0; right: 0; bottom: 0px;
    margin: 0 auto;
    width: 50px;
}

@media screen and (min-width: 992px){
.border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
.no-border .border-bottom {
    border-bottom: 1px solid #B6B6B6;
}

    #prirucnici-stereo .slick-dots {
        position: absolute;
        left: 0; right: 0; bottom: -5px;
        margin: 0 auto;
        width: 50px;
    }
}

/* rokovnici */

#prirucnici-stereo .slick-dots .slick-active button{
    background: #0a2d57;
    position: relative;
}

#prirucnici-stereo .slick-arrow {
    position: absolute;
    z-index: 1000;
    color: #0a2d57;
}

#prirucnici-stereo .slick-arrow:hover {
    color: #f25818;
}

#prirucnici-stereo .slick-arrrow i {

}

#prirucnici-stereo .slick-slide {
    outline: none;
}

#prirucnici-stereo .rok-baner {
    margin: 30px 0 30px 0;
    
}

#prirucnici-stereo .rok-baner img {
    /*-webkit-box-shadow: 0px 15px 26px -14px rgba(0,0,0,0.69);
-moz-box-shadow: 0px 15px 26px -14px rgba(0,0,0,0.69);
box-shadow: 0px 15px 26px -14px rgba(0,0,0,0.69);*/
}

#prirucnici-stereo .slike .pri-preview {
    
}


#preview {
      position: absolute;
      width: 20%;
      border: 1px solid #ccc;
      background: #333;
      padding: 5px;
      display: none;
      color: #fff
    }

#preview img {
    width: 100%;
}


.polje-text {
    padding:10px;
    border:1px solid #C5C5C5;
    background-color: #EDEDED;
    margin:10px 0;
}
.polje-text p {
    margin:10px 0;
}
.dark-red-bold {
    color:#cc0000;
    font-weight:bold;
}

.black-text {
    color: #333 !important;
}

/* fontovi seminara */

.dark-gold-text {
    color:#a99362;
}
.gold-text {
    color:#DABC63;
}
.dark-gray-text {
    color:#666  !important;
}
.dark-blue-text {
    color:#162c53 !important;
    /*color:#162c53 !important;*/;
}
.dark-red-text {
    /*color:#cc0000;*/
    color:#cc0000 !important;
}
.red-text {
    color:#f44236;
}
.dark-red {
    color:#cc0000;
}
.orange-text {
    color:#f25818;
}
.gray-text {
    color:#333;
}
.d-blue-text {
    color: #092c56;
}
.red {
    color:red;
}
.white {
    color: white !important;
}
.green-text {
    color:#2BBF55;
}
.dark-green-text {
    color:#0F8F33;
}
.blue-text {
    color:#2D5F98 !important;
}



.teme-savetovanja {
    margin:3px;
    color:#2D5F98;
    font-weight: bold;
}

/* pozadina boje */

.gold-background {
    background-color:#DABC63;
    display: block;
    width: auto;
    margin: 15px 0;
    padding: 5px;
    color: #2D5F98;
}
.dark-blue-background {
    background-color:#162c53;
    display: block;
    width: auto;
    margin: 15px 0;
    padding: 5px;
    color: white;
}
.dark-red-background {
    background-color:#cc0000;
    display: block;
    width: auto;
    margin: 15px 0;
    padding: 5px;
    color: white;
}
.white-background {
    background-color: white;
    display: block;
    width: auto;
    margin: 15px 0;
    padding: 15px;
}
.gray-background {
    background-color:#e8e8e8;
    display: block;
    width: auto;
    margin: 15px 0;
    padding: 15px;
    color: #162c53;
}

#arhiva {
    background-color:#1A85BD;
    color: white;
    padding:15px;
    border:2px solid #0850D3;
    font-size:25px;
    margin-bottom: 15px;
    text-align: center;
}

#arhiva p {
    padding:0;
    margin:0;
    font-style: italic;
    font-weight: bold;
}


.strike {
    text-decoration: line-through;
    color: #666;
}
.nasl

#rokovnik-forme .form-group {
    margin-bottom: 0;
}

#rokovnik-forme .form-control {
    outline: none;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    border-radius: 0px;
    margin: 0;
    padding: 24px 15px;
    box-sizing: border-box;
    font-size: 13px;
    box-shadow: none;
}

#rokovnik-forme .err {
    color: #CC0000;
    display: block;
    font-size: 13px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

/* calc */

#rokovnik-forme .bot-2 {
    display: none;
}

#rokovnik-forme  .bottom {
    padding: 10px 0 15px 0;
}

#rokovnik-forme  .osnovica, #rokovnik-forme  .pdv {
    color: #002633;
    font-weight: 700;
}

#rokovnik-forme  .ukupno {
    color: #002633;
    font-weight: 700;
    font-size: 24px;
}

#rokovnik-forme  .price {
    font-size: 32px;
    color: #002633;
}

#rokovnik-forme  .price-dec {
    color: #002633;
}

#rokovnik-forme .kolicina {
    height: 20px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding-right: 0;
}

#rokovnik-forme .kolicina .btn-counter {
    background-color: #002633;
    width: 20px; height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    border-radius: 2px;
    transition: 0.3s background-color ease; 
}

#rokovnik-forme .kolicina .btn-counter:hover {
    background-color: #a58c5e;
}

#rokovnik-forme .kolicina .btn-counter i {
    font-family: "Material Icons" !important;
    /*float: left;*/
    font-size: 18px;
}

#rokovnik-forme .kolicina .quantity-input {
    padding: 0 10px;
    font-weight: 700;
    font-size: 16px;
}

#rokovnik-forme label{
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#rokovnik-forme label:hover {
    /*color: #282828;*/
    display: inline-block;
}

#rokovnik-forme input[type="radio"]{
    position: absolute;
    right: 9000px;
}

#rokovnik-forme input[type="radio"] + .label-text:before{
    content: "";
    background: transparent;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 16px;
    -webkit-font-smoothing:antialiased;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    width: 0px; height: 0px;
    border-radius: 4px;
}

#rokovnik-forme input[type="radio"]:checked + .label-text:before{
    content: "✔";
    color: #fff;
    animation: effect 250ms ease-in;
    width: 16px; height: 16px;
}

#rokovnik-forme input[type="radio"]:disabled + .label-text{
    color: #aaa;
}

#rokovnik-forme input[type="radio"]:disabled + .label-text:before{
    content: "\f0c8";
    color: #ccc;
}

#checkRok .form-check {
    background-color: #a58c5e;
    padding: 15px 0;
    border-radius: 2px;
    text-align: center;
    margin-top: 10px;
}

#checkRok .form-check:hover {
    background-color: #efefef;
    transition: all 0.3s ease;
}

#checkRok .form-check:hover label {
    color: #282828;
    transition: all 0.3s ease;
}

#checkRok .form-check:hover input[type="radio"] + .label-text:before {
    color: #282828;
    transition: all 0.3s ease;
}

#checkRok .form-check:hover input[type="radio"]:checked + .label-text:before {
    color: #282828;
    transition: all 0.3s ease;
}

#izdanja .rok-screen, #izdanja .info-slika img {
    border: 1px solid #efefef;
}

#izdanja .btn-primary { 
    background: #092c56;
    border: 0;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 300;
}


#izdanja .btn-primary:hover { background: #103f77; text-decoration: none; }

#izdanja .prirucnik-desc {
    font-size: 14px;
    margin-top: 30px;
}

#izdanja .naslov-narucivanja {
    text-align: left;
    color: #a58c5e;
}

#izdanja .half-desc {
    margin-top: 15px;
}

#izdanja .book-price {
    color: #282828;
    display: inline-block;
    /*padding: 10px 20px;*/
    /*margin-top: 10px;*/
    font-size: 24px;
}

#izdanja .prirucnik-sadrzaj li{
    list-style: none;
    position: relative;
    margin-top: 10px;
}

#izdanja .prirucnik-sadrzaj li:after {
    content: "✔"; 
    position: absolute; left: -15px; top: 0;
    color: #a58c5e;
}


#izdanja .buy_article_p {
    text-align: center;
}

#izdanja .buy_article {
    background: #092c56;
    color: #fff;
    padding: 10px 15px;
    margin-top: 0px;
    font-size: 16px;
}

#izdanja .buy_article:hover {
    background: #103f77;
    color: #fff;
}

#izdanja .buy_article i {
    margin-right: 5px;
}

#izdanja .red-color {
    color: #E52E2E;
}

#izdanja .gold-color {
    color: #a99362;
}


#izdanja .slick-slide .info-slika img {
    margin: 0px auto;
    display: block;
}
.izdanja-col {
    border-top: 1px solid #a58c5e;
    text-align: center;
    padding-top: 15px;
}
.izdanja .izdanja-img {
    border: 1px solid #efefef;
    border-right: 0;
}
.izdanja .izdanja-info {
    position: relative;
    border: 1px solid #efefef;
}
.izdanja .izdanja-naslov {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}
.izdanja .izdanja-datum {
    text-align: center;
}
.izdanja .izdanja-cijena {
    text-align: center;
    margin-bottom: 30px;
}
.izdanja .izdanja-btn {
    background: #a58c5e;
    color: #fff;
    display: inline-block;
    margin: 60px 0; 
    padding: 10px 15px;
    min-width: 240px;
    text-align: center;
}

@media screen and (min-width: 992px) {
.border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
.no-border .border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
    #izdanja .prirucnik-desc {
        margin-top: 0;
        text-align: left;
    }

    .izdanja .izdanja-img {
        height: 380px;
    }

    .izdanja .izdanja-info {
        border: 1px solid #efefef;
        height: 380px;
    }

    #checkRok p { text-align: center; }

    #checkRok .form-check { margin-top: 0px; }
    
    #izdanja .info-plus {
        text-align: center;
    }

    #slike { float: right; }

    #izdanja .buy_article_p {
        text-align: left;
    }

    #prirucnici-stereo .slick-prev {
        top: 85px;
        right: calc(100% - 120px);
    }

    #prirucnici-stereo .slick-next {
        top: 85px;
        right: 0; 
    }

    #izdanja .slick-slide .info-slika img {
        margin: 60px auto 0 auto;
        display: block;
    }
}




.btn-blue {
    text-transform: uppercase;
    outline: 0;
    background: #002633;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
}
.btn-blue:hover {
    background: #a58c5e;
}
.btn-gold {
    text-transform: uppercase;
    outline: 0;
    background: #a99362;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
}
.btn-gold:hover {
    background: #002633;
}
.btn-gold2 {
    color: white;
    background: #337ab7;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.btn-gold2:hover {
    color: white;
    background: #BDA46B;
}


.something-semantic {
  display: table;
  width: 100%;
}


.something-else-semantic {
  display: table-cell;
  vertical-align: middle;
}

/* Propisi reklama center i mobile*/

.center-box-ad {
    width: 320px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100000;
    transform: translateY(100%);
}
.center-box-ad.disable {
    transform: translateY(100%) !important;
    transition: all 0.3s ease;
}
.center-box-ad.active {
    transform: translateY(0%) !important;
    transition: all 0.3s ease;
}

/* close dugme za reklame */

.close-ad {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fff;
    padding: 5px 7px;
    text-align: center;
    color: #272727;
    font-weight: 700;
}



.remove {
    background-color: #cc0000;
    color: #fff;
    height: 30px;
    margin: 5px 0 5px 0 !important;
    border-radius: 2px;
    display: block;
    float: right;
}

/* close dugme za isp-besplatno-reklama*/

.close-desktop-pb, .close-mobile-pb {
    position: absolute;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding-left: 5px; 
    padding-right: 5px;
    display: inline-block;
    -webkit-box-shadow: -19px 18px 19px -17px rgba(0,0,0,0.51);
    -moz-box-shadow: -19px 18px 19px -17px rgba(0,0,0,0.51);
    box-shadow: -19px 18px 19px -17px rgba(0,0,0,0.51);
}


.close-mobile-pb {
    right: 10px; top: 5px;
}
.close-desktop-pb {
    right: -30px;
}


/* bullet youtube */
.bullet-youtube li {
    list-style-position: outside;
    padding: 0;
    margin: 15px 0 15px -5px;
    list-style-type: none;
}
.bullet-youtube li:before {
    content: " ";
    background-image: url("../video-savetovanja/img/icon-yt.png");
    background-repeat: no-repeat;
    padding-right: 20px;
}
.bullet-youtube {
    list-style-position: outside;
    padding: 0;
    margin: 15px 0 15px 15px;
    /*list-style-type: auto;*/
}

/* bullet dash */
.bullet-dash {
    list-style-position: outside;
    padding: 0;
    margin: 15px 0 15px 15px;
    list-style-type: none;
    text-indent: -10px;
}
.bullet-dash li {
    margin: 5px 0;
}
.bullet-dash li:before {
    content: "-";
    background-repeat: no-repeat;
    padding-right: 5px;
}
.ti-5 {
    text-indent: -5px;
}
.ti-10 {
    text-indent: -10px;
}
.ti-15 {
    text-indent: -15px;
}
.ti-20 {
    text-indent: -20px;
}
.ti10 {
    text-indent: -10px;
}
.ti-10 {
    text-indent: -10px;
}


.border {
    border: 1px solid #E3E3E3;
    padding: 15px;
    margin:2px;
}
.border-box {
    box-sizing: border-box;
}
.border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
.no-border .border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
.border p {
    margin:2px;
    line-height: 17px;
}
.border-black {
    border: 1px solid black !important;
    padding: 10px;
    margin: 15px 0;
}
.border-darkgray {
    border: 1px solid darkgray !important;
}
.border-black .rwd-table tr td {
    border: none !important;
}
.border-black tr td {
    border: 1px solid black !important;
    padding: 5px;
}
.border-gray tr td {
    border: 1px solid #CCCCCC !important;
    padding: 5px;
}
.border-top {
    border-top: 2px solid black !important;
}
/*.border-bottom {
    border-bottom: 2px solid black !important;
}*/
.border-right {
    border-right: 2px solid #d3d3d3 !important;
}
.border-left {
    padding: 10px;
    border-left: 5px solid #6CBFFF !important;
    background-color: #DFEFFC;
}

.border-orange {
    border-color: orange;
}
.width-45 {
    width: 45% !important;
}

#propisi-la li .tt-normal {
    text-transform: none !important;
}
.alert-info-dizajn{
    color: black;
    background-color: #d7e3f7;
    border-top: 10px solid #a99362;
}
.uvuceni {
    text-indent: -1.2em;
    padding-left: 30px;
}





/*Pravna baza*/


@media (max-width: 575.98px) {
.border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
.no-border .border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
	.img-mobile-h {
		width: 95%;
	}
	.img-mobile {
		width: 75%;
	}
    #vreme-tel-konsultacija {
        display: block;
        margin-top: 30px;
    }

    .hide-br-small {
        display: none;
    }
    .box-vesti {
        float:left;
        width: 100% !important;
    }
    .text-center-mobile {
        text-align: center !important;
    }
    .vest-naslov h1 {
    	font-size: 4vw
    }
    .vest-naslov h4 {
    	font-size: 2.9vw
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
.border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
.no-border .border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
	.img-mobile-h {
		width: 95%;
	}
	.img-mobile {
		width: 75%;
	}
    #vreme-tel-konsultacija {
        display: block;
        margin-top: 30px;
    }

    .hide-br-small {
        display: none;
    }
    .box-vesti {
        float:left;
        width: 100% !important;
    }
    .text-center-mobile {
        text-align: center !important;
    }
    .vest-naslov h1 {
    	font-size: 4vw
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
.border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
.no-border .border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
	.img-mobile-h {
		width: 75%;
	}
	.img-mobile {
		width: 75%;
	}
    #pravna-baza .sss{
        display: none !important;
    }

    #vreme-tel-konsultacija {
        display: block;
        margin-top: 30px;
    }

    .hide-br-small {
        display: none;
    }
    .box-vesti {
        float:left;
        width: 100% !important;
    }
    .text-center-mobile {
        text-align: center !important;
    }
    .vest-naslov h1 {
    	font-size: 4vw
    }

}


@media (min-width: 992px) and (max-width: 1199.98px) {
.border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
.no-border .border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
	.img-mobile-h {
		width: 45%;
	}
	.img-mobile {
		width: 75%;
	}
    #vreme-tel-konsultacija {
        display: block;
        margin-top: 100px;
    }

    .tel-up {
        margin-top: 30px !important;
        display: block;
    }
    .box-vesti {
        float:left;
        width: 100% !important;
    }
}


@media (min-width: 1200px) {
.border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
.no-border .border-bottom {
    border-bottom: 1px solid #B6B6B6;
}
	.img-mobile {
		width: 75%;
	}
	.img-mobile-h {
		width: 45%;
	}
    #vreme-tel-konsultacija {
        display: block;
        margin-top: 100px;
    }

    .tel-up {
        margin-top: 30px !important;
        display: block;
    }
}

@media screen and (min-width: 1215px) {
    .br-site {
        clear: all;
    }
    .br-mobile {
        display: none;
    }
}
.kanc-pozadina {
    background-color: #2b5ba3;
}
.dropdown-menu > li.kanc-pozadina:hover {
    background-color: #19478B !important;
}
.w-40{
    width: 40px;
}
.kanc-pozadina .w-40{
    width: 40px !important;
}

#tabela-pozadina {
    width: 98%;
    background: blue;
    float: left;
    padding: 2px;
    margin: 10px 0;
    text-align: center;
}
.sm, .sm>.tabela-naslov {
    background-color: #006666 !important;
}
.sm, .sm>.tabela-podnaslov {
    background-color: #006666 !important;
}
.sm .tabela-komentar {
    font-size: 14px !important;
}
.sp, .sp>.tabela-naslov {
    background-color: #006600 !important;
}
.sp, .sp>.tabela-podnaslov {
    background-color: #006600 !important;
}
.sp .tabela-komentar {
    font-size: 14px !important;
}
.kp, .kp>.tabela-naslov {
    background-color: #A41E1C !important;
}
.tabela-naslov a {
    color: #ffe7bf !important;
}
.kp, .kp>.tabela-podnaslov {
    background-color: #A41E1C !important;
}
.kp .tabela-komentar {
    font-size: 14px !important;
}

#tabela-pozadina .tabela-komentar {
    padding: 5px 0 5px 0;
    width: 100%;
    background: black;
    color: white;
    font-style: italic;
    font-size: 19px;
    font-weight: bold;
    margin: 0 auto;
}
#tabela-pozadina .tabela-naslov {
    margin: 15px;
    text-align: center;
    background: blue;
    color: #ffe7bf;
    font-weight: bold;
    font-size: 22px;
}
#tabela-pozadina .tabela-podnaslov {
    margin: 15px;
    text-align: center;
    background: blue;
    color: white;
    font-weight: bold;
    font-size: 18px;
}
.dropdown-menu .divider {
    margin: 0 !important;
}

@media (min-width: 991px){
    .modal-dialog {
        width: 600px !important;
        margin: 30px auto !important;
    };
}
.rokovnik-nav {
    display: none !important;
}
.pdf {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 104px;
    background-size: cover;
    background-image: url(../img/icon-pdf.png);
}
.pdf-satnica {
    margin-right: 0;
    width: 50px;
    height: 65px;
    background-size: cover;
    background-image: url(../img/icon-pdf.png);
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
.col-center {
    float: none !important;
    margin: 0 auto !important;
}

.box-vesti {
    width: 48%;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 10px;
    float: left;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}
.box-img img {
    min-height: 120px;
    width: 30%;
    float: left;
    margin: 0;
    padding: 0;
}
.box-text {
    width: 70%;
    float: right;
    margin: 0;
    padding-left: 5px;
}
.box-title {
    font-size: 15px;
    margin: 0
}
.mjesto {
    width: 100%;
    border: 1px solid #E1E1E1;
    background-color: #F9F9F9;
    font-size: 12px;
    text-align: right;
    color:#979797;
    padding: 1px 5px; 
}
.underline{
	text-decoration: underline;
}