/*
	Theme Name: BIRN tmpl
	Theme URI: http://birn.rs
	Description: HTML Template
	Version: 1.0.1
	Author: Marko Milic - MWEB.RS
	Tags: BIRN

	
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}

body {
    font: 300 11px/1.4 Helvetica, Arial, sans-serif;
    color: #444;
    background-color: #F8F7F7;
}


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}

article a {
    color: #186bac;
}

a:hover {
    color: #444;
}

article a:hover {
    color: #186bac;
    text-decoration: underline;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* Fonts */

@font-face {
  font-family: "Consolas";
  src: url("/fonts/consolas.woff2") format("woff2"),
  url("/src/fonts/consolas.woff") format("woff");
  font-style: normal;
}

/* wrapper */

.wrapper {
    max-width: 960px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.wrapper-head {
    max-width: 960px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    margin-top: 42px;
    font-family: 'PT Sans', sans-serif;
}

.wrapper-footer {
    max-width: 960px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    margin-top: 42px;
    font-family: 'PT Sans', sans-serif;
}

.sidebar-responsive {
    display: none;
}


/* main */

main {
    display: table;
    padding-left: 30px;
    width: 70.2%;
}


/* page */


/* .page main {
	width: 70.4%;
} */


/*Plugin colapse o matic */

.oblasti-delovanja-tmpl span.colomat-close {
    position: absolute!important;
    background-image: url(images/arrow-up.png);
    bottom: 0!important;
}

.collapseomatic {
    color: #186bac !important;
}

.collapseomatic_content {
    margin-left: 0 !important;
}

.oblasti-delovanja-tmpl article {
    position: relative;
    padding-bottom: 30px;
}


/* Close Colaps o Matic */

.intro_text {
    font-size: 18px;
    line-height: 24px;
    color: #5A656E;
    ;
    display: table;
    margin-bottom: 25px;
    font-family: 'PT Serif', serif;
}

.hupso_facebook {
    margin-top: -2px;
}


/*------------------------------------*\
	Meamenu
\*------------------------------------*/


/* hide the link until viewport size is reached */

a.meanmenu-reveal {
    display: none;
}


/* when under viewport size, .mean-container is added to body */

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: none;
    padding: 0;
    top: 48px;
    height: 0;
    z-index: 999999;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1.5em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2em;
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}


/* Fix for box sizing on Foundation Framework etc. */

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.hupso-share-buttons {
    display: table;
    padding: 10px 0;
}


/*------------------------------------*\
	Tabs
\*------------------------------------*/

.marginbot {
    margin-bottom: 15px;
}

ul.list li {
    list-style-type: none;
    margin-left: 20px;
}

ul.tabs {
    padding-left: 0px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #43b0ce;
}

ul.tabs li {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    height: 60px;
    list-style-type: none;
    display: block;
    float: left;
    color: #333;
    padding: 10px 30px 0 30px;
    margin-right: 2px;
    background-color: #fff;
    cursor: pointer;
}

ul.tabs li:hover {
    background-color: #fff;
    color: #43B0CE;
}

ul.tabs li.current {
    border-bottom: 2px solid #43b0ce;
    background-color: #43b0ce;
    color: #fff;
}

li#tab3 {
    padding-top: 10px;
}

.left h1 {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 20px;
}

.left li#tab1,
.left li#tab2,
.left li#tab3,
.left li#tab4 {
    padding-top: 10px;
}

.tabscontent {
    padding: 8px 0 0 0;
    display: none;
    width: 100%;
    text-align: justify;
}

ul.pad-fix li {
    padding: 20px 18px 0 18px;
}

-->
/* single */

.single main {
    width: 69.4%;
}

.vest .attachment-post-thumbnail {
    /* max-width: 395px; */
    max-width: 594px;
}


/* AKTUELNI PROJEKTI */

main .aktuelno article {
    float: left;
    display: table;
    max-width: 292px;
    height: 288px;
    margin-left: 20px;
}

main .aktuelno article:nth-child(2n+2) {
    clear: both;
}

main .aktuelno article h2 a,
main .novosti article h2 a,
.novosti_lista article h2 a {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: 100;
    color: #4f5c66;
    line-height: 22px;
}

main .aktuelno article h2 a:hover,
main .novosti article h2 a:hover,
main .lead_news h2 a:hover,
.novosti_lista article h2 a:hover {
    color: #186bac;
}

main .aktuelno .head_title,
main .novosti .head_title,
.novosti_lista .head_title {
    margin-bottom: 30px;
}


/* NOVOSTI */

main .novosti article {
    float: left;
    display: table;
    max-width: 188px;
    margin-left: 20px;
}

main .lead_news,
main .news_item {
    float: left;
    display: table;
    max-width: 100%;
    width: 100%;
}

main .lead_news article {
    float: left;
    display: table;
    width: 100%;
    max-width: 100%;
    padding: 10px 20px 20px 20px;
    margin: 0;
}

main .lead_news article img,
.novosti_lista article img {
    float: left;
    padding-right: 20px;
}

main .lead_news h2,
.novosti_lista h2 {
    margin: 0;
}

main .lead_news h2 a,
.novosti_lista h2 a {
    font-size: 22px !important;
    margin: 0 !important;
    line-height: 22px;
}

main .lead_news p,
.novosti_lista p {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    font-weight: 100;
    color: #5A656E;
    ;
    display: table;
}

.novosti_lista article {
    margin: 20px;
    display: table;
    clear: both;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    width: 93%;
}

.novosti_lista span.date {
    text-transform: uppercase;
    color: #5A656E;
    ;
    margin: 0 0 10px 0;
    display: table;
    font-size: 12px;
}

.post_thumb_novosti {
    float: left;
}


/*TABS */

.etabs {
    margin: 0;
    padding: 0;
}

.tab {
    display: inline-block;
    *display: inline;
}

.tab a {
    font-size: 14px;
    line-height: 2em;
    display: block;
    margin-right: 20px;
    outline: none;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.tab a:hover {
    border-bottom: 1px solid #186BAC;
    color: #186BAC;
}

.tab.active {
    position: relative;
    border-color: #666;
}

.tab a.active {
    color: #186BAC;
}

.tab-container .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
}

.tab-container {
    padding: 0 20px 20px 20px;
    margin-top: -15px;
    display: table;
}

.tab-container ul {
    padding: 10px 0 0 0;
    margin: 0;
}

#aktuelni ul li,
#realizovani ul li {
    padding: 5px 0;
    margin-left: 15px;
    color: #186BAC
}

#aktuelni ul li a,
#realizovani ul li a {
    font-size: 15px;
    line-height: 21px;
}

#aktuelni ul li a:hover,
#realizovani ul li a:hover {
    color: #186BAC;
}


/* SINGLE */

.vest section,
section {
    width: 395px;
    padding-left: 20px;
    font-family: 'PT Sans', sans-serif;
    float: left;
    display: table;
    font-size: 15px;
    line-height: 22px;
}

.vest .single_side,
.single_side {
    float: right;
    display: table;
    padding: 0 21px;
    width: 209px;
}

.vest .single_side:after {
    clear: both;
}

.vest section h1,
section h1 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 100;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 22px;
    color: #4f5c66;
}

.vest span.date,
span.date {
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    color: #4f5c66;
    margin: 10px 0;
    display: table;
    font-size: 12px;
}

.vest span.uvodni-tekst,
span.uvodni-tekst {
    width: 100%;
    color: #4f5c66;
    margin: 10px 0;
    display: table;
    font-size: 18px;
    font-weight: 100;
    font-family: 'PT Serif', serif;
}

.vest .uvodni-tekst,
.uvodni-tekst {
    color: #4f5c66;
    margin: 10px 0;
    display: table;
    font-size: 18px;
    font-weight: 100;
    font-family: 'PT Serif', serif;
}

.uvodni-tekst h4 {
    font-size: 16px !important;
}

.vest section p,
.vest section,
section p,
{
    font-size: 15px;
    line-height: 22px;
    color: #5A656E;
    ;
}

section article p,
section article {
    font-family: Arial, Helvetica, sans-serif;
}

section article p iframe,
section article iframe {
    max-width: 100%;
    ;
}

.single_side h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #186bac;
    font-family: 'PT Sans', sans-serif;
    font-weight: 100;
    display: table;
    border-bottom: 1px solid #186bac;
}

.single_side ul {
    margin: 0;
    padding-left: 0;
    max-width: 186px;
    list-style: none;
}

.single_side ul li {
    font-family: 'PT Sans', serif;
    max-width: 186px;
    color: #186bac;
    padding-bottom: 0px;
    padding-left: 1em;
    text-indent: -.7em;
    font-size: 15px;
    color: #4f5c66;
}

.single_side li:before {
    content: "• ";
    color: #186bac;
    /* or whatever color you prefer */
    left: -4px;
    position: relative;
}

.single_side ul li a {
    font-family: 'PT Sans', serif;
    font-size: 15px;
    line-height: 22px;
    color: #4f5c66;
}

.single_side ul li a:hover {
    color: #186bac;
    text-decoration: underline;
}

.single_side .freebox {
    background-color: #FFF3D0;
    max-width: 200px;
    padding: 10px;
    font-size: 15px;
    line-height: 22px;
    color: #4f5c66;
    font-family: 'PT Sans', sans-serif;
}

.single_side .freebox p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    color: #4f5c66;
    font-family: 'PT Sans', sans-serif;
}

.breadcrumbs {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #4f5c66;
    font-family: 'PT Sans', sans-serif;
    font-weight: 100;
    /* padding: 0 0 13px 0; */
}

.single .breadcrumbs {
    padding: 14px 0 13px 20px;
}

.head_title .social {
    float: right;
    display: table;
    padding: 15px 15px 0 0;
}

.pom-default {
    width: 14px;
    height: 12px;
}

label.entypo-export:before {
    font-family: FontAwesome !important;
    content: "\f1e0" !important;
}


/* HEADER */

.header {
    margin-bottom: 10px;
}

.header .head-line {
    height: 61px;
    background-color: #186BAC;
    border-bottom: 2px solid #FFC414;
}


/* logo */

.logo {
    float: left;
}

.logo-img {
    margin-top: -42px;
}


/* nav */

header .nav {}

header .nav ul {
    list-style: none;
    float: left;
    margin: 20px 0 20px 0px;
}

header .nav ul li ul {
    margin: 20px 0 20px 0px;
    border-bottom: 2px solid #FFC414;
    padding-bottom: 20px;
}

header .nav ul li ul a {
    text-transform: inherit;
}

header .nav ul li {
    float: left;
    text-transform: uppercase;
    color: #ffc414;
    font-weight: 100;
    font-size: 15px;
    position: relative;
    margin-right: 27px;
}

header .nav ul li a {
    color: #fff;
    font-weight: 700;
    padding-bottom: 25px;
}

header .nav ul li:last-child,
header .nav ul li:nth-child(6) {
    padding-right: 0;
    margin-right: 0;
}

header .nav ul li:last-child a {
    padding-right: 0;
    margin-right: 0;
}

header .nav ul li a:hover {
    color: #ffc414;
}

header .nav ul li.current-menu-item a,
header .nav ul li.current-post-parent a,
header .nav ul li.current-menu-ancestor a {
    color: #ffc414;
}

header .nav ul li ul li.menu-item a {
    color: #fff;
}

header .nav ul li ul li.menu-item a:hover,
header .nav ul li ul li.current-menu-item a {
    color: #ffc414;
}

header li#menu-item-1142 ul {
    display: none;
}

header .kazitrazi {
    float: left;
    padding: 15px 0 0 20px;
}

header .kazitrazi-link {
    display: none;
}

.nav ul li ul {
    display: none;
    width: 250px;
    background-color: #186BAC;
    margin-top: 20px;
    position: absolute;
    left: 0;
    top: 19px;
    z-index: 9;
    padding: 0;
}

.nav ul li ul li {
    margin-right: 0;
    padding-left: 20px;
    clear: both;
    text-transform: none;
}

.nav ul li ul li a {
    font-size: 15px;
    font-weight: 100;
}

.nav .lead a {
    font-size: 22px;
    font-weight: 100;
}

.nav .strelica {
    cursor: default;
}

.nav .lead a:hover {
    cursor: default;
    color: #fff;
}

.nav .second-lead {
    cursor: default;
    display: table;
    padding-top: 20px;
}

.nav ul li:hover ul {
    display: table;
}

.nav ul li ul li ul {
    margin: 0;
    padding: 0;
}

.sidebar .side_cont ul li.current-menu-item,
.sidebar .side_cont ul li.current-post-parent {
    color: #ffc414;
}

.sidebar .side_cont ul li.current-menu-item::after,
.sidebar .side_cont ul li.current-post-parent::after {
    clear: both;
}

.sidebar .side_cont ul li.current-menu-item a,
.sidebar .side_cont ul li.current-post-parent a,
.sidebar .side_cont ul li.current-post-ancestor a {
    color: #186bac;
}


/* sidebar */

.sidebar {
    display: table;
    width: 285px;
    float: left;
}

.sidebar .side_cont,
main .side_cont {
    display: table;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    border-bottom: 2px solid #FFC414;
    margin-bottom: 30px;
}

.sidebar .side_cont .head_title,
main .side_cont .head_title {
    border-bottom: 1px solid #EAEAEA;
    display: table;
    width: 100%;
}

.sidebar .side_cont .head_title h3,
main .side_cont .head_title h3 {
    font-size: 14px;
    display: table;
    text-transform: uppercase;
    color: #4f5c66;
    font-family: 'PT Sans', sans-serif;
    font-weight: 100;
    padding-left: 20px;
}

.sidebar .side_cont h4,
.single_side h4 {
    font-size: 22px;
    color: #4f5c66;
    font-family: 'PT Sans', sans-serif;
    font-weight: 100;
    padding-left: 20px;
}

.sidebar .side_cont h4 {
    font-size: 22px;
    color: #4f5c66;
    font-family: 'PT Sans', sans-serif;
    font-weight: 100;
    padding-left: 20px;
    margin: 20px 0 10px 0;
}

.single_side h4 {
    font-size: 22px;
    color: #4f5c66;
    font-family: 'PT Sans', sans-serif;
    font-weight: 100;
    padding-left: 0px;
    margin: 0px 0 0px 0;
}

.sidebar .side_cont ul {
    list-style: none;
    padding-left: 20px;
    font-family: 'PT Sans', sans-serif;
}

.single_side .nav ul {
    list-style: none;
    padding-left: 0px;
    font-family: 'PT Sans', sans-serif;
}

.single_side .nav ul li {
    margin-left: 0;
    padding-bottom: 0;
}

.sidebar .side_cont ul li a,
.single_side .nav ul li a {
    color: #5A656E;
    ;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
}

.sidebar .side_cont ul li a:hover,
.single_side .nav ul li a:hover {
    color: #186bac;
    text-decoration: underline;
}

.sidebar .side_cont .read_all,
main .side_cont .read_all {
    border-top: 1px solid #EAEAEA;
    display: table;
    width: 100%;
}

.sidebar .donatori article {
    float: left;
    display: table;
    border: 1px solid #EAEAEA;
    margin: 12px;
    padding: 7px;
}

a.readall {
    float: right;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    color: #186bac;
    font-size: 14px;
    padding: 15px 20px 15px 0;
    white-space: nowrap;
}

.side_cont .o-nama li.za-medije {
    display: table;
    padding-top: 20px;
}

.sidebar .donatori article:nth-child(4) {
    clear: both;
}

.sidebar .side_izdvajamo h2 a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 100;
}

.sidebar .side_izdvajamo h2 a:hover {
    text-decoration: underline;
    color: #186bac;
}


/* footer */

.footer {
    margin: 0;
    background-color: #186BAC;
    border-bottom: 2px solid #FFC414;
    min-height: 490px;
    width: 100%;
    display: table;
    font-family: 'PT Sans', sans-serif;
}

p.copyright_footer {
    font-size: 14px;
    text-align: center;
    color: #5A656E;
    ;
    font-family: 'PT Sans', sans-serif;
    margin: 5px 0;
}

p.copyright_footer a {
    color: #186bac;
    font-weight: bold;
}

.copy_signed {
    margin: 30px 0;
}

.footer_logo {
    display: table;
    margin: 50px auto;
}

.footer_nav_item {
    display: table;
    float: left;
    margin-left: 40px;
    font-family: 'PT Sans', sans-serif;
}

.footer_nav_item ul {
    list-style: none;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
}

.footer_nav_item ul li {
    padding: 2px 0;
}

.footer_nav_item ul li a {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.footer_nav_item ul li a:hover {
    color: #FFC414;
}

.footer_nav_item h3 {
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 14px;
}

.footer .info {
    margin-left: 0 !important;
}

.footer .info p {
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    width: 280px;
    line-height: 20px;
    padding-bottom: 10px;
}

.footer .social {
    display: table;
    clear: both;
    margin: 0 auto 46px;
}

.footer .social h3 {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
}

.footer .social ul {
    list-style: none;
    padding: 0;
}

.footer .social ul li {
    float: left;
    padding: 0 10px;
}

.footer .social ul li a {
    color: #fff;
    font-size: 20px;
}

.footer .social ul li a:hover {
    color: #FFC414;
}

.footer .mediji {
    width: 125px;
}

.footer .javne-politike {
    width: 125px;
}


/* CONTCT FORM */

.wpcf7 {
    padding: 0 20px !important;
}

.wpcf7-textarea {
    width: 100%;
    border: none;
    background-color: #F8F7F7;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    padding: 10px;
}

.wpcf7-text {
    border: 1px solid #F8F7F7;
    background-color: #F8F7F7;
    height: 42px;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    padding: 10px;
    width: 100%;
}

.wpcf7-submit {
    padding: 10px;
    background-color: #186BAC;
    border: none;
    width: 141px;
    height: 43px;
    color: #fff;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
}

.wpcf7-submit:hover {
    background-color: #3399CC;
}

.wpcf7 .levo {
    display: table;
    float: left;
    width: 48%;
    margin-bottom: 20px;
}

.wpcf7 .desno {
    display: table;
    float: right;
    width: 48%;
    margin-bottom: 20px;
}

.wpcf7 p.uvod {
    color: #5A656E;
    ;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
}


/* TIM CATEGORY */

.main-cont {
    display: table;
    padding: 0 20px;
}

.tim_cat h2 {
    color: #4f5c66;
    font-size: 22px;
    font-weight: 100;
    font-family: 'PT Sans', sans-serif;
}

.opis_kategorije {
    color: #5A656E;
    ;
    font-size: 15px;
    font-weight: 100;
    font-family: 'PT Sans', sans-serif;
}

.tim_cat article {
    float: left;
    max-width: 180px;
    margin-right: 20px;
}

.tim_cat article:nth-child(3n+3) {
    clear: both;
}

.tim_item .social ul,
.tim_cat .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tim_item .social ul li,
.tim_cat .social ul li {
    float: left;
}

.tim_item .social ul li a,
.tim_cat .social ul li a {
    font-size: 14px;
    color: #bababa;
    padding-right: 10px;
}

.tim_item .social ul li a:hover,
.tim_cat .social ul li a:hover {
    color: #186bac;
}

.tim_item article,
.tim_cat article {
    margin-bottom: 20px;
}

.tim_item h2,
.tim_cat h2 {
    margin: 10px 0;
    line-height: 22px;
}

.tim_item h2 a,
.tim_cat h2 a {
    font-size: 18px;
    color: #4f5c66;
}

.tim_item h2 a:hover,
.tim_cat h2 a:hover {
    color: #186bac;
}

.tim_item .pozicija,
.tim_cat .pozicija {
    font-size: 12px;
    color: #5A656E;
    ;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}


/* TIM PROFILE */

.tim .single_side {
    margin-top: 30px;
}

.tim .phone span,
.tim .email span,
.tim .social {
    color: #5A656E;
    ;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
}

.tim .phone p,
.tim .email p {
    color: #5A656E;
    ;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    clear: both;
    margin: 0;
    padding: 0;
}

.tim .phone,
.tim .email,
.tim .social {
    display: table;
    margin-bottom: 10px;
}

.single_side .social ul {
    list-style: none;
    display: table;
    margin: 0;
    padding-top: 5px;
}

.single_side .social ul li {
    list-style: none;
    float: left;
    margin: 0 10px 0 25px;
    padding: 0;
}

.single_side .social ul li::before {
    content: no-close-quote;
}

.single_side .social ul li a {
    font-size: 18px;
    color: #bababa;
}

.single_side .social ul li a:hover {
    color: #186bac;
}

.single_side .project-logo {
    margin-top: 20px;
    width: 100%;
}

.single_side .project-logo img {
    width: 100%;
}

.tim .profilna {
    display: table;
    margin-bottom: 10px;
}

.tim span.pozicija {
    font-size: 12px;
    text-transform: uppercase;
    color: #5A656E;
    ;
}


/* DONATOR */

.donator .profilna {
    border: 1px solid #EAEAEA;
    padding: 20px;
    width: 100%;
}


/* DONATORi i PARTNERI */

.donatori_box {
    padding: 0 20px;
    display: table;
}

.donatori_box h2 {
    font-weight: 100;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 22px;
    color: #186bac;
}

.donatori_box article {
    float: left;
    max-width: 180px !important;
    margin-right: 20px;
}

.donatori_box article {
    float: left;
    width: 30% !important;
    margin-right: 20px;
}

.donatori_box article:nth-child(3n+4) {
    clear: both;
}

.donatori_sekcija {
    display: table;
    clear: both;
}

.home .o-nama-box {
    display: none;
}

.donatori_box .photo {
    height: 154px;
    width: 180px;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
}

.donatori_box .photo img {
    width: 70%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.list_items .tim_item:nth-child(3n+4) {
    clear: both;
}

.category-donatori .profilna img {
    width: 100%;
    height: auto;
}

.sidebar .donatori article {
    width: 116px;
    height: 116px;
    float: left;
    display: table;
    border: 1px solid #EAEAEA;
    margin: 12px;
    padding: 7px;
}

.sidebar .donatori article {
    position: relative;
}

.sidebar .donatori article img {
    width: 88%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.projekti_box {
    padding: 0 20px;
    display: table;
}

.svi-projekti .opis_kategorije {
    padding: 0 20px;
}

.tekuci_projekti h2,
.zavrseni_projekti h2 {
    padding: 0 20px;
    font-weight: 100;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 22px;
    color: #186bac;
}

.tekuci_projekti,
.zavrseni_projekti {
    display: table;
    width: 100%;
}


/* korekcija - donatori */

.sidebar .donatori .item {
    width: 116px;
    height: 116px;
}

.sidebar .donatori .item {
    position: relative;
}

.sidebar .donatori .item img {
    width: 88%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sidebar .donatori article {}

.bott-line {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}


/* KONTAKT */

.kontakt section {
    width: inherit;
    padding-right: 20px;
}

h3.kontakt {
    font-weight: 100;
    margin-bottom: 5px;
    font-size: 18px;
    color: #4f5c66;
}

.kontakt p.opis {
    margin-top: 0;
}

.kontakt .levo_k {
    display: table;
    float: left;
    min-width: 175px;
}

.kontakt .desno_k {
    display: table;
    float: left;
}

.kontakt a {
    color: #186bac;
}


/* -- PageNavi -- */

.pagenavi_cont {
    display: table;
    margin-bottom: 20px;
    margin-left: 15px;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    background: #186BAC;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    margin: 0 6px;
    display: inline-block;
    float: left;
    font-weight: 400;
    line-height: 1.2em;
    text-decoration: none;
    color: #4D4D4D;
    padding: 5px 10px;
}


/* -- LOAD MORE -- */

#pbd-alp-load-posts {
    width: 100%;
    background-color: #FFC414;
    margin: 0;
}

#pbd-alp-load-posts a {
    display: block;
    padding: 20px 0;
    text-transform: uppercase;
    color: #fff;
}

#pbd-alp-load-posts a:link,
#pbd-alp-load-posts a:visited {
    display: block;
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
    background-color: #FFC414;
}

#pbd-alp-load-posts a:hover,
#pbd-alp-load-posts a:active {
    background-color: #FACE50;
}

.izdvojeno_naslovna {
    display: none;
}


/* --- pretraga --- */

#search-form {
    display: none;
    background: #fff;
    padding: 5px;
    position: absolute;
    width: 100%;
    float: right;
    z-index: 999999999;
    max-width: 200px;
    border: 1px solid #EAEAEA;
}

#search-form-sidebar {
    background: #fff;
    padding: 5px;
    width: 100%;
    z-index: 999999999;
    max-width: 286px;
    border: 1px solid #EAEAEA;
}

.pretraga img {
    float: right;
}

a.trazi,
a.trazi-aktivno {
    float: right;
    width: 30px;
    display: table;
    padding: 20px 5px 0px 0px;
}

a.trazi:after {
    float: right;
    font-family: FontAwesome;
    color: #fff;
    font-size: 16px;
    content: "\f002";
}

a.trazi-aktivno:after {
    float: right;
    font-family: FontAwesome;
    color: #FFC414;
    font-size: 16px;
    content: "\f002";
}

a.trazi:hover:after {
    color: #FFC414;
}

.pretraga form,
.pretraga-sidebar form {
    height: 35px;
}

.pretraga {
    position: absolute;
    right: -10px;
    top: 61px;
    max-width: 210px;
    z-index: 2;
}

.pretraga input#s,
.pretraga-sidebar input#s {
    border: 1px solid #EAEAEA;
    padding: 4px;
    height: 100%;
    width: 60%;
}

.pretraga input#searchsubmit,
.pretraga-sidebar input#searchsubmit {
    background-color: #186BAC;
    color: #FFF;
    border: medium none;
    padding: 6px 20px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
    float: right;
    width: 40%;
    height: 100%;
    font-weight: bold;
}

.pretraga input#searchsubmit:hover,
.pretraga-sidebar input#searchsubmit:hover {
    background-color: #04A4CC;
}

.pretraga-sidebar {
    display: none;
    margin-bottom: 18px;
}


/* --- /pretraga --- */


/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 0px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 10px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    font-size: 14px;
    font-style: italic;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.wp-caption-text,
.gallery-caption {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 4px 0px 5px;
    font-style: italic;
}

.sticky {}

.bypostauthor {}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.sidebar .donatori .dp_item {
    width: 116px;
    height: 116px;
    float: left;
    display: table;
    border: 1px solid #EAEAEA;
    margin: 12px;
    padding: 7px;
    position: relative;
}

.sidebar .donatori .dp_item img {
    width: 88%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sidebar .donatori .dp_item:nth-child(4) {
    clear: both;
}

.sidebar .test2 .dp_item {
    width: 260px;
    float: left;
    display: table;
    border: 1px solid #EAEAEA;
    margin: 12px;
    padding: 7px;
    position: relative;
}

.sidebar .test2 .dp_item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
}

.sidebar .dp_item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
}

.izdvojeno_naslovna .dp_item img {
    max-width: 100% !important;
}

.sidebar .test2 .dp_item:nth-child(4) {
    clear: both;
}

.menu-item-1246 {
    margin-top: 15px;
}

.lead_news .novosti_item {
    float: left;
    display: table;
    width: 100%;
    max-width: 100%;
    padding: 10px 20px 20px 20px;
    margin: 0;
}

main .lead_news .novosti_item img {
    float: left;
    padding-right: 20px;
}

main .lead_news h2 {
    margin: 0;
    display: table;
}

main .novosti_item h2 a {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: 100;
    color: #4f5c66;
    line-height: 22px;
    margin: 0;
}

main .novosti_item h2 a:hover {
    text-decoration: underline;
    color: #186bac;
}

.follow_news .novosti_item {
    float: left;
    display: table;
    max-width: 188px;
    margin-left: 20px;
}

main img {
    max-width: 600px;
}

.donatori_box .dp-item {
    float: left;
    width: 48%;
    margin-right: 20px;
}

.donatori_box .dp-item .photo {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
}

.donatori_box .dp-item .photo img {
    width: 80%;
    display: table;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.donatori_box .dp-item h2 {
    font-weight: 100;
    margin-bottom: 10px;
    margin-top: 5px;
    line-height: 24px;
    font-size: 22px;
    color: #186bac;
}

.dp-item h2 a {
    font-size: 18px;
    color: #4f5c66;
}

.dp-item h2 a:hover {
    color: #186bac;
    text-decoration: underline;
}

.dp_items .dp-item:nth-child(2n+3) {
    clear: both;
}

.dp_items .dp-item:nth-child(2n+2) {
    margin-right: 0;
}

#fancybox-title {
    margin-left: 0 !important
}

.uvodni-box,
.uvodni-box p {
    font-size: 14px;
}

.uvodni-box h1 {
    color: #186BAC;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
}

.uvodni-box h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.uvodni-box a {
    display: block;
    background: #186BAC;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 3px;
    margin: 10px auto;
    width: 230px;
}

.uvodni-box a:hover {
    text-decoration: underline;
}

.publikacije_img {
    width: 208px;
}

.publikacije_img img {
    width: 100%;
}

.izdvojeno_naslovna {
    display: none;
    width: 292px;
    margin: 0 auto;
}

p.javno-link {
    display: table;
    margin: 0 auto;
}

p.javno-link a {
    display: block;
    background: #186BAC none repeat scroll 0% 0%;
    color: #FFF;
    text-shadow: 0px -1px 0px #000;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 3px;
    margin: 10px auto;
}

p.javno-link a:hover {
    text-decoration: underline;
}

main .top-baner {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

main .top-baner img {
    display: table;
    max-width: 100%;
    margin: 0 auto;
}


/* Izmene decembar */

.novosti-photo {
    width: 188px;
    height: 154px;
}

.novosti-photo img {
    max-width: 100%;
}

.lead_news .novosti-photo {
    float: left;
    margin-right: 20px;
}


/* Elem*/

.elementor-section {
    width: inherit;
    padding-left: inherit;
    font-family: inherit;
    float: inherit;
    display: inherit;
    font-size: inherit;
    line-height: inherit;
}

.elementor-editor-active section {
    width: inherit;
    padding-left: inherit;
    font-family: inherit;
    float: inherit;
    display: inherit;
    font-size: inherit;
    line-height: inherit;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px;
    width: 100%;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:480px) {
    .right-nav {
        display: none;
    }
    .pretraga-sidebar {
        display: block;
    }
    .side_izdvajamo {
        display: none !important;
    }
    li.lead {
        display: none;
    }
    /* rotiranje sidebar */
    .sidebar-left {
        display: none;
    }
    .sidebar-responsive {
        display: table;
        margin: 0 auto;
    }
    main .side_cont .read_all {
        border-bottom: 2px solid #FFC414;
    }
    /* povecanje main sirine */
    .header {
        margin-bottom: 0;
    }
    main {
        padding-left: 0;
        width: 100%;
    }
    main .side_cont {
        background: none;
        border: none;
    }
    main .lead_news .novosti_item img {
        width: 100%;
        float: inherit;
        padding-right: 0!important;
        clear: both;
    }
    .follow_news {
        display: table;
        padding: 0 20px;
    }
    /*.follow_news .novosti_item h2 a { font-size: 18px;}
.follow_news .novosti_item { width: 45%;}
.follow_news .novosti_item:nth-child(1) { margin-left: 0;}
.follow_news .novosti_item:nth-child(3) { clear:both; width: 100%; max-width: 100%; margin-bottom: 10px; margin-left: 0;}
.follow_news .novosti_item:nth-child(3) img { float: left; margin-right: 10px; width: 45%;}
.follow_news .novosti_item:nth-child(3) a { font-size: 18px;} */
    /* izmene decembar */
    .follow_news .novosti_item h2 {
        margin-top: 0;
        display: table;
    }
    .follow_news .novosti_item h2 a {
        font-size: 18px;
    }
    .follow_news .novosti_item {
        float: left;
        clear: both;
        display: table;
        max-width: 100%;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .novosti-photo {
        width: 100px;
        height: auto;
        float: left;
        margin-right: 10px;
    }
    .dp_item {
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }
    .dp_item h2 {
        display: table;
        font-weight: 400;
        margin-top: 0;
    }
    .izdvajamo-photo {
        width: 100px;
        height: auto;
        float: left;
        margin-right: 10px;
    }
    .izdvajamo-photo img {
        width: 100%;
    }
    .aktuelno-photo {
        width: 100px;
        height: auto;
        float: left;
        margin-right: 10px;
    }
    .aktuelno-photo img {
        width: 100%;
    }
    main .aktuelno article {
        float: left;
        display: table;
        width: 100%;
        height: inherit;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    main .aktuelno article h2 {
        margin-top: 0;
        display: table;
    }
    .test2 .izdvajamo-photo {
        width: 100%;
    }
    .foto_in img {
        max-width: 100%;
    }
    .wrapper-footer {
        width: 90%;
    }
    .footer .info p {
        width: auto;
    }
    .footer_nav_item {
        margin-left: 20px;
    }
    .footer .javne-politike {
        clear: both;
        margin-left: 0;
    }
    .footer .projekti {
        margin-left: 68px;
    }
    .footer .o_nama {
        clear: both;
        margin-left: 0;
    }
    .footer .social {
        margin: 0 auto 20px;
    }
    /* category Novosti */
    .post_thumb_novosti {
        width: 100%;
    }
    .post_thumb_novosti img {
        width: 100%;
    }
    .novosti_lista p {
        display: none;
    }
    p#pbd-alp-load-posts {
        display: table;
        border-bottom: 2px solid #FFC414;
    }
    #pbd-alp-load-posts a:link {
        background-color: #F8F7F7;
        color: #4f5c66;
    }
    .single main {
        width: 100%;
    }
    .vest .single_side,
    .single_side {
        float: left !important;
    }
    .vest section,
    section {
        width: 100%;
    }
    .vest .attachment-post-thumbnail {
        width: 100%;
    }
    .single .breadcrumbs {
        display: none;
    }
    .sidebar .side_cont .head_title,
    main .side_cont .head_title {
        /* display: none !important; */
    }
    .vest img {
        max-width: 100%;
    }
    /* TIM */
    .tim_item article,
    .tim_cat article {
        width: 45%;
    }
    .tim_cat article:nth-child(3n+3) {
        clear: none;
        float: left;
        margin-right: 0;
    }
    .tim_cat article:nth-child(3n+4) {
        margin-right: 0;
        margin-left: 10%;
    }
    /* Kontakt */
    .wpcf7-text {
        background-color: #fff;
        width: 100%;
    }
    .wpcf7-textarea {
        background-color: #fff;
    }
    .wpcf7 .levo {
        width: 100%;
    }
    .wpcf7 .desno {
        width: 100%;
    }
    /* Doonatori */
    .donatori_box .dp-item {
        width: 100% !important;
    }
    iframe {
        width: 100%;
    }
    .izdvojeno_naslovna {
        display: table !important;
    }
}

@media only screen and (min-width:480px) and (max-width:640px) {
    .pretraga-sidebar {
        display: block;
    }
    li.lead {
        display: none;
    }
    /* rotiranje sidebar */
    .sidebar-left {
        display: none;
    }
    .sidebar-responsive {
        display: table;
        margin: 0 auto;
    }
    main .side_cont .read_all {
        border-bottom: 2px solid #FFC414;
    }
    /* povecanje main sirine */
    .header {
        margin-bottom: 0;
    }
    main {
        padding-left: 0;
        width: 100%;
    }
    .right-nav {
        display: none;
    }
    main .side_cont {
        background: none;
        border: none;
    }
    main .lead_news .novosti_item img {
        width: 100%;
        float: inherit;
        padding-right: 0!important;
        clear: both;
    }
    .follow_news {
        display: table;
        padding: 0 20px;
    }
    .follow_news .novosti_item h2 a {
        font-size: 15px;
    }
    .follow_news .novosti_item {
        width: 45%;
    }
    .follow_news .novosti_item:nth-child(1) {
        margin-left: 0;
    }
    .follow_news .novosti_item:nth-child(3) {
        clear: both;
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .follow_news .novosti_item:nth-child(3) img {
        float: left;
        margin-right: 10px;
        width: 45%;
    }
    .follow_news .novosti_item:nth-child(3) a {
        font-size: 18px;
    }
    .wrapper-footer {
        width: 90%;
    }
    .footer .info p {
        width: auto;
    }
    .footer_nav_item {
        margin-left: 20px;
    }
    .footer .javne-politike {
        clear: both;
        margin-left: 0;
    }
    .footer .projekti {
        margin-left: 68px;
    }
    .footer .o_nama {
        clear: both;
        margin-left: 0;
    }
    .footer .social {
        margin: 0 auto 20px;
    }
    /* category Novosti */
    .post_thumb_novosti {
        width: 100%;
    }
    .post_thumb_novosti img {
        width: 100%;
    }
    .novosti_lista p {
        display: none;
    }
    p#pbd-alp-load-posts {
        display: table;
        border-bottom: 2px solid #FFC414;
    }
    #pbd-alp-load-posts a:link {
        background-color: #F8F7F7;
        color: #4f5c66;
    }
    .single main {
        width: 100%;
    }
    .vest .single_side,
    .single_side {
        float: left !important;
    }
    .vest section,
    section {
        width: 100%;
    }
    .vest .attachment-post-thumbnail {
        width: 100%;
    }
    .single .breadcrumbs {
        display: none;
    }
    .sidebar .side_cont .head_title,
    main .side_cont .head_title {
        /*display: none !important; */
    }
    .vest img {
        max-width: 100%;
    }
    /* TIM */
    .tim_item article,
    .tim_cat article {
        width: 45%;
    }
    .tim_cat article:nth-child(3n+3) {
        clear: none;
        float: left;
        margin-right: 0;
    }
    .tim_cat article:nth-child(3n+4) {
        margin-right: 0;
        margin-left: 10%;
    }
    /* Kontakt */
    .wpcf7-text {
        background-color: #fff;
        width: 100%;
    }
    .wpcf7-textarea {
        background-color: #fff;
    }
    .wpcf7 .levo {
        width: 100%;
    }
    .wpcf7 .desno {
        width: 100%;
    }
    /* Doonatori */
    .donatori_box .dp-item {
        width: 100% !important;
    }
    iframe {
        width: 100%;
    }
    .follow_news .novosti_item {
        width: 32%;
        margin-right: 2%;
        margin-left: 0%;
    }
    .follow_news .novosti_item:last-child {
        margin-right: 0%;
    }
    .follow_news .novosti_item .novosti-photo {
        width: 100%;
        height: auto;
        display: table;
    }
    .follow_news .novosti_item:nth-child(3) {
        clear: initial;
        width: 32%;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .follow_news .novosti_item:nth-child(3) img {
        float: left;
        margin-right: 0px;
        width: 100%;
    }
    .follow_news .novosti_item:nth-child(3) h2 {
        margin-top: 5px;
    }
    .follow_news .novosti_item:nth-child(3) a {
        font-size: 15px;
    }
}

@media only screen and (min-width:640px) and (max-width:768px) {
    .right-nav {
        display: none;
    }
    .pretraga-sidebar {
        display: block;
    }
    li.lead {
        display: none;
    }
    /* rotiranje sidebara */
    .sidebar-left {
        display: none;
    }
    .sidebar-responsive {
        display: table;
        margin: 0 auto;
    }
    main {
        margin: 0 auto;
        width: 640px;
        padding-left: 0;
    }
    .single main {
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .right-nav {
        display: none;
    }
    .pretraga-sidebar {
        display: block;
    }
    /* rotiranje sidebara */
    .sidebar-left {
        display: none;
    }
    .sidebar-responsive {
        display: table;
        margin: 0 auto;
    }
    main {
        margin: 0 auto;
        width: 640px;
        padding-left: 0;
    }
    .single main {
        width: 100%;
    }
}

@media only screen and (max-width:1000px) {
    a.kazitrazi {
        display: none;
    }
}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}
/*New CSS - SG*/
a.kazitrazi img {
    max-width:85px;
}

/* kviz baner */
.kviz-wrapper {
        background: #39E6F2;
        padding: 14px 15px 20px;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .kviz-wrapper h1, .kviz-wrapper p {
        margin: 0;
    }

    .quiz__yellow-banner {
        position: relative;
    }

    .kviz-wrapper h1 strong {
        color: #D62A2A;
    }

    .kviz-wrapper h1 {
        font-family: Pixelify Sans;
        font-size: 55px;
        font-weight: 400;
        line-height: 1.3;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #000;
    }

    .kviz-wrapper .kviz-icon svg {
        max-width: 100px;
        height: auto;
    }

    .kviz-wrapper .kviz-icon {
        text-align: center;
    }

    .kviz-wrapper .text__upitnik {
        font-family: Pixelify Sans;
        font-size: 70px;
        font-weight: 400;
        line-height: 1.1;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #1C1C1C;
    }

    .quiz__welcome-banner-arrow {
        bottom: -17px;
        height: 50px;
        position: absolute;
        right: 30px;
        width: 70px;
        z-index: 9;
    }

    .kviz-wrapper a {
        text-decoration: none;
    }
    
    .quiz__welcome-banner-text {
        width: 100%;
    }

    .quiz__welcome-banner-text p {
        font-family: 'Consolas', sans-serif;
        font-size: 10.46px;
        font-weight: 700;
        line-height: 11.76px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        max-width: 80%;
    }

    .quiz__welcome-banner-text p strong {
        color: #D62A2A;
    }

    .target-kviz .quiz__welcome-banner {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: center;
    }

    .target-kviz .quiz__welcome-banner p {
        font-family: 'Consolas', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #39E6F2;
    }

    .target-kviz .quiz__welcome-banner {
        background-color: #D62A2A;
    }

    .text__upitnik.desk {
        display: none;
    }

    .pixel-corners,
    .pixel-corners--wrapper {
        clip-path: polygon(0px calc(100% - 24px),
        6px calc(100% - 24px),
        6px calc(100% - 12px),
        12px calc(100% - 12px),
        12px calc(100% - 6px),
        24px calc(100% - 6px),
        24px 100%,
        calc(100% - 24px) 100%,
        calc(100% - 24px) calc(100% - 6px),
        calc(100% - 12px) calc(100% - 6px),
        calc(100% - 12px) calc(100% - 12px),
        calc(100% - 6px) calc(100% - 12px),
        calc(100% - 6px) calc(100% - 24px),
        100% calc(100% - 24px),
        100% 24px,
        calc(100% - 6px) 24px,
        calc(100% - 6px) 12px,
        calc(100% - 12px) 12px,
        calc(100% - 12px) 6px,
        calc(100% - 24px) 6px,
        calc(100% - 24px) 0px,
        24px 0px,
        24px 6px,
        12px 6px,
        12px 12px,
        6px 12px,
        6px 24px,
        0px 24px);
        position: relative;
    }

    .pixel-corners {
        border: 6px solid transparent;
    }

    .pixel-corners--wrapper {
        width: fit-content;
        height: fit-content;
    }

    .pixel-corners--wrapper .pixel-corners {
        display: block;
        clip-path: polygon(6px 24px,
        12px 24px,
        12px 12px,
        24px 12px,
        24px 6px,
        calc(100% - 24px) 6px,
        calc(100% - 24px) 12px,
        calc(100% - 12px) 12px,
        calc(100% - 12px) 24px,
        calc(100% - 6px) 24px,
        calc(100% - 6px) calc(100% - 24px),
        calc(100% - 12px) calc(100% - 24px),
        calc(100% - 12px) calc(100% - 12px),
        calc(100% - 24px) calc(100% - 12px),
        calc(100% - 24px) calc(100% - 6px),
        24px calc(100% - 6px),
        24px calc(100% - 12px),
        12px calc(100% - 12px),
        12px calc(100% - 24px),
        6px calc(100% - 24px));
    }

    .pixel-corners::after,
    .pixel-corners--wrapper::after {
        content: "";
        position: absolute;
        clip-path: polygon(0px calc(100% - 24px),
        6px calc(100% - 24px),
        6px calc(100% - 12px),
        12px calc(100% - 12px),
        12px calc(100% - 6px),
        24px calc(100% - 6px),
        24px 100%,
        calc(100% - 24px) 100%,
        calc(100% - 24px) calc(100% - 6px),
        calc(100% - 12px) calc(100% - 6px),
        calc(100% - 12px) calc(100% - 12px),
        calc(100% - 6px) calc(100% - 12px),
        calc(100% - 6px) calc(100% - 24px),
        100% calc(100% - 24px),
        100% 24px,
        calc(100% - 6px) 24px,
        calc(100% - 6px) 12px,
        calc(100% - 12px) 12px,
        calc(100% - 12px) 6px,
        calc(100% - 24px) 6px,
        calc(100% - 24px) 0px,
        24px 0px,
        24px 6px,
        12px 6px,
        12px 12px,
        6px 12px,
        6px 24px,
        0px 24px,
        0px 50%,
        6px 50%,
        6px 24px,
        12px 24px,
        12px 12px,
        24px 12px,
        24px 6px,
        calc(100% - 24px) 6px,
        calc(100% - 24px) 12px,
        calc(100% - 12px) 12px,
        calc(100% - 12px) 24px,
        calc(100% - 6px) 24px,
        calc(100% - 6px) calc(100% - 24px),
        calc(100% - 12px) calc(100% - 24px),
        calc(100% - 12px) calc(100% - 12px),
        calc(100% - 24px) calc(100% - 12px),
        calc(100% - 24px) calc(100% - 6px),
        24px calc(100% - 6px),
        24px calc(100% - 12px),
        12px calc(100% - 12px),
        12px calc(100% - 24px),
        6px calc(100% - 24px),
        6px 50%,
        0px 50%);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000000;
        display: block;
        pointer-events: none;
    }

    .pixel-corners::after {
        margin: -6px;
    }

    .quiz__welcome-banner {
        margin-bottom: 0;
        padding: 15px;
        background: #e9ff39;
    }

    .kviz-icon .quiz__yellow-banner .quiz__welcome-banner {
        padding: 15px;
    }

    @media only screen and (min-width: 992px) {
        .kviz-wrapper {
            display: flex;
            flex-flow: row;
            align-items: center;
            justify-content: center;
            position: relative;
            padding-top: 0;
            margin-bottom: 60px;
        }
        
        .quiz__welcome-banner-text p {
            max-width: 100%;
        }

        .text__upitnik.mob {
            display: none;
        }

        .text__upitnik.desk {
            display: inline-block;
        }

        .target-kviz .quiz__welcome-banner {
            width: fit-content;
            margin-bottom: 0;
        }
        
        .target-kviz .quiz__welcome-banner-text {
            text-align: center;
            display: flex;
            flex-flow: row;
            align-items: center;
            justify-content: center;
        }

        .kviz-wrapper .kviz-icon {
            position: relative;
            width: 140px;
            height: 80px;
        }

        .kviz-wrapper .kviz-icon svg {
            height: auto;
            max-width: unset;
            margin-top: -40px;
        }

        .kviz-icon .quiz__yellow-banner .quiz__welcome-banner-arrow svg {
            margin-top: 0;
        }

        .kviz-icon .quiz__yellow-banner .quiz__welcome-banner-arrow {
            position: relative;
            bottom: unset;
            height: auto;
            right: unset;
            width: auto;
        }

        .kviz-icon .quiz__yellow-banner .quiz__welcome-banner {
            width: 223px;
            margin-bottom: 0;
            padding: 15px;
        }

        .kviz-wrapper .text {
            position: relative;
        }

        .kviz-icon .quiz__yellow-banner {
            position: absolute;
            width: 282px;
            top: 100%;
            display: flex;
            flex-flow: row;
            gap: 10px;
            align-items: center;
            justify-content: center;
            height: fit-content;
        }

        .kviz-wrapper h1 {
            font-size: 80px;
        }

        .target-kviz {
            position: absolute;
            right: 0;
            top: calc(100% - 25px);
        }
    }