@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans-CondLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans-CondLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans-CondBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}





html {
font-size: 100%;
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font: 400 .9em/145% 'Open Sans', sans-serif;
color: #000;
background-color: #0D3C66;
}
a {
color: #CC1E26;
text-decoration: none;
outline: none;
}
a:hover, a:focus {
color: #000;
}
img {
display: block;
border: none;
}
b {
font-weight: 600;
}

/*** start top navi ***/

#topnav {
background-color: #0D3C66;
}
#topnav .contentcol {
box-sizing: border-box;
max-width: 950px;
border-right: 1px solid #536BAC;
border-left: 1px solid #536BAC;
position: relative;
}
#top-right {
position: relative;
float: right;
}
#top-left a {
display: block;
padding: 0 10px;
float: left;
border-right: 1px solid #536BAC;
}
a#calendar-trigger,
a#social-trigger,
a#search-trigger {
display: block;
padding: 0 16px;
float: right;
font-size: 13px;
font-weight: 600;
line-height: 50px;
text-transform: uppercase;
color: #fff;
border-left: 1px solid #536BAC;
}

a#search-trigger {
width: 24px;
background: url(../img/search1.png) no-repeat center top;
}
#top-left a:hover,
#top-right a:hover {
background-color: #315488;
}
a#search-trigger:hover {
background: #315488 url(../img/search1.png) no-repeat center top;
}
#top-right a:focus {
background-color: #315488;
}

/*** start calendar, social, search ***/

#social,
#search {
display: none;
position: absolute;
right: -1px;
top: 50px;
width: 354px;
box-sizing: border-box;
border-top: 1px solid #9E9FBA;
background-color: #0D3C66;
z-index: 200;
box-shadow: 0px 4px 8px rgba(0, 0, 0, .5);
}


#social {
width: auto;
height: 56px;
}
#social_inner {
display: flex;
flex-flow: row nowrap;
gap: 1px;
background-color: #315488;
}
#social a {
flex-grow: 1;
padding: 6px;
background-color: #0D3C66;
}
#social a:hover {
background-color: #315488;
}
#social a img {
margin: auto;
}


.searchcontainer {
padding: 15px;
}
.searchcontainer .inputbox {
box-sizing: border-box;
float: right;
width: 88%;
height: 36px;
border: none;
margin: 0;
padding: 3px 10px;
font: 15px 'Open Sans', sans-serif;
color: #000;
background-color: #fff;
}
.searchcontainer .button {
float: right;
width: 12%;
min-width: 36px;
height: 36px;
background-color: #bbb;
}
.searchcontainer .button:hover {
background-color: #315488;
}

/*** end top navi ***/


/*** start site title ***/

#title-wrap {
background-color: #fff;
}
#site-title {
display: table;
width: 100%;
max-width: 950px;
margin: 0 auto;
padding: 35px 0;
text-align: left;
}
#site-title h1 {
display: table-cell;
width: 20%;
margin: 0;
vertical-align: middle;
white-space: nowrap;
padding-right: 20px;
font: 700 38px/40px 'Open Sans Condensed', sans-serif;
border-right: 1px solid #999;
}
#site-title a {
color: #0D3C66;
}
#subtitle {
display: table-cell;
width: 80%;
vertical-align: middle;
font-size: 16px;
font-weight: 600;
padding-left: 18px;
color: #0D3C66;
}

/*** end site title ***/

#headerwrap {
background-color: #eee;
}
#header {
position: relative;
max-width: 990px;
margin: 0 auto;
}
#mast {
display: none;
}
.home #mast {
display: block;
}

/* start main navigation */

.navi {
background-color: #eee;
}
#navmain {
max-width: 950px;
margin: 0 auto;
z-index: 200;
background-color: #0D3C66;
}
#navmain a.trigger-navmain {
display: none;
padding: 0;
background: #0D3C66 url(../img/trigger.png) no-repeat 20px center;
}
#navmain a.trigger-navmain:after {
content: "Sadržaj";
display: block;
float: left;
margin-left: 48px;
}
#navmain a.trigger-navmain:hover {
background-color: #CC1E26;
}
.mainsub {
display: table;
width: 100%;
}
#navigation {
display: table-row;
}
.navitem {
display: table-cell;
text-align: center;
vertical-align: middle;
position: relative;
border-right: 1px solid #536BAC;
}
.navitem:last-child {
border-right: none;
}
#navmain a {
display: block;
padding: 0 20px;
font: 700 17px/46px 'Open Sans Condensed', sans-serif;
color: #fff;
text-transform: uppercase;
}
#navmain a:hover {
background-color: #315488;
}
#navmain .active {
background-color: #315488;
}
.navitem.home {
min-width: 48px;
}
#navmain .navitem.home a,
#navmain .navitem.home.active a {
padding: 0;
background: #CC1E26 url(../img/home.png) no-repeat center center;
}
#navmain .navitem.home a:hover {
background-color: #EC2D4F;
}
#navmain .navitem.home.active a:hover {
background-color: #CC1E26;
}
.sub {
display: none;
position: absolute;
right: 0;
width: 320px;
text-align: left;
border-top: 1px solid #9E9FBA;
background-color: #0D3C66;
z-index: 200;
box-shadow: 0px 4px 8px rgba(0, 0, 0, .5);
}
#navmain .sub a {
display: block;
height: auto;
font: 600 14px/145% 'Open Sans', sans-serif;
text-transform: none;
padding: 15px 20px;
border-bottom: 1px dotted #6B839C;
}
#navmain .sub a:last-child {
border-bottom: none;
}

/* end main navigation */

#contentwrap {
padding-top: 30px;
background-color: #fff;
}
#contentwrap1 {
/*padding: 30px 0 10px;*/
padding: 1px 0 10px;
background-color: #fff;
}
/* special pri vrhu */

.link-container {
max-width: 950px;
margin: 20px auto;
}
.link-container img {
width: 100%;
}
.link-container #slika1 {
display: block;
}
.link-container #slika2 {
display: none;
}



/*.link-container {
max-width: 990px;
margin: 20px 0;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.link-container a {
flex: 1 1 50%;
padding: 15px;
margin: 0 20px;
text-align: center;
font-weight: 600;
color: #fff;
background-color: #0d3c66;
border-radius: 3px;
}
.link-container a:hover {
background-color: #cc1e26;
}
*/

/* end special */


#contentwrap2 {
padding: 0;
background-color: #fff;
}
#contentwrap3 {
padding: 0 0 50px 0;
background-color: #fff;
}
#content {
max-width: 990px;
margin: 0 auto;
}
.contentcol {
max-width: 990px;
margin: 0 auto;
}
.article {
float: left;
max-width: 630px;
margin: 10px 30px 0 20px;
}
.article.articlelist {
margin-top: 0;
}
.media .article.articlelist {
/*width: 100%;*/
padding-bottom: 40px;
}

.articlelist p:nth-child(odd) {
margin-bottom: 0;
}
.articlelist p:nth-child(even) {
margin-top: 7px;
}
.result-category {
margin-top: 5px;
margin-bottom: 5px;
}
.result-created {
margin-top: 5px;
}
.searchresults {
max-width: 630px;
margin: 0 20px 40px;
}
dt.result-title {
margin-top: 10px;
}
.module {
position: relative;
float: left;
width: 290px;
margin: 0 20px 20px;
padding-bottom: 30px;
border-bottom: 1px dotted #999;
}
a.module.ghost {
display: none;
height: 425px;
background: url(../img/module_readon.png) no-repeat left 25px;
border-bottom: 1px solid #eee;
}
a.module.ghost:hover,
a.module.ghost:focus {
background: url(../img/module_readon.png) no-repeat right 25px;
}
.item {
width: 290px;
height: 29.5em;
overflow: hidden;
}
.videoarticles .item {
height: 18em;
}
.itembottom {
width: 290px;
height: 21px;
position: absolute;
right: 0;
bottom: 5px;
}
.itembottom span, a.more {
display: block;
position: absolute;
bottom: 0;
height: 21px;
line-height: 21px;
width: 145px;
color: #666;
}
.itembottom span {
left: 0;
}
a.more {
right: 0;
background: url(../img/more_arr_blk.png) no-repeat right center;
}
a.more:hover {
background: url(../img/more_arr_red.png) no-repeat right center;
}
.item img {
width: 100%;
}

.item p a {
display: block;
padding: 9px;
border: 1px solid #ccc;
}
.item p a.intro_textlink {
display: inline;
padding:0;
border: none;
}
.videoarticles .item p a {
display: block;
padding: 0;
}

.videoarticles .item img {
padding: 0;
border: none;
}
.blog {
max-width: 990px;
margin: 0 auto;
padding-bottom: 40px;
}
.home .blog {
padding-bottom: 0;
}
.sidebar {
width: 270px;
margin: 0 20px;
float: right;
}
.sidebar h3 {
padding: 10px 5px;
margin: 20px 0 0;
font: 700 1.2em 'Open Sans Condensed', sans-serif;
border-top: 3px solid #ccc;
}
.sidebar a {
display: block;
padding: 10px 5px;
margin: 0;
color: #000;
border-top: 1px dotted #999;
}
.sidebar a:hover,
.sidebar a:focus {
color: #CC1E26;
}
.sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
.sidebar li {
margin: 0;
padding: 0;
}

.sidebar.izbori li {
padding: 10px 5px;
border-top: 1px dotted #999;

}
.sidebar.izbori a {
display: inline;
padding: 0;
margin: 0;
border-top: none;
}
.sidebar.izbori a.inverse {
color: #CC1E26;
}
.sidebar.izbori a.inverse:hover {
color: #000;
}

.sidebar.izbori a.button {
margin-top: 5px;
display: block;
padding: 5px 10px;
background-color: #eee;
border-radius: 3px;
}
.sidebar.izbori a.button:hover {
color: #fff;
background-color: #CC1E26;
}




#program_pdf_sidebar {
padding-top: 20px;
line-height: 1;
}
#program_pdf_sidebar img {
height: 36px;
float: left;
margin: 1px 10px 0 0;;
}

#program_pdf_sidebar a {
font-weight: 600;
color: #0F4D91;
}
#program_pdf_sidebar a:hover {
color: #CC1E26;
} 
 
#program_pdf_sidebar .naslov {
padding-top: 5px;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
} 
#program_pdf_sidebar .naslov .masno {
font-weight: 700;
} 

#program_pdf_column {
display: none;
line-height: 1;
}
#program_pdf_column img {
height: 36px;
float: left;
margin: 0 10px 0 0;;
}

#program_pdf_column a {
font-weight: 600;
color: #0F4D91;
}
#program_pdf_column a:hover {
color: #CC1E26;
} 
 
#program_pdf_column .naslov {
padding-top: 5px;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
} 
#program_pdf_column .naslov .masno {
font-weight: 700;
} 




.citat {
margin: 2em 0;
padding: 14px 30px;
font-weight: 600;
line-height: 21px;
color: #1852B1;
border-top: 1px dotted #666;
border-bottom: 1px dotted #666;
}
.citat p {
margin: 0;
}
.citat.dulji p {
margin-top: .5em;
}
.citat.dulji p:first-child {
margin-top: 0;
}

.citat b {
font-weight: 700;
}

.citat p.izvor {
margin-top: 10px;
font-size: 12px;
color: #000;
}
.first_para {
margin-top: 1.5em;
}
.lead.first_para {
margin-top: 2em;
}


/*** start footer **/

#footerwrap {
position: relative;
padding: 40px 0;
}
#footer {
max-width: 950px;
margin: 0 auto;
color: #fff;
}
#footer a {
color: #79d0fb;
}
#footer a:hover, #footer a:focus {
color: #fff;
}
#footer-left {
/*width: 45%;
float: left;*/
}
#footer-left p {
margin: 0 0 5px;
}
#footer-right {
display: none;
float: right;
width: 45%;
text-align: right;
}
#footer-right img {
float: right;
max-width: 205px;
}
a#programme {
display: block;
margin: 12px 0 0;
}
#social-bottom2 {
display: none;
}
.bottomlinks a {
white-space: nowrap;
}
.bottomlinks a:after {
content: " | ";
color: #fff;
}
.bottomlinks a:last-child:after {
content: "";
}
a.app {
display: inline-block;
height: 36px;
width: 115px;
margin-left: 10px;
border: 1px solid #fff;
border-radius: 3px;
}
a.app:hover, a.app:focus {
border: 1px solid #79d0fb;
}
#gp {
background: url(../img/gp.png) no-repeat center center;
}
#as {
background: url(../img/as.png) no-repeat center center;
}

/*** end footer **/

.clear {
display: block;
height: 0;
clear: both;
}
.clearfix:after {
content: "";
display: block;
height: 0;
visibility: hidden;
clear: both;
}

/* promo */

#promo {
box-sizing: border-box;
width: 100%;
max-width: 950px;
margin: 0 auto 30px;
font-weight: 600;
line-height: 1.5;
color: #fff;
background: rgb(10,64,112);
background: linear-gradient(0deg, rgba(10,64,112,1) 0%, rgba(13,93,163,1) 100%);
box-shadow: 0px 4px 8px rgba(0, 0, 0, .5);
display: flex;
flex-flow: row nowrap;
align-items: stretch;
}
#promo div {
padding: 20px;
font-size: 20px;
line-height: 1.2;
}
#promo p {
margin: 0;
}

.promo_image {
flex: 0 1 180px;
max-width: 180px;
min-width: 120px;
line-height: 1;
padding-right: 20px;
display: flex;
align-items: flex-end;
}
.promo_image img {
width: 100%;
max-width: 180px;
padding-bottom: 2px;
}


.promo_text {
flex: 1 1 50%;
align-content: flex-end;
border-left: 1px dotted rgba(255, 255, 255, 0.4);
border-right: 1px dotted rgba(255, 255, 255, 0.4);
display: flex;
align-items: flex-end;
}
.promo_text span {
display: block;
}
.promo_program {
position: relative;
flex: 1 1 50%;
display: flex;
align-items: flex-end;
}

#promo a {
color: #fff;
}
#promo a:hover {
text-decoration: underline;
}

.promo_program a {
text-transform: uppercase;
font-size: 22px;
font-weight: 300;
}
.promo_program a .masno {
font-weight: 700;
}
.oznaka {
display: block;
font-size: 15px;
opacity: .7;
margin-bottom: 5px;
}

#promo .square {
display: block;
position: absolute;
top: 25px;
right: 35px;
width: 18px;
height: 18px;
background-color: #E42729;
}
#promo .square.small {
top: 12px;
right: 16px;
width: 12px;
height: 12px;
}












.article_banner_wrap {
position: relative;
margin: 10px 0 20px;
background: rgb(10,64,112);
background: linear-gradient(0deg, rgba(10,64,112,1) 0%, rgba(13,93,163,1) 100%);
box-shadow: 0px 4px 8px rgba(0, 0, 0, .5);
}
.article_banner {
display: flex;
flex-flow: row nowrap;
color: #fff;
line-height: 1;
font-weight: 600;
}
.article_banner_wrap .square.small {
top: 10px;
right: 16px;
width: 12px;
height: 12px;
}
.article_banner_wrap .square {
display: block;
position: absolute;
top: 24px;
right: 38px;
width: 18px;
height: 18px;
background-color: #E42729;
}

.article_banner div {
flex: 1 1 auto;
padding: 20px;
}

.article_banner div:first-child {
max-width: 180px;
}
.article_banner div.text {
position: relative;
display: flex;
flex-direction: column;
align-content: space-between;
}
.article_banner p {
flex: 1 0 auto;
margin: 0;
font-size: 16px;
line-height: 1;
opacity: .7;
}
.article_banner h4 {
flex: 0 1 auto;
margin: 0;
font-size: 28px;
line-height: 1;
font-weight: 300;
text-transform: uppercase;
}
.article_banner h4 span {
font-weight: 700;
}

.article_banner a {
color: #fff;
}
.article_banner a:hover {
text-decoration: underline;
}



/* end promo*/

h1 {
margin: 0 0 .5em 0;
font: 700 2.2em/120% 'Open Sans Condensed', sans-serif;
}
.izbori h1 {
display: none;
}
.izbori h1.visible {
display: block;
margin-top: 1.25em;
}
h2, .articlepage .blog h2 {
margin: 0 0 .6em 0;
padding-top: 10px;
font: 700 1.5em/120% 'Open Sans Condensed', sans-serif;
min-height: 0;
}
h3 {
margin: 0 0 .6em 0;
padding-top: 10px;
font: 700 1.3em 'Open Sans Condensed', sans-serif;
}
h4 {
margin: .6em 0;
font-weight: 700;
}
h2 a:link, h2 a:visited {
color: #000;
}
h2 a:hover, h2 a:active {
color: #CC1E26;
}
.blog h2 {
margin: .6em 0;
min-height: 50px;
font: 700 1.3em/130% 'Open Sans Condensed', sans-serif;
}
.videoarticles .blog h2 {
min-height: 1.3em;
}
h1.rule {
clear: both;
margin: 0;
padding: 20px;
text-align: center;
font: 700 1.3em/1.3em 'Open Sans Condensed', sans-serif;
text-transform: uppercase;
color: #CC1E26;
background: url(../img/rule1.png) no-repeat center center;
}
.rule span {
padding: 0 15px;
background-color: #fff;
}
.borderedimg {
/*padding: 14px;
border: 1px solid #ccc;*/
}
img.left {
float: left;
width: 270px;
margin: 5px 15px 0 0;
}
.lead {
font: 700 1.25em/140% 'Open Sans Condensed', sans-serif;
margin: 20px 0;
}
ul {
margin: 0;
padding: 0 0 0 1em;
}
ul li ul {
margin: .5em 0;
}
li {
margin-bottom: 10px;
}
.gusto li {
margin-bottom: 0;
}
.topspace {
margin-top: 2em;
}
.place-date {
margin-bottom: 15px;
}
.squeeze {
box-sizing: border-box;
max-width: 630px;
margin: 30px 0;
background-color: #eee;
border: 20px solid #eee;
}
.squeeze img, img.elastic {
width: 100%;
}
img.adaptive {
width: 100%;
}
.video {
box-sizing: border-box;
max-width: 630px;
text-align: center;
margin: 30px 0;
background-color: #eee;
border: 20px solid #eee;
}
.shorty .video {
width: 590px;
}
.video iframe, .video object {
display: block;
margin: auto;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.video .videoWrapper iframe,
.video .videoWrapper object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.caption {
display: block;
font-size: 13px;
line-height: normal;
text-align: left;
margin: 0;
padding-top: 15px;
}

/* Pagination */

.pagination {
width: 100%;
box-sizing: border-box;
max-width: 990px;
padding: 0 20px 50px;
margin: 0 auto;
}
.pagination ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.media .pagination ul,
.results .pagination ul {
text-align: left;
}
.pagination ul li {
display: inline-block;
margin-right: 8px;
}
.pagination ul li:last-child {
margin-right: 0;
}
.pagination a {
display: block;
width: 36px;
height: 36px;
font-size: 14px;
font-weight: 600;
line-height: 36px;
color: #fff;
text-align: center;
background-color: #0D3C66;
border-radius: 18px;
}
.start {
background: #0D3C66 url(../img/ico_pagination.png) no-repeat left top;
}
.prev {
background: #0D3C66 url(../img/ico_pagination.png) no-repeat left bottom;
}
.next {
background: #0D3C66 url(../img/ico_pagination.png) no-repeat right bottom;
}
.end {
background: #0D3C66 url(../img/ico_pagination.png) no-repeat right top;
}
.pagination a:hover,
.pagination a:focus {
background-color: #CC1E26;
}
.pagination ul li.active a {
background-color: #999;
}

/*** article pager ***/

.pagenav {
padding: 30px 0 0;
}
.pagenav a {
display: inline-block;
width: 36px;
height: 36px;
margin-right: 15px;
text-align: center;
background-color: #0D3C66;
border-radius: 18px;
}
.pagenav a:hover {
background-color: #CC1E26;
}

/* end Pagination */

.category-desc {
margin: 20px;
background-color: #f4f4f4;
}
.category-desc p {
box-sizing: border-box;
margin: 0;
padding: 20px;
float: left;
}
.catdesc_m1 {
width: 35%;
font: 700 1.3em/140% 'Open Sans Condensed', sans-serif;
}
.catdesc_m2 {
width: 65%;
font: .95em/150% 'Open Sans', sans-serif;
}
.halfwidth {
float: left;
width: 50%;
}
.halfwidth p {
margin: 14px 20px;
}
.homebottom {
background-color: #eee;
margin: 20px;
padding: 10px 10px 0;
}
.homebottom .halfwidth p:nth-child(odd) {
margin-bottom: 0;
}
.homebottom .halfwidth p:nth-child(even) {
margin-top: 7px;
}
.readon {
clear: both;
margin: 0 -10px;
font-weight: 600;
background-color: #eee;
border-top: 1px solid #fff;
padding: 8px 15px 8px 30px;
}
.readon a {
box-sizing: border-box;
display: block;
width: 60px;
color: #000;
font-weight: 600;
text-transform: uppercase;
background: url(../img/more_arr_blk.png) no-repeat right center;
}
.readon a:hover {
color: #cc1e26;
background: url(../img/more_arr_red.png) no-repeat right center;
}
.readmore_news {
font-weight: 600;
padding: 20px;
}

.readmore_news .linkcontainer {
float: left;
width: 49%;
}
.readmore_news a {
display: block;
color: #000;
text-transform: uppercase;
white-space: nowrap;
}
.readmore_news .linkcontainer:nth-of-type(1) a {
float: right;
margin-right: 15px;
padding-left: 40px;
text-align: right;
}
.readmore_news .linkcontainer:nth-of-type(1) a:before {
content: "";
display: inline-block;
vertical-align: middle;
width: 30px;
height: 30px;
margin-right: 10px;
background: #0D3C66 url(../img/readmore.png) no-repeat center top;
border-radius: 15px;
}
.readmore_news .linkcontainer:nth-of-type(1) a:hover:before {
background-color: #CC1E26;
}
.readmore_news .linkcontainer:nth-of-type(2) a {
float: left;
margin-left: 15px;
}
.readmore_news .linkcontainer:nth-of-type(2) a:after {
content: "";
display: inline-block;
vertical-align: middle;
width: 30px;
height: 30px;
margin-left: 10px;
background: #0D3C66 url(../img/readmore.png) no-repeat center bottom;
border-radius: 15px;
}
.readmore_news .linkcontainer:nth-of-type(2) a:hover:after {
background-color: #CC1E26;
}
.readmore_news .linkcontainer.inactive:nth-of-type(1) a,
.readmore_news .linkcontainer.inactive:nth-of-type(2) a {
color: #666;
}
.readmore_news .linkcontainer.inactive:nth-of-type(1) a:before,
.readmore_news .linkcontainer.inactive:nth-of-type(2) a:after {
background-color: #999;
}



#content-bottom {
width: 100%;
max-width: 950px;
margin: 0 auto;
padding: 40px 0;
}

#fb {
float: left;
margin-right: 15px;
}
/*.fb-like {
padding-bottom: 10px;
}*/
.tw {
float: left;
padding-top: 2px;
}

/*** article tags ***/

.tagswrap {
margin-top: 30px;
padding: 10px;
font-size: .9em;
background-color: #F4F4F4;
}
.tagswrap a {
margin-right: 5px;
}
.tagswrap a:before {
content: "• ";
}
.tagstitle {
font-weight: bold;
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px dotted #999;
}

/*** Tags display page ***/

#tags {
padding: 20px 20px 50px;
}
#tags .columns {
-webkit-perspective:1;
-webkit-columns: 3 280px;
-moz-columns: 3 280px;
columns: 3 280px;
-webkit-column-gap: 2em;
-moz-column-gap: 2em;
column-gap: 2em;
/*-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;*/
}
#tags p {
margin: 0;
box-sizing: border-box;
overflow: hidden;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;

}
#tags a {
display: block;
padding: 6px 12px;
font-weight: 600;
color: #000;
background-color: #eee;
border-radius: 3px;
margin: 0 0 15px;
}
#tags a:hover {
color: #fff;
background-color: #CC1E26;
}

/* end Tags */

/* Calendar */

#full_calendar {
margin: 20px 20px 0;
}
#full_calendar p {
margin: 0 0 5px 0;
}
#calendar {
min-height: 480px;
}
.table {
display: table;
width: 100%;
border-collapse: collapse;
}
.table-row {
display: table-row;
}
.table-cell {
display: table-cell;
padding: 10px;
font-weight: bold;
border: 1px solid #dadada;
}
.table-row:nth-child(even) {
background-color: #f2f2f2; 
}
.table-row .table-cell:first-child {
width: 10%;
min-width: 50px;
white-space: nowrap;
}
.table-row .table-cell:last-child {
width: 70%;
font-weight: normal;
}

/* end Calendar */

.fixed {
display: none;
height: 40px;
position: fixed;
bottom: 20px;
right: 0;
z-index: 40;
}
.fixed a {
display: block;
float: left;
height: 40px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, .6);
}

#to_top {
width: 50px;
background: #ddd url(../img/ico_top1.png) no-repeat left top;
}
#to_top:hover {
background: #CC1E26 url(../img/ico_top1.png) no-repeat left bottom;
}

/**** Modal ****/

.modal {
position: relative;
display: none;
width: 100%;
overflow-y: auto;
background-color: #fff;
box-shadow: 0px 8px 26px rgba(0, 0, 0, .4);
}

.modal .lining {
padding: 30px 20px;
}
.modal-footer {
position: absolute;
width: 30px;
height: 30px;
right: 0;
top: 0;
}
#impresum.modal a.close-modal {
box-sizing: border-box;
display: block;
width: 30px;
height: 30px;
padding-left: 1px;
text-align: center;
font-size: 22px;
line-height: 28px;
color: #fff;
background-color: #0D3C66;
}
#impresum.modal a.close-modal:hover,
#impresum.modal a.close-modal:focus {
background-color: #CC1E26;
}

#impresum.modal {
box-sizing: border-box;
max-width: 640px;
font-size: 13px;
line-height: normal;
background-color: #eee;
}
.toprow {
padding: 0 20px 20px;
}
.division {
box-sizing: border-box;
float: left;
width: 33.33%;
padding: 0 20px;
border-right: 1px solid #ccc;
}
.division:last-child {
border-right: none;
}
#impresum h2,
#impresum h3 {
padding-top: 0;
}
#impresum h3 {
font-size: 17px;
}
#impresum p {
margin: 0;
}
#impresum a {
color: #CC1E26;
}
#impresum a:hover, 
#impresum a:focus {
color: #000;
}
/**** end Modal ****/


/******************* Media queries *******************/



@media screen and (max-width: 1023px) {

#footer {
padding: 0 20px;
}

}


@media screen and (max-width: 989px) {

#topnav .contentcol {
border: none;
}
.blog {
width:100%;
max-width: 660px;
margin: 0 auto;
}
.article {
float: none;
margin: 0 auto 40px;
padding: 0 20px;
}
.results .article {
margin: 0 auto;
padding: 0 20px 40px;
}
.media .article.articlelist {
padding-bottom: 0;
}
.pagination {
max-width: 670px;
margin: auto;
}

.sidebar,
#content-bottom {
float: none;
width: auto;
max-width: 630px;
margin: 15px auto 0;
padding: 0 20px;
}
#content-bottom {
padding-top: 20px;
padding-bottom: 20px;
}
.category-desc p {
float: none;
}
.catdesc_m1,
.catdesc_m2 {
width: auto;
}
.category-desc p.catdesc_m2 {
padding-top: 0;
}
#jumpmenu {
display: none;
}
a.module.ghost {
display: block;
}
.pagination ul {
text-align: left;
}

#program_pdf_sidebar {
display: none;
}
#program_pdf_column {
display: block;
}
.izbori h1.visible {
margin-top: 1.25em;
}



}


@media screen and (max-width: 980px) {

#site-title h1 {
padding-left: 20px;
vertical-align: middle;
}
#subtitle {
padding-right: 20px;
vertical-align: middle;
}

}

@media screen and (max-width: 880px) {

#site-title a:hover,
#site-title a:focus {
color: #CC1E26;
}

/********** Navigation **********/

#headerwrap, .navi {
background-color: #0D3C66;
}
#navmain a.trigger-navmain {
display: block;
}
.mainsub {
display: none;
width: auto;
}
#navigation {
display: block;
}
.navitem {
display: block;
text-align: left;
border-right: none;
}
#navmain .mainsub a {
border-top: 1px solid #536BAC;
}
#navmain .navitem.home {
display: none;
}
.sub {
position: static;
width: auto;
border-top: none;
box-shadow: none;
}
#navmain .sub a,
#navmain .active .sub a {
background-color: #5581C1;
border-bottom: none;
border-top-color: #89A9D8;
}
#navmain .sub a:hover {
background-color: #6992CD;
}
#navmain .active a {
background-color: #0A2C49;
}

/*End Navigation*/

/*#impresum .contentcol {
padding: 40px 10px;
}
#impresum .division {
padding: 0 10px;
}*/

}


@media screen and (max-width: 800px) {

.articlelist {
margin: 0 0 30px;
}
.media .sidebar {
margin: 15px 0 40px;
}
.media .pagination {
margin: 0;
}
/*.promo {
vertical-align: top;
}
#special a:nth-of-type(1) {
margin-bottom: 10px;
}
.motto {
width: 160px;
}*/
.media .sidebar {
max-width: 100%;
}

}


@media screen and (max-width: 920px) {


#promo div {
font-size: 18px;
}
.promo_program a {
font-size: 20px;
}
.promo_text span {
display: inline;
}


}



@media screen and (max-width: 820px) {


#promo div {
font-size: 16px;
line-height: 1.4;
}
.promo_program a {
font-size: 17px;
}
.oznaka {
margin-bottom: 2px;
}

/* special pri vrhu */

/*.link-container {
flex-direction: column;
margin: 0;
padding: 0 20px;
}
.link-container a {
display: block;
width: 100%;
margin: 10px;
}*/

/* end special */



}




@media screen and (max-width: 767px) {

.blog {
max-width: 290px;
}
.module {
float: none;
margin: 0 auto 20px;
}
.item, .videoarticles .item {
height: auto;
}
.blog h2 {
min-height: 0;
}
/* privremeno: .blogpage #contentwrap,
.articlepage.media #contentwrap {
padding-top: 15px;
}*/
.pagination {
background: #eee;
padding: 25px 20px 20px;
max-width: none;
}
.results .pagination {
padding: 25px 20px 20px;
margin: 0 auto;
}
.pagination ul li {
display: block;
float: left;
margin-right: 5px;
margin-bottom: 5px;
}
.pagination a {
border-radius: 0;
}
a.module.ghost {
display: none;
}
/*.extralining {
padding: 10px 30px 20px;
}*/

#promo, .promo_image .promo_text, .promo_program {
display: block;
}
#promo {
padding: 20px 0;
}
#promo div {
font-size: 20px;
padding: 0 20px;
}
#promo div.promo_text {
line-height: 1.2;
padding: 15px 20px 10px;
border: none;
border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}

#promo div.promo_program {
padding: 10px 50px 0 20px;
}
.promo_program a {
font-size: 20px;
}
.oznaka {
display: inline;
font-size: 20px;
margin-bottom: 0;
}
.promo_image img {
width: 140px;
}

#promo .square {
top: 18px;
right: 30px;
width: 16px;
height: 16px;
}
#promo .square.small {
top: 8px;
width: 10px;
height: 10px;
}

}


@media screen and (max-width: 709px) {

#promo, .promo_image, .promo_text {
display: block;
width: auto;
}
.promo_image {
padding-bottom: 0;
}
#contentwrap1 {
padding: 1px 0 20px;
/*padding: 20px 0;*/
}
/*.extralining {
padding: 20px;
}*/

/* special pri vrhu */

.link-container {
margin-top: 20px;
}

/* end special */


}

@media screen and (max-width: 680px) {

#site-title {
padding: 30px 0;
}
#site-title h1 {
font: bold 32px/32px 'Open Sans Condensed', sans-serif;
padding-right: 15px;
}
#subtitle {
font-size: 15px;
padding-left: 15px;
}
.homebottom .halfwidth {
float: none;
width: 100%;
}
.homebottom .halfwidth:nth-of-type(1) {
padding-top: 5px;
}
.homebottom .halfwidth:nth-of-type(2) {
padding-bottom: 10px;
}
.homebottom .halfwidth p:nth-child(odd) {
margin-bottom: 0;
}
.homebottom .halfwidth p:nth-child(even) {
margin-top: 7px;
}
#footer-left,
#footer-right {
float: none;
width: 100%;
margin: 0;
}
#footer-left {
margin-bottom: 15px;
}
#footer-right {
text-align: left;
}
#footer-right img {
float: none;
margin-top: 30px;
}

a.app {
margin: 0 10px 0 0;
}

.article_banner_wrap {
margin: 0 -20px 20px;
}
.izbori #contentwrap {
padding-top: 1px;
}

}


@media screen and (max-width: 640px) {


.homebottom {
padding-top: 5px;
}
.shorty .video {
max-width: 560px;
}
.article_banner div.text {
padding-left: 0;
}

}



@media screen and (max-width: 610px) {

#site-title {
padding: 20px 0;
}
#site-title h1 {
display: block;
padding: 0 20px 15px;
font-size: 30px;
line-height: 30px;
border-right: none;
}
#subtitle {
display: block;
width: auto;
padding: 0 20px;
}

}


@media screen and (max-width: 580px) {

#social,
#search {
right: 0;
width: 100%;
}
.shorty .video {
max-width: 500px;
}

.modal {
max-width: 100%;
height: 100%;
}
.toprow {
padding: 0 20px 0;
}
.division {
float: none;
width: auto;
padding-top: 20px;
padding-bottom: 20px;
border-right: none;
border-bottom: 1px solid #ccc;
}
.division:last-child {
border-bottom: none;
}


.article_banner div:first-child {
flex-grow: 0;
}
.article_banner div:first-child img {
width: 140px;
}
.article_banner div.text {
white-space: nowrap;
}
.article_banner p {
font-size: 14px;
padding-bottom: 8px;
}
.article_banner h4 {
font-size: 24px;
}
.article_banner_wrap .square.small {
width: 10px;
height: 10px;
}
.article_banner_wrap .square {
right: 35px;
width: 15px;
height: 15px;
}


#program_pdf_column img {
height: 34px;
}
#program_pdf_column .nadnaslov {
font-size: 13px;
} 

#program_pdf_column .naslov {
font-size: 15px;
} 


}


@media screen and (max-width: 520px) {
.link-container #slika1 {
display: none;
}
.link-container #slika2 {
display: block;
}
}


@media screen and (max-width: 480px) {

#site-title {
padding: 15px 0;
}
#site-title h1 {
font: bold 28px/28px 'Open Sans Condensed', sans-serif;
padding-right: 0;
padding-bottom: 10px;
}
#subtitle {
font-size: 14px;
line-height: normal;
}
h1 {
font: 700 1.8em/120% 'Open Sans Condensed', sans-serif;
}
h2, .articlepage .blog h2 {
padding-top: 0;
margin-top: 10px;
}
#contentwrap3 {
padding-bottom: 0;
}
.homebottom {
margin: 0;
}
#mast {
min-height: 0;
padding: 0;
}
.shorty .video {
max-width: 400px;
}

.promo_text {
font-size: 20px;
line-height: 1.25;
}
.citat {
padding: 14px 15px;
}


/**** Full calendar ***/

.table {
display: block;
border: 1px solid #dadada;
border-bottom: none;
}
.table-row {
display: block;
}
.table-cell {
float: left;
display: block;
border: none;
}
.table-row:nth-child(even) {
background-color: #f2f2f2; 
border-top: none; 
border-bottom: none;
}
.table-row .table-cell:first-child {
width: auto;
min-width: 10px;
padding-right: 0;
}
.table-row .table-cell:last-child {
width: auto;
float: none;
clear: both;
padding: 0 10px 10px;
border-bottom: 1px solid #dadada;
}

/*** end Full calendar ***/



}


@media screen and (max-width: 479px) {

a#social-trigger, #social {
display: none;
}
#navmain a {
font: 700 15px/48px "Open Sans Condensed",sans-serif;
}
.homebottom {
padding: 0;
background-color: transparent;
}
.readon {
padding: 15px 15px 15px 30px;
background-color: transparent;
border-top: 1px solid #dadada;
margin: 0;
}
.squeeze, .video {
border: 1px solid #999;
}
.caption {
padding: 10px;
}
.category-desc p {
padding: 10px;
}
.category-desc .catdesc_m1 {
padding-bottom: 20px;
}
h1 {
font: 700 1.6em/120% 'Open Sans Condensed', sans-serif;
}
.lead {
font: 700 1.2em/125% "Open Sans Condensed",sans-serif;
margin: 20px 0;
}
#footerwrap {
padding: 30px 0 40px 0;
}
#social-bottom1 {
display: none;
}
#footer p#social-bottom2 {
display: block;
margin-bottom: 15px;
}
#social-bottom2 a {
display: block;
padding: 0 5px;
float: left;
border-left: 1px solid #536BAC;
}
#social-bottom2 a:last-child {
border-right: 1px solid #536BAC;
}
.homebottom .halfwidth:nth-of-type(2) {
padding-bottom: 20px;
}
.fixed {
bottom: 10px;
}
.motto {
width: 141px;
}
.borderedimg.left {
float: none;
width: 100%;
margin-bottom: 20px;
}

.article_banner div:first-child img {
width: 120px;
}
.article_banner div.text {
align-self: flex-end;
}
.article_banner p {
display: none;
}
.article_banner h4 {
font-size: 22px;
margin-bottom: -2px;
}

}

@media screen and (max-width: 470px) {


#promo div, .promo_program a {
font-size: 17px;
}
.oznaka {
display: block;
margin-bottom: 5px;
font-size: 15px;
}
.article_banner_wrap .square.small {
top: 8px;
right: 10px;
width: 9px;
height: 9px;
}
.article_banner_wrap .square {
top: 16px;
right: 30px;
width: 14px;
height: 14px;
}

.article_banner h4 {
font-size: 18px;
}

}


@media screen and (max-width: 450px) {


.article_banner div:first-child img {
width: 110px;
}


}



@media screen and (max-width: 399px) {

#to_top {
width: 40px;
}

}


@media screen and (max-width: 380px) {

.halfwidth img {
width: 100%;
}
.shorty .video {
max-width: 280px;
}

.article_banner div:first-child {
padding: 20px 15px 20px 10px;
}
.article_banner div.text {
padding-right: 10px;
}

.article_banner div:first-child img {
width: 100px;
}
.article_banner h4 {
font-size: 18px;
}

}


@media screen and (max-width: 360px) {
.searchcontainer .inputbox {
width: 87%;
}
.searchcontainer .button {
width: 13%;
}
.readmore_news .linkcontainer:nth-of-type(1) a {
margin-right: 10px;
padding-left: 35px;
}
.readmore_news .linkcontainer:nth-of-type(2) a {
margin-left: 10px;
}
.borderedimg.left {
border: 0;
padding: 0;
width: 100%;
}
.promo_text {
font-size: 18px;
}


}


@media screen and (max-width: 340px) {


.article_banner h4 {
font-size: 16px;
}


}



@media screen and (max-width: 320px) {
.shorty .video {
max-width: 240px;
}
.borderedimg {
padding: 10px;
}

}


@media screen and (-webkit-min-device-pixel-ratio:0) {
body {
line-height: 150%;
}

}