/*.wf-loading * {
	opacity: 0;
}
.wf-loading {
    background: url('../img/loading_bar.png') no-repeat center center;
    height: 100%;
    overflow: hidden;
}
.wf-active *, 
.wf-inactive * {
    -webkit-transition: opacity 1s ease-out;  
    -moz-transition: opacity 1s ease-out; 
    -o-transition: opacity 1s ease-out;  
    transition: opacity 1s ease-out;  
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}*/

/*// LAYOUT ///////////////////////////////////////////////*/
body {
    font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
    /*font-weight: lighter;*/
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #FFF;
    overflow-x: hidden;
	width: 100%;
}
.innerwrap {
	max-width: 994px;
	margin: 0 auto;
}
#maincontent {
	margin-bottom: 60px;
	margin-left: 0;
	margin-right: 0;
}
#leftcol {
    padding-right: 0;
    padding-left: 0;
    width: 51%;
}
#rightcol {
	width: 460px;
	float: right;
	padding-right: 0;
}


/*// HEADER ///////////////////////////////////////////////*/
#topnav {
	min-height: 63px;
	background-color: #000;
	border-radius: 0;
	font-family: 'Oxygen Mono', sans-serif;
	font-size: 1.2em;
	border: 0;
}
#logo-head {
	padding-top: 11px;
	padding-bottom: 11px;
	width: 209px;
}
#topnav .navbar-brand {
	padding: 0px 10px 0px 0px;
	height: 63px;
}
#topnav .navbar-nav {
    font-size: 0.95em;
}
#topnav .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
}
#topnav a, #topnav a:visited {
	color: #fff;
	line-height: 63px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#topnav a:hover, #topnav a:active {
	background-color: #333;
}
#topnav .navbar-brand:hover, #topnav .navbar-brand:active {
	background-color: #000;
}
#topnav a .caret, #topnav a:visited .caret {
	color: #000;
}
#topnav a:hover .caret, #topnav a:active .caret {
	color: #fff;
}
#topnav .dropdown-menu {
	background-color: #000;
	padding: 0;
	margin: 0;
	border-top: 1px solid #fff;
	margin-top: 1px;
}
#topnav .dropdown-menu a {
	line-height: 40px;
}
#topnav .dropdown-menu li:first-child a {
	padding-top: 10px;
}
#topnav .dropdown-menu li:last-child a {
	padding-bottom: 15px;
}
#searchform{
	margin-right: -25px;
	padding-right: 0px;
	position: relative;
}
#searchbox {
    border: medium none;
    border-bottom: 1px solid #595959;
    border-radius: 0px;
    box-shadow: none;
    background: transparent url("../img/search.png") no-repeat scroll right center;
    margin-top: 9px;
    padding: 10px 40px 10px 10px;
    width: 175px;
    color: #fff;
}
#searchbtn {
	display: block;
	position: absolute;
	right: 0px;
	top: 9px;
	background: transparent;
	width: 20px;
	padding: 0;
	height: 34px;
}
#DateNaslovnaForm {
	padding-right: 0px;
	margin-right: -25px;
}



/*// FOOTER ///////////////////////////////////////////////*/
hr#foot-separator {
	width: 100%;
	height: 18px;
	border: 0px none;
	background: transparent url("../img/separator-footer.png") repeat-x scroll right center;
}
#foot-map {
	height: 230px;
	margin-bottom: 35px;
}
#foot-map .leaflet-tile-pane, #foot-map .leaflet-control {
	filter: grayscale(100%);
}
#foot-map div.leaflet-marker-pane {
    filter: hue-rotate(150deg);
}
#logo-foot {
	margin-bottom: 55px;
	display: block;
	width: 174px;
}
.foot-half {
	width: 55%;
	display: inline-block;
	float: left;
	font-size: 0.9em;
	overflow: auto;
	word-break: break-all;
}
.foot-half:first-of-type {
	margin-right: 2%;
	width: 43%;
}
.foot-imgbox {
	padding-right: 0;
	text-align: right;
	margin-bottom: 30px;
}
.foot-imgbox img {
	display: inline-block;
	max-height: 50px;
}
.face-tw-box img {
	max-width: 32%; 
}
.face-tw-box .margin-r {
	margin-right: 3%;	
}
#fb-tw-share {
	-webit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.8;
}

.copyright a {
	display: inline-block;
	margin: 10px 15px 0px 0px;
	text-decoration: underline;
}
#cookie-bar {
	color: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 20px 10px;
	background-color: rgba(0,0,0,0.5);
	text-align: left;
	font-size: 1em;
}
.cookie-bar-txt {
	display: inline-block;
	margin: 10px 5px;
}
#cookie-bar a {
	font-weight: bold;
	text-decoration: underline;
}
#cookie-bar a, #cookie-bar a:visited, #cookie-bar a:hover, #cookie-bar a:active {
	color: #fff;
}
#cookie-bar a.cookie-bar-close {
	text-decoration: none;
	padding: 10px;
	margin: 5px;
	color: #000;
	background-color: rgba(255,255,255,0.8);
	margin-right: 120px;
}	


/*// SADRŽAJ LIJEVO ///////////////////////////////////////////////*/
.h1, .h2, .h3, h1, h2, h3 {
    font-family: 'Oxygen Mono', sans-serif;
    font-weight: bold;
	font-size: 1.4em;
	color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    display: block;
    line-height: 1.4em;
}
h2.subitem {
	margin-left: 0px;
	font-size: 1.2em;
	font-weight: normal;
	margin: 15px 0 0 0;
	display: inline-block;
	text-decoration: underline;
}
.podnaslov {
	margin-left: 20px;
    margin-bottom: 10px;
    margin-top: -5px;
    font-size: 18px;
	line-height: 1.1;
}
.podnaslov_list {
    margin-bottom: 5px;
}
.eventbox h3 {
	font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 4px;
}
.separator-left {
	background: transparent url("../img/separator-left.png") no-repeat scroll left center;
	height: 21px;
	width: 500px;
	max-width: 100%;
}
.separator-left-color {
	background: transparent url("../img/separator-left-color.png") no-repeat scroll left center;
	height: 21px;
	width: 497px;
	max-width: 100%;
}
.separator-full-color {
	background: transparent url("../img/separator-full-color.png") no-repeat scroll left center;
	height: 21px;
	width: 100%;
	max-width: 100%;
}
.separator-right {
	background: transparent url("../img/separator-right-big.png") no-repeat scroll left center;
	height: 21px;
	width: 444px;
	max-width: 100%;
}
#maincontent a:hover, #maincontent a:active{
	color: #000;
}
a, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active{
	color: #999;
}
#maincontent a {
    line-break: anywhere;
}
#maincontent a, #maincontent a:visited {
	text-decoration: underline;
}
#maincontent .event-badges a, #maincontent .event-badges a:visited {
    text-decoration: none;
}
#maincontent .event-badges a:hover, #maincontent .event-badges a:active{
	color: #777;
}
.date-title {
	font-size: 1.3em;
	margin: 10px 0;
}
.eventbox {
	position: relative;
	overflow: auto;
	margin-top: 10px;
}
.event-imglink {
	height: 150px;
}
.eventbox img, .event-badges img {
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
	max-width: 100%;
}
.event-text {
	margin-bottom: 15px;
	clear: both;
	display: none;
}
.eventmain {
	position: relative;
	overflow: auto;
	font-size: 1.1em;
}
.open-text {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	padding-right: 30px;
	background: transparent url("../img/plus.png") no-repeat scroll right center;
}
.open-text.active {
	background: transparent url("../img/minus.png") no-repeat scroll right center;
}
.important-link {
	font-size: 1.4em;
	margin: 10px 0;
	display: inline-block;
}
.vrsta-izlozba, .vrsta-premijera, .vrsta-tribina, .vrsta-ostalo {
	position: absolute;
	height: 47px;
	width: 47px;
	top: 103px;
	z-index: 100;
}
.vrsta-izlozba {
	background: transparent url("../img/tag-izlozba.png") no-repeat scroll left bottom;
}
.vrsta-premijera {
	background: transparent url("../img/tag-premijera.png") no-repeat scroll left bottom;
}
.vrsta-tribina {
	background: transparent url("../img/tag-tribina.png") no-repeat scroll left bottom;
}
.vrsta-ostalo {
	background: transparent url("../img/tag-ostalo.png") no-repeat scroll left bottom;
}
.event-imglink {

}
.filter-box {
	font-size: 1.2em;
	margin: 15px 0 20px 0;
}
.filter-box .spacer {
	margin: 0 8px;
}
.arhiva-year {
	font-weight: bold;
	font-size: 1.2em;
	margin: 20px 0;
}
.arhiva-month {
	font-size: 1.2em;
}
.maintext-box {
	margin: 10px 0px 20px 0px;
}
.article-image {
	display: block;
	/*float: left;*/
	max-width: 50%;
	margin-bottom: 15px;
	padding-right: 20px;
}
.signelton {
	white-space: nowrap;
}
.autospacer {
	margin: 0 6px;
}
.signelton:last-of-type .autospacer {
	display: none;
}
.dates-list {
	margin: 20px 0 40px 0;
}
.dates-list .date-title {
	margin-top:30px;
}
.dates-inline {
	margin-bottom: 20px;
}
.dates-inline b {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.sub-block {
	width: 154px;
	height: 154px;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 20px 15px;
}
#obrazovanje a:nth-child(3n+3) .sub-block {
	margin-right: 0px;
}
.sub-block-kategorija {
	font-size: 1.05em;
	letter-spacing: -1px;
	font-weight: bold;
	opacity: 0.6;
	color: #fff;
}
.sub-block-podnaslov {
	opacity: 0.6;
}
.sub-block-naslov {
	font-weight: bold;
	font-size: 0.9em;
	position: absolute;
	bottom: 10px;
	width: 85%;
	word-wrap: break-word;
}
#obrazovanje a, #obrazovanje a:visited {
	color: #fff;
}
#obrazovanje a:hover, #obrazovanje a:active {
	color: #fff;
	text-decoration: none;
}
#obrazovanje a:hover .sub-block, #obrazovanje a:active .sub-block
{
	opacity: 0.7;
}
.aktualnost-leftbox {
    overflow: auto;
}
h2.akt-left {
    margin-left: 0px;
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 20px;
}
#addtowrap {
	clear: both;
	padding-top: 15px;
}
.downloadlink a {
	font-size: 1.2em;
	margin-bottom: 10px;
	display: inline-block;
}
#maincontent .downloadlink a, #maincontent .downloadlink a:visited {
	text-decoration: none;
}
#maincontent .downloadlink a:hover, #maincontent .downloadlink a:active {
	text-decoration: underline;
}
.downloadlink .glyphicon {
	margin-left: 10px;
}
.fb_iframe_widget {
    top: -4px;
    margin-left: 5px;
}
#leftcol img {
    max-width: 100%;
}


/*// SADRŽAJ DESNO ///////////////////////////////////////////////*/
#rightcol a, #rightcol a:visited {
	color: #000;
	text-decoration: none;
}
#rightcol a:hover, #rightcol a:active{
	color: #000;
	text-decoration: underline;
}
.rightspacer {
	background: transparent url("../img/separator-right.png") no-repeat scroll left center;
	height: 7px;
	width: 100%;
	display: block;
	clear: both;
}
.imgframed-right {
	background: transparent url("../img/frame-right.png") no-repeat scroll right top;
	padding-top: 21px;
	padding-right: 19px;
	margin-bottom: 10px;
	max-width: 100%;
}
.kalendar-dogadanja {
	background: transparent url("../img/kalendar-dogadanja.png") no-repeat scroll right center;
	width: 444px;
	height: 114px;
	max-width: 100%;
}
.kalendar-dogadanja-noborder {
	background: transparent url("../img/kalendar-dogadanja-noborder.png") no-repeat scroll left center;
	width: 424px;
	height: 93px;
	max-width: 100%;
}
.skolska-kinoteka {
	background: transparent url("../img/skolska-kinoteka-banner.png") no-repeat scroll right center;
	width: 444px;
	height: 221px;
	max-width: 100%;
	margin-bottom: 10px;
}
.aktualnost-box {
	overflow-y: auto;
	width: 443px;
	max-width: 100%;
}
.date-title{
	overflow: auto;
}
.date {
	float: left;
	margin-right: 15px;
}
.aktualnost-box .h4 {
	font-weight: bold;
	margin-top: 0;
}
.switch-box {
	margin-bottom: 20px;
}
.switch-text, .ostale-link {
	font-size: 1.1em;
	padding: 5px 0;
	display: inline-block;
	padding-right: 30px;
	background: transparent url("../img/plus.png") no-repeat scroll right center;
}
.switch-text.active {
	background: transparent url("../img/minus.png") no-repeat scroll right center;
}
.izdvojeno-box {
	background: transparent url("../img/izdvojeno.png") no-repeat scroll right top;
	min-height: 153px;
	padding-top: 20px;
	padding-right: 39px;
	margin-bottom: 10px;
	width: 443px;
	max-width: 100%;
}
.izdvojeno-box .h4 {
	margin-left: 0;
	margin-bottom: 15px;
	display: block;
}
.frame-right {
	background: transparent url("../img/frame-right.png") no-repeat scroll right top;
	min-height: 223px;
	padding-top: 20px;
	padding-right: 19px;
	margin-bottom: 10px;
	width: 443px;
	max-width: 100%;
}
.thumb-right-framed {
	background: transparent url("../img/frame-right.png") no-repeat scroll right top;
	padding-top: 20px;
	padding-right: 19px;
	margin-bottom: 30px;
	max-width: 100%;
}
.frame-right-box {
	padding-top: 10px;
	padding-right: 20px;
}
.frame-right-box .h4 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.oglasnaploca .switch-box {
	margin-bottom: 5px;
}
.oglasnaploca .h2 {
	margin-top: 40px;
}
.shortframe-right {
	background: transparent url("../img/frame-right-short.png") no-repeat scroll right top;
	min-height: 140px;
	width: 444px;
	max-width: 100%;
	padding-top: 20px;
	padding-right: 19px;
	margin-bottom: 10px;
}
.shortframe-right form {
	float: left;
	width: 65%;
	padding: 10px 10px 10px 20px;
}
.shortframe-right img {
	float: right;
	padding: 10px;
}
.shortframe-right form input {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #000;
}
.shortframe-right form .form-group:first-of-type {
	margin-bottom: 0;
}
.povratak-na-prog {
	font-size: 0.9em;
	color: #878787;
	margin-bottom: 15px;
	display: block;
}
.povratak-na-prog img {
	padding-right: 10px;
}
.article-right-gallery {
	margin-top: 52px;
}
.obrazovanje-right-gallery {
	margin-top: 29px;
}
.event-right-gallery {
	margin-top: 76px;
}
.event-badges .glyphicon {
	font-size: 21px;
} 
.event-badges {
	overflow: auto;
	line-height: 21px;
}
.event-badge-titles {
	margin-top: -4px;
	vertical-align: super;
	padding: 0 15px 0 5px;
}

#fancybox-close {
    top: -15px;
    right: -33px;
}

#maincontent .pagination {
	display: block;
	clear: both;
}
#maincontent .pagination a, #maincontent .pagination a:visited {
    text-decoration: none;
    background-color: #ccc;
}
#maincontent .pagination a:hover, #maincontent .pagination a:active {
    background-color: #bbb;
	font-weight: bold;
}
#maincontent .pagination .numbers a, #maincontent .pagination .prev a, #maincontent .pagination .next a, #maincontent .pagination .inactive a {
    padding: 7px 9px 9px 9px;
}
#maincontent .pagination .inactive a {
	background-color: #ddd;
	color: #999;
}
#maincontent .pagination .current a {
	background-color: #ccc;
	font-weight: bold;
}
#contactform {
	margin-bottom: 30px;
}
#contactform input, #contactform textarea {
	border: none;
	border-bottom: 1px solid #595959;
	border-radius: 0px;
	box-shadow: none;
	padding: 10px;
}
#maincontent .alert a {
    text-decoration: none;
}

/*////// eu projekti */
#fullcol {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;

	padding-top: 20px;
}
#fullcol.eu-projekti h2 {
	margin-left: 0;
	padding-left: 0;
    line-height: 1.5em;
}
#leftcol.eu-projekti {
	width: 66.66666667%;
}
#rightcol.eu-projekti {
	width: 33.33333333%;
	padding-top: 12px;
	padding-left: 50px;
}
#rightcol.eu-projekti a, #rightcol.eu-projekti a:visited {
	display: block;
	padding: 5px 0;
	font-weight: bold;
	font-size: 1.2em;
}
#rightcol.eu-projekti a:hover, #rightcol.eu-projekti a:focus, #rightcol.eu-projekti a.active {
	text-decoration: none;
	color: #999;
}
.eu-projekti h2, .eu-projekti h3 {
	margin-left: 0;
	padding-left: 0;
}
.eu-projekti h3.subitem {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 1.1em;
}
.article-box {
	overflow: auto;
	margin-top: 40px;
}
.article-thumb {
	float: left;
	max-width: 30%;
}
.date-suptitle {
	display: block;
}
h3.eu-article {
	margin-top: 5px;
}
.subcat-image {
	margin-bottom: 20px;
}
#maincontent a.povratak {
	float: right;
	display: inline-block;
	margin-bottom: 20px;
	text-decoration: none;
}
