.faq-o {
    max-height: 300px;
    overflow: auto;
}

.news-list .imgbox img {
    width: 100% !important;
}

.navbar-default .navbar-nav > li > a {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.list-quick.list-language a {
    min-height: 5px;
}

.list-photos > li a {
    background-size: cover !important;
}

.language {
    width: 100%;
    height: auto;
}



.org > div.inner > ul > li > div:not(.node-plus) {
    background-color: rgba(0,0,0,0.1);
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 2px;
    opacity: 1;
    transition: all 0.2s linear 0s;
    line-height: 21px;
}

.org > div.inner > ul > li > div > a {
    font-size: 1em;
}

    .org > div.inner > ul > li > div > a:hover {
        color: #337ab7 !important;
    }

.org > div.inner > ul > li > div > p {
    font-weight: lighter;
    margin-bottom: 10px;
}

.body > ul > li {
    font-size: 15px;
}

.img-orchart > .org > div > ul > li {
    background-color: rgba(0, 0, 0, 0.1);
}

.img-left {
    float: left;
    margin-left: 10px;
    margin-right: 30px;
}

@media print {

    .subnav {
        display: none;
    }

    .header {
        display: none;
    }

    .footer {
        display: none;
    }

    .side {
        display: none;
    }

    .head {
        display: none;
    }

    .no-print, .no-print *
    {
        display: none !important;
    }

    a[href]:after {
       content: none !important;
   }

    .img-note > img{
        display: block; 
        width: 285px; 
        height: 143px;

    }
}

.list-links > li span,
.article .list-links > li span {
    margin: 0;
    line-height: 1.35em;
    display: block;
}

.list-links.colored a {
	color: #4EC1E9;
}

/* Language selection css   START*/
.footer-pristupna {
    margin-top: 87px;
    min-height: 100px;
    max-width: 1040px;
    margin: 87px auto auto auto;
}
/* Pristupna stranica css  */
.pristupna {
    background-color: #2f3e51;
    overflow: hidden;
    position: relative;
}

    .pristupna:before {
        background-image: url("../img/pristupna2.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        /*content: ' ';*/
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.10;
        background-position: 50% 0;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        margin-left: -15px;
    }

    .pristupna:after {
        background-color: #2f3e51;
        width: 100%;
        height: 25px;
    }

.pristupnaBackground:before {
    background-image: url("../img/pristupna.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pristupnaNaslovSlika {
    margin: 5% 20% 5% 20%;
}

@media screen and (max-width: 480px) {
    .pristupnaNaslovSlika {
        margin: 5% 10% 5% 10%;
    }
}

@media only screen and (min-width: 481px) and (max-width:991px) {
    .pristupnaNaslovSlika {
        margin: 5% 15% 5% 15%;
    }
}

.footerSignature {
    text-align: center;
    width: 100%;
    opacity: 0.65;
    color: white;
    font-family: OpenSans;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 15px;
}

.footer-image {
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.footer-menu {
    padding-top: 74px;
    padding-bottom: 57px;
}

.footer-menu-item {
    max-width: 206px;
    min-width: 84px;
    margin-left: 24px;
    margin-right: 24px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .footer-menu-item {
        max-width: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-menu-item {
        max-width: 325px;
        margin-left: 34px;
        margin-right: 34px;
    }

        .footer-menu-item:nth-child(2n + 1) {
            clear: left;
            margin-left: 45px !important;
        }

        .footer-menu-item:nth-child(n + 3) {
            margin-top: 20px;
        }
}

@media (min-width: 800px) and (max-width: 991px) {
    .footer-menu-item {
        margin-left: 45px;
        margin-right: 45px;
    }
}

@media (min-width: 850px) and (max-width: 991px) {
    .footer-menu-item {
        max-width: 350px;
    }
}

@media (min-width: 900px) and (max-width: 991px) {
    .footer-menu-item {
        max-width: 375px;
    }
}

@media (min-width: 930px) and (max-width: 991px) {
    .footer-menu-item:nth-child(2n + 1) {
        clear: left;
        margin-left: 60px !important;
    }

    .footer-menu-item {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .footer-menu-item {
        max-width: 100%;
        margin-left: 45px !important;
        margin-right: 45px !important;
        margin-top: 20px;
    }
}

.footer-menu-item:first-child {
    margin-left: 45px;
}

.footer-menu-item ul {
    list-style: none;
    padding: 0;
}

.footer-menu-item li {
    opacity: 0.65;
    color: white;
    font-family: OpenSans;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 2px;
}

    .footer-menu-item li a {
        opacity: 0.65;
        color: white;
        font-family: OpenSans;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
    }

    .footer-menu-item li hr {
        width: 28px;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

.footer-menu-headline {
    opacity: 0.65;
    color: white;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.followUs {
    text-align: center;
    width: 100%;
    opacity: 0.65;
    color: white;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

    .followUs img {
        display: inline-block;
        margin-left: -8px;
        margin-right: -8px;
    }

.linija {
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    margin-right: 5%;
    margin-left: 5%;
}

.upperLine {
    margin-top: 75px;
    margin-bottom: 50px;
}

.bottomLine {
    margin-bottom: 150px;
    margin-top: 30px;
}

.pristupna .pristupnaJezik {
    opacity: 0.8;
    color: white;
    font-family: HelveticaNeue;
    font-size: 43px;
    font-weight: 400;
    line-height: 51px;
    text-align: center;
    margin-top: 10px;
}

.pristupnaJezik:first-child {
    margin-top: 20px;
}

.pristupnaJezik a {
    text-decoration: none;
    opacity: 0.48;
    color: white;
    display: inline-block;
}

    .pristupnaJezik a:hover {
        text-decoration: none;
        opacity: 1;
        color: white;
        font-family: HelveticaNeue;
        font-size: 49px;
        font-weight: 400;
        line-height: 59px;
    }

.pristupnaOdabirJezika {
    margin-left: 30%;
    margin-right: 30%;
    width: 40%;
}

    .pristupnaOdabirJezika .row {
        min-height: 80px;
    }

.pristupnaOdabirJezikaOpcije {
}

.linijaJezik {
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    width: 15%;
    margin-left: 5%;
    margin-right: 5%;
    vertical-align: middle;
    display: none;
}

@media screen and (max-width: 1200px) {
    .linijaJezik {
        width: 10%;
    }
}

.display-block {
    display: inline-block;
}

.right {
    float: right;
}
/* Language selection css  END*/
.list-locations li {
    cursor: pointer;
}

#searchBtn {
    padding: 9px;
}

.reports {
    width: 100% !important;
}

.noContent:before {
    display: none;
}

.reports .body .table-responsive table {
    display: block;
    max-height: 800px;
}

.table-fixed thead {
    width: 97%;
}

.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }

.reducedFont {
    font-size: 0.75em !important;
}

#TableContent > .table-responsive {
    max-height: 800px;
}

.novcanice-flash {
    height: 600px;
    width: 600px;
}

.statistika-lista > li {
    list-style-type: none;
}

    .statistika-lista > li:before {
        content: "-  ";
    }

.bottom-lang {
    margin-bottom: 125px;
}

.body {
    text-align: justify;
}

@media (min-width: 991px) {
    .newsbox .newsbody .list-news > li p:not(.date) {
        font-size: 1.0em;
    }
}

@media (max-width: 991px) {
    .newsbox .newsbody .list-news > li p:not(.date) {
        font-size: 0.9em;
    }

    .table-money img {
        height: 200px;
        width: 200px;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .newsbox .newsbody .list-news > li p:not(.date) {
        font-size: 0.75em;
    }

    .table-money img {
        height: 130px;
        width: 130px;
    }
}

#TableContent > div > table > thead {
    background-color: rgba(76,191,233,0.2) !important;
}

.article .body .img-note .label {
    bottom: -55px;
}

.table-money > tbody > tr > td {
    vertical-align: top;
}

.table-money img {
    height: 270px;
    width: 270px;
}

.zastitna-obiljezja-table {
    text-align: center;
}
.zastitna-obiljezja-table > tbody > tr > td > a:not(:first-child) {
    margin-left: 5%;
}
.no-border {
    border: 0px none;
}

/*Spinner*/


#ballsWaveG{
	position:relative;
	width:125px;
	height:29px;
	margin:auto;
}

.ballsWaveG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:16px;
	height:16px;
	animation-name:ballsWaveG;
		-o-animation-name:ballsWaveG;
		-ms-animation-name:ballsWaveG;
		-webkit-animation-name:ballsWaveG;
		-moz-animation-name:ballsWaveG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	border-radius:8px;
		-o-border-radius:8px;
		-ms-border-radius:8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
}

#ballsWaveG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#ballsWaveG_2{
	left:16px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#ballsWaveG_3{
	left:31px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#ballsWaveG_4{
	left:47px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#ballsWaveG_5{
	left:62px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#ballsWaveG_6{
	left:78px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#ballsWaveG_7{
	left:94px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#ballsWaveG_8{
	left:109px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes ballsWaveG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes ballsWaveG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes ballsWaveG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes ballsWaveG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes ballsWaveG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

/*END SPINNER*/


/* POLL */

.bottom-box {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    padding: 15px 0px;
    background-color: #fff;
    z-index: 9999;
    transition: all 1s ease-in-out;
}

.bottom-box.toggled {
    bottom: 0;
    transition: all 1s ease-in-out;
}

.vote-error {
    color: #ff0000;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: 1.175rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.news-icon-holder{
    display:block;
    position:relative;
    height:40px;
    width:40px;
    margin-right:17px;
    float:left;
}

.imgbox.with-icon{
    position:relative;    
}

/*.with-icon .fade-item{
    position:absolute;
    top:0;
    left:0;
    right:0;
    background-image:linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.4), transparent, transparent);
    height:60px;
}*/

.news-icon-holder.first{
    display:block;
    position:absolute;
    top:10px;
    left:10px;
    margin:0;
    float:unset;
    background-color:#fff;
    border-radius:100%;
}

.news-icon-holder .icon{
    position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.news-icon-holder.first .icon{
    position:absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    border-radius:100%;
}

.news-icon-holder .video-icon{
    background-image:url(../img/video-icon.png);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

.news-icon-holder .interview-icon{
    background-image:url(../img/interview-icon.png);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

.news-icon-holder .news-icon{
    background-image:url(../img/news-icon.png);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

.news-icon-holder .portal-icon{
    background-image:url(../img/portal-icon.png);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

.news-icon-holder .radio-icon{
    background-image:url(../img/radio-icon.png);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

.news-icon-holder .tele-icon{
    background-image:url(../img/tele-icon.png);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

.header .date{
    margin-bottom:0 !important;
    font-size:.8em !important;
    color:#777 !important;
    opacity:1 !important;
}