/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html{
    font-size: calc(0.6em + 1vw)!important;
    -webkit-text-size-adjust: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

body {
	line-height: 1;
	background:#eee;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#019a01;
	text-decoration:none;
    transition: all 0.2s ease-out 0s;
}
a:hover{
	color:#656565;
	text-decoration:none;
    transition: all 0.2s ease-out 0s;
}
 a, a:visited, a:focus, a:active, a:hover{
     -webkit-tap-highlight-color:rgba(0,0,0,0);
     -webkit-tap-highlight-color:transparent;
}
table{
    width: 100%;
    margin: 10px 0;
}
table tr td{
    line-height: 23px;
    padding: 5px;
    border-bottom: solid 1px #ededed;
}
input {
    font-size: 14em;
    color: #333;
    border: 1px solid #dedede;
    padding: 0.8em 1em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
input:required, 
select:required,
textarea:required,
button:required {
    box-shadow: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
textarea {
    width: 28.5em;
	font-family: "Open Sans",sans-serif;
    font-size: 14em;
    color: #333;
    border: 1px solid #dedede;
    padding: 0.8em 1em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
	resize:none;
}
select {
	width:26.5em;
    font-size: 14em;
    color: #333;
    border: 1px solid #dedede;
    padding: 0.8em 1em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.button {
	clear: both;
    background: none repeat scroll 0% 0% #F8F8F8;
    border: 1px solid #DEDEDE;
    color: #555;
	padding:6em 30em;
	margin-top:20em;
	margin-bottom:20em;
    border-radius: 5em;
}
.button:hover {
    background: none repeat scroll 0% 0% #EEE;
    border: 1px solid #CCC;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
*:focus {
    outline: none;
}

/*template*/

.clr{
    display: block;
	clear:both;
    float: none!important;
}
.overflow{
    overflow: hidden;
}
.hidden{
    display: none;
}
.hide-desktop{
    display: none!important;
}

h1{
    font-size: 2.3em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.025em;
    margin-bottom: 0.22em;
    color: #019a01;
}
h2{
    font-size: 2.2em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0.454545em;
    color: #019a01;
}
h3{
    font-size: 2em;
    font-weight: 600;
    padding-top: 1em;
    padding-bottom: 0.75em;
    color: #656565;
}
h4{
    font-size: 1.8em;
    font-weight: 600;
    padding-top: 1.1111em;
    padding-bottom: 0.8333em;
    color: #656565;
}
h5{
    font-size: 1.6em;
    font-weight: 600;
    padding-top: 1.25em;
    padding-bottom: 0.9375em;
    color: #656565;
}
h6{
    font-size: 1.4em;
    font-weight: 600;
    padding-top: 1.4285em;
    padding-bottom: 1.0714em;
    color: #656565;
}
.breadcrumbs{
    font-size: 1.5em;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    letter-spacing: -0.025em;
    margin-bottom: -0.3em;
    color: #656565;
}
.breadcrumbs a{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.breadcrumbs span{
    color: #656565;
}

.container{
    width: 90%;
    max-width: 1520px;
    margin: auto;
    box-sizing: border-box;
}
.content.single .container{
    position: relative;
    margin-top: -5.9em;
}
header{
    position: relative;
    font-size: 0.34725rem;
    background: #fff;
}
header::before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    min-height: 10em;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}
header .container{
    position: relative;
    padding: 0 1em;
    background: #fff;
}
header .logo{
    position: absolute;
    width: auto;
    margin-top: 3.2em;
    white-space: nowrap;
    z-index: 5;
}
header .logo img{
    float: left;
    width: 7.2em;
    height: auto;
    margin-right: 2.2em;
}
header .logo .title{
    font-size: 2.9em;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #019a01;
}
header .logo .title span{
    display: block;
    font-size: 0.64285714285714285714285714285714em;
    line-height: 1.5;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    color: #656565;
}
header .header-top{
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.2em 0;
    z-index: 9;
}
header .header-top .search{
    position: relative;
    float: left;
    margin-right: 6em;
}
header .header-top .search input{
    float: left;
    width: 17.14285714em;
    height: 2.714285714em;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 2.714285714em;
    margin: 0;
    padding: 0 1.428571429em;
    border: 0;
    border-bottom: solid 1px #ededed;
    background: none;
    color: #aaa;
    box-sizing: border-box;
}
header .header-top .search button{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.34725rem;
    width: 0.6945rem;
    height: 0.6945rem;
    font-size: 0;
    line-height: 0;
    border: 0;
    background: url(images/search.png);
    background-size: 100% auto;
    cursor: pointer;
}
header .header-top .date{
    float: left;
    text-transform: uppercase;
    color: #ddd;
}
header .header-top .date .day{
    float: left;
    font-size: 3.6em;
    line-height: 1;
    font-weight: 500;
    margin-right: 0.333333333em;
    padding-right: 0.1666666666em;
    border-right: solid 1px #eee;
}
header .header-top .date .right{
    float: left;
    font-size: 1.4em;
    line-height: 1.28;
    letter-spacing: -0.025em;
    font-weight: bold;
    text-align: right;
}
header .social{
    float: left;
    margin-left: 5.0em;
}
.social a{
    display: inline-block;
    width: 3.2em;
    height: 3.2em;
    margin: 0.5em 0;
}
.social .facebook{
    background: url(images/facebook.png);
    background-size: 100% auto;
}
.social .youtube{
    background: url(images/youtube.png);
    background-size: 100% auto;
}

nav.menu{
    position: absolute;
    /*background: #018201;*/
    background: #019a01;
    /*box-shadow: 1px 1px 1px #f7f7f7;*/
    top: 6em;
    right: 0;
    z-index: 9999;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.menu .first-nav{
    position: relative;
}
.menu .first-nav::after{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background: rgba(1,164,1, 1);
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.first-nav > ul{
    padding: 0 1.5em 0 3em;
}
.first-nav > ul > li{
    float: left;
    text-transform: uppercase;
}
ul.menu > li{
    font-size: 1.5em;
}
.menu ul li{
    position: relative;
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: -0.025em;
}
.menu ul li:last-child::after{
    clear: both;
}
.first-nav ul li.menu-item-has-children::after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f107';
    position: absolute;
    top: 1.66666666em;
    right: 0.5em;
    font-size: 0.8em;
    font-weight: normal;
    color: #fff;
}
.menu ul li a{
    display: block;
    padding: 0 0.8em;
    padding-bottom: 0.1em;
    color: #fff;
}
.menu ul li.menu-item-has-children a{
    padding-right: 1.2em;
}
.first-nav ul li a:hover, .first-nav ul li.current-menu-item a, .first-nav ul li.current_page_item a{
    background: rgba(0,0,0,0.1);
}
.first-nav .sub-menu {
    display: none;
    position: absolute;
    min-width: 100%;
    font-size: 0.034725rem;
    margin-left: -9em;
    padding: 12em 0px;
    background: #656565;
    z-index: 100;
    box-sizing: border-box;
}
.first-nav ul.sub-menu li {
    float: none;
    display: block;
    font-size: 14em;
    line-height: 2.2;
    margin-left: 0;
    border-top: solid 1px rgba(0,0,0,0.05);
}
.first-nav ul.sub-menu li:first-child{
    border-top: 0;
}
.first-nav ul.sub-menu li a{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    padding: 0 1.428571429em;
    padding-bottom: 0.1em;
    white-space: nowrap;
    background: none;
}
.first-nav ul.sub-menu li a:hover, .first-nav ul.sub-menu li.current-menu-item a, .first-nav ul.sub-menu li.current_page_item a{
    background: rgba(0,0,0,0.1);
}


.content{
    font-size: 0.34725rem;
}
.content.contact{
    background-color: #f8f8f8;
}
.content .slider{
    padding-top: 7em;
}
.content .slider::before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    background: #fff;
    left: 0;
    z-index: -1;
}
.content .slider, .content .slider::before, .content .slider .ms-view, .content .slider .ms-view .ms-slide{
    height: 32.5vw!important;
    /*max-height: 620px!important;*/
}
.content .slider .ms-slide .ms-slide-bgcont{
    width: 100.1%;
    height: auto!important;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
 	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.content .slider .ms-slide .ms-slide-bgcont img{
    width: 100%!important;
    height: auto!important;
    margin-top: 0!important;
}
.content .slider .ms-slide.narrow .ms-slide-bgcont{
    width: auto;
    height: 100%!important;
}
.content .slider .ms-slide.narrow .ms-slide-bgcont img{
    width: auto!important;
    height: 100%!important;
    margin-left: 0!important;
}
/*.content .slider .ms-slide::before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/slider-pattern.png) no-repeat center bottom;
    background-size: 100% auto;
    opacity: 0.02;
    z-index: 2;
}*/
.content .slider .ms-slide::after{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -9em;
    left: 0;
    background: url(images/slider-gradient.png) no-repeat center top;
    background-size: 100% 255px;
    z-index: 3;
}
.content .slider img{
    display: block;
}
.ms-slide-info{
    position: absolute!important;
    width: 90%!important;
    max-width: 1520px;
    min-height: 0!important;
    font-size: 1.6em;
    font-weight: 300;
    letter-spacing: -0.025em;
    text-align: left;
    /*text-shadow: -2px 2px 5px #000000;*/
    padding: 1.8em 0;
    color: #fff;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
 	-webkit-transform: translate(-50%, 0);
  	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    box-sizing: border-box!important;
}
.ms-slide-info p{
    display: inline-block;
    text-align: left!important;
    padding: 0.4em 1em;
    padding-bottom: 0.5em;
    background: rgba(44,44,44, 1);
}
.ms-slide-info h1, .ms-slide-info h2, .ms-slide-info h3, .ms-slide-info h4, .ms-slide-info h5, .ms-slide-info h6{
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
    padding: 0.3em 1em;
    background: rgba(1,154,1, 1);
    color: #fff;
}
.ms-slide-info a{
    margin: 0 0.3125em;
    color: #bebebe;
}
.ms-slide-info a:hover{
    color: #019a01;
}
/*.no-image-gradient{
    background: #eee;
    background: -moz-linear-gradient(top, #ffffff 120px, #eeeeee 200px);
    background: -webkit-linear-gradient(top, #ffffff 120px,#eeeeee 200px);
    background: linear-gradient(to bottom, #ffffff 120px,#eeeeee 200px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}*/
.header-no-image{
    position: relative;
    height: 14em !important;
    padding-top: 7em;
    background: -moz-linear-gradient(top, #ffffff 120px, #dedede 200px);
    background: -webkit-linear-gradient(top, #ffffff 120px,#dedede 200px);
    background: linear-gradient(to bottom, #ffffff 120px,#dedede 200px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
    overflow: hidden;
}
.content .back{
    position: absolute;
    top: -6em;
    left: 0;
    z-index: 999;
}
.content .back a{
    display: block;
    width: 9.2em;
    height: 3;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 3;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border-radius: 0.42em;
    background-color:  #019a01;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.content .back a::before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0.5em;
    border-radius: 0.42em;
    border-top: solid 1.25em transparent;
    border-bottom: solid 1.25em transparent;
    border-right: solid 1.083em #019a01;
    left: -0.916em;
    top: 0px;
    background: none;
}
.content .back a::after {
    display: block;
    position: absolute;
    content: '';
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.42em;
    left: -1em;
    top: 50%;
    margin-top: -0.25em;
    background: #019a01;
}
.content .cover .back a{
    background-color:  #ffffff;
    color: #000;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.content .cover .back a::before{
    border-right: solid 1.083em #fff;
}
.content .cover .back a::after{
    background: #fff;
}
.content .back.naselja{
    top: auto;
    left: auto;
    margin-top: 1em;
    margin-left: 2em;
}
.content .back.naselja a{
    background-color:  #ffffff;
    color: #000;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.content .back.naselja a::before{
    border-right: solid 1.083em #fff;
}
.content .back.naselja a::after{
    background: #fff;
}
.content .back.document{
    top: 1.5em;
}
.content .back.contact{
    top: -60px;
    left: 0;
    right: auto;
}
.content .back.contact a{
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.content .cover{
    position: relative;
    height: 32.5vw !important;
    /*max-height: 570px;*/
    padding-top: 7em;
    overflow: hidden;
}
.content.single .cover{
    height: 35.5vw !important;
}
.content.single.video .cover{
    height: auto!important;
}
.content.document .cover{
    max-height: 46em;
}
.content.contact .cover{
    max-height: 46em;
}
.content .cover::after{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -2em;
    left: 0;
    background: url(images/slider-gradient.png) no-repeat center top;
    background-size: 100% 255px;
    z-index: 3;
}
.content.contact .cover::after{
    height: 255px;
}
.content.contact .cover .gmap{
    position: absolute;
    width: 100vw;
    height: 80em;
    top: 50%;
    left: 50%;
    margin-top: 7em;
    -ms-transform: translate(-50%, -50%);
 	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.content.video .cover > img{
    opacity: 0.3;
}
.content .cover > img{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    margin-top: 7em;
    -ms-transform: translate(-50%, -50%);
 	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.content .cover > img.size-full{
    position: absolute;
    z-index: 4;
    opacity: 0;
}
.content .cover img.size-single_cover_mobile{
    display: none;
}
.content.video .cover .video-container{
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 13em;
    padding-bottom: 8.7em;
    top: 0;
    left: 0;
}
.content.video .cover .video-container .container{
    position: relative;
}
.content.video .cover .video-big{
    position: relative;
    left: 50%;
    width: 56%;
    border: solid 2.3em rgba(101,101,101,0.3);
    border-radius: 0.8em;
    z-index: 9;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.content.video .cover .video-big .mejs-poster::after{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0 ,0 , 0.4);
}
.content.video .cover .video-big .wp-video{
    width: 100%!important;
}
.content.video .cover .video-big .mejs-controls{
    width: 90%!important;
    left: 5%!important;
    bottom: 1.8em;
}
.content.video .cover .video-big .mejs-container-fullscreen .mejs-controls{
    background: 0 0;
    display: flex !important;
    opacity: 1 !important;
    border: 0;
    clip: auto;
    clip-path: none;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
    word-wrap: normal;
}
.content .cover .caption{
    position: absolute;
    width: 100%;
    color: #fff;
    left: 0;
    bottom: 3em;
    box-sizing: border-box;
    z-index: 999;
}
.content.single .cover .caption{
    bottom: 7em;
}
.content.video .cover .caption{
    bottom: 7em;
}
.content .cover .caption-width{
    max-width: 60%;
    line-height: 0;
}
.content .cover h1.title{
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 0;
    padding:  0.4em 1em;
    padding-bottom: 0.435em;
    background: rgba(1, 154, 1, 1);
    color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.content.video .cover .title{
    display: inline-block;
    padding:  0.3em 0.65em;
    padding-bottom: 0.35em;
    background: rgba(1, 154, 1, 1);
}
.content .cover .date{
    display: inline-block;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: -0.025em;
    padding:  0.5em 1.5em;
    padding-bottom: 0.6em;
    background: rgba(101, 101, 101, 1);
    color: #fff;
}
.content .cover .breadcrumbs{
    display: inline-block;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.025em;
    margin-bottom: 0;
    padding:  0.5em 1.5em;
    padding-bottom: 0.6em;
    background: rgba(44, 44, 44, 1);
    color: #656565;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
/*.content.video .cover .breadcrumbs{
    background: none;
}*/
.content .cover .breadcrumbs a{
    color: #fff;
}
.content .cover .breadcrumbs a:hover{
    color: #656565;
}
/*.content.video .cover .breadcrumbs a{
    color: #019a01;
}*/
.page-header{
    margin-top: 5px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    border-top: solid 6px #019a01;
    background: #111 url(images/page-header-bg.jpg) center;
    color: #fff;
}
.page-header .bg{
    padding: 35px 35px;
    background-color: rgba(17,17,17,0.9);
}
.page-header .bg a{
    color: #fff;
}
.page-header .bg .title{
    color: #fff;
}
.page-header .breadcrumbs{
    margin-bottom: 10px;
}
.content .table{
    width: 100%;
}
.content main{
    float: left;
    width: 60%;
    padding: 2em 3em;
    box-sizing: border-box;
    vertical-align: top;
}
.content main.full-width{
    width: 100%;
    padding: 0;
}
.content main.full-width article{
    padding: 0;
}
.body-half{
    float: left;
    width: 50%;
    padding: 5em;
    padding-top: 3em;
    box-sizing: border-box;
}
.body-half.left{
    position: relative;
    padding-left: 0;
    padding-right: 8em;
}
.body-half.right{
    position: relative;
    padding-left: 8em;
    padding-right: 0;
    box-shadow: 0 2px 66px 0 rgba(0, 0, 0, 0.04);
}
.body-half.right::before{
    display: block;
    position: absolute;
    content: '';
    width: 70px;
    height: 100%;
    top: 0;
    right: -70px;
    background-color: #f8f8f8;
    z-index: 2
}
.home-news{
    position: relative;
    margin-left: -1em;
    margin-right: -1em;
    padding: 3em 0;
}
.notifications{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.content.single .notifications{
    margin-top: 3em;
}
.home-news .notifications{
    float: right;
    width: 46%;
    padding-right: 1em;
}
.notifications .box{
    padding-bottom: 1.4em;
}
.notifications .title-box{
    position: relative;
    margin-bottom: 0.75em;
}
.notifications .title-box .arrow{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    color: #333;
    cursor: pointer;
}
.notifications .title-box .arrow:hover{
    color: #019a01;
}
.notifications .title-box .arrow.prev{
    right: 25px;
}
.notifications .title-box .arrow.next{
    right: 0;
}
.notifications .title-box .arrow.disabled{
    color: #333!important;
    opacity: 0.2;
    cursor: default!important;
}
.notifications .box h3{
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    text-align: left;
    padding: 0 1.2em;
    /*padding-bottom: 0.5em;*/
    border-bottom: solid 1px #ededed;
    color: #019a01;
}
.notifications .box h3 a{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.notifications-box{
    text-align: center;
    padding: 1em 0;
}
aside .widgetizedArea .notifications-box{
    padding: 1.8em 1em;
    padding-bottom: 2em;
    background: rgba(1,164,1, 1);
}
aside .widgetizedArea.white .notifications-box, aside .widgetizedArea.light .notifications-box{
    padding: 0;
    background: #fff;
}
aside .widgetizedArea.gray .notifications-box{
    background: #656565;
}
aside .widgetizedArea.white .notifications-box{
    background: #fff;
}
.notifications .notifications-box{
    padding: 0;
}
.notifications-box .notification{
    position: relative;
    font-size: 1.3em;
    line-height: 1.3;
    text-align: left;
    padding: 0.58em;
    border-bottom: solid 1px #ededed;
}
aside .widgetizedArea.white .notifications-box .notification, aside .widgetizedArea.light .notifications-box .notification{
    padding: 0.9em 1.2em;
    padding-bottom: 0.7em;
}
.notifications .notifications-box .notification:nth-child(2n+1){
    background: #f8f8f8;
}
aside .widgetizedArea.white .notifications-box .notification:nth-child(2n+1){
    background: #f8f8f8;
}
aside .widgetizedArea.light .notifications-box .notification:nth-child(2n+0){
    background: #f8f8f8;
}
.notifications .notifications-box .notification a, aside .widgetizedArea .notifications-box .notification a{
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
aside .widgetizedArea.white .notifications-box .notification a, aside .widgetizedArea.light .notifications-box .notification a{
    color: #333;
}
aside .notifications-box .notification{
    border-bottom: solid 1px rgba(0,0,0, 0.05);
}
.notifications .notifications-box .notification{
    padding: 0.58em 1.4em;
}
.notifications-box .notification.document img{
    position: absolute;
    width: 2.2em;
    margin-top: 0.4em;
}
.notifications-box .notification.document a{
    padding-left: 2.6em;
    color: #fff;
}
.notifications-box .notification.document a:hover{
    color: rgba(255,255,255, 0.6);
}
aside .widgetizedArea.white .notifications-box .notification a:hover, aside .widgetizedArea.light .notifications-box .notification a:hover{
    color: #019a01;
}
.notifications-box .notification a{
    display: inline-block;
    font-weight: 400;
    letter-spacing: -0.025em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    color: #333;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .notifications-box .notification a{
        text-shadow:0 0 0;
    }
}
.notifications-box .notification a:hover{
    color: #019a01;
}
.notifications-box .notification .new{
    display: inline-block;
    font-size: 0.7em;
    line-height: 1.8;
    text-transform: uppercase;
    margin: 0 0.55em;
    padding: 0 0.66em;
    background: #019a01;
    color: #fff;
}
.notifications-box .notification .data{
    font-size:  1em;
    font-weight: 400;
    line-height: 1.7;
    padding-top: 0.1em;
    color: #656565;
}
.notifications-box .notification.document.current{
    opacity: 0.6;
}
.notifications-box .notification.document .data{
    padding-left: 2.6em;
}
.notifications-box .notification.document .data.file-info{
    font-weight: 300;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
}
.notifications-box .notification .data a{
    font-weight: 400;
    color: #019a01;
}
.notifications-box .notification .data a:hover{
    color: #656565;
}
.notifications-box .notification.document .data a{
    font-weight: 400;
    padding-left: 0;
    color: rgba(255,255,255, 0.6);
}
aside .widgetizedArea.white .notifications-box .notification.document .data a, aside .widgetizedArea.light .notifications-box .notification.document .data a{
    color: rgba(51,51,51, 0.6);
}
aside .widgetizedArea.white .notifications-box .notification.document .data a:hover, aside .widgetizedArea.light .notifications-box .notification.document .data a:hover{
    color: #019a01;
}
.notifications-box .more{
    display: inline-block;
    position: relative;
    font-size: 1.4em;
    font-weight: 300;
    padding: 1em 0;
    color: #aaa;
}
aside .widgetizedArea.white .more, aside .widgetizedArea.light .more{
    margin-bottom: 1.2em;
}
.notifications-box .more:hover{
    color: #019a01;
}
.notifications-box .more span{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.714285714em;
    margin-bottom: -0.3em;
    color: #aaa;
    -webkit-text-fill-color: #aaa;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #eee;
    transition: all 0.2s ease-out 0s;
}
.notifications-box .more:hover span{
    color: #019a01;
    -webkit-text-fill-color: #019a01;
    transition: all 0.2s ease-out 0s;
}
.widgetizedArea.green .notifications-box .more{
    color: rgba(255,255,255, 0.4);
}
.widgetizedArea.green .notifications-box .more:hover{
    color: #fff;
}
.widgetizedArea.green .notifications-box .more span{
    color: rgba(255,255,255, 0.4);
    -webkit-text-fill-color: rgba(255,255,255, 0.4);
    -webkit-text-stroke-color: rgba(1,164,1,1);
}
.widgetizedArea.green .notifications-box .more:hover span{
    color: #fff;
    -webkit-text-fill-color: #fff;
}
/*.notifications-box .more::after{
    display: block;
    position: absolute;
    content: '';
    width: 11.9%;
    height: 0;
    padding-top: 5.3%;
    left: 44.05%;
    bottom: 0;
    background: url(images/more.png) top;
    background-size: 100% auto;
}
.notifications-box .more:hover::after{
    background-position: bottom;
}*/
.news .post.box{
    float: left;
    width: 33.3%;
    padding: 0.8em 1em;
    box-sizing: border-box;
}
.home-news .post.box:nth-child(1){
    /*width: 54%;*/
    width: 66.6%;
    padding-top: 0;
    padding-right: 1.8em;
}
.news .post.box:nth-child(3n+1){
    clear: both;
}
/*.home-news .post.box:nth-child(3n+1){
    clear: none;
}*/
.home-news .post.box:nth-child(3n+1){
    clear: both;
}
.news .post.box .thumb{
    position: relative;
    width: 100%;
    padding-top: 67%;
    overflow: hidden;
}
.news .post.box .thumb .meta_box{
    position: absolute;
    display: inline-block;
    font-size: 1.2em;
    line-height: 2.2;
    text-transform: uppercase;
    padding: 0 1em;
    background: #019a01;
    color: #fff;
    left: 0;
    bottom: 0.08333em;
}
.home-news .post.box:nth-child(1) .thumb .meta_box{
    font-size: 1.4em;
}
.news .post.box .thumb .meta_box:hover{
    background: #656565;
}
.news .post.box .video{
    position: relative;
    width: 100%;
    padding-top: 67%;
    background: #000;
    overflow: hidden;
}
.news .post.box .video .video-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -ms-transform: translate(-50%, -50%);
 	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.news .post.box .fullscreen{
    position: absolute;
    top: 1em;
    right: 1em;
    width: 3.2em;
    height: 3.2em;
    background: url(images/fullscreen.png);
}
.news .post.box .mejs-controls {
    position: absolute;
    background: none;
}
.news .post.box .thumb img{
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
.news .post.box .title{
    font-size: 1.6em;
    margin: 0;
    padding: 0;
}
.news .post.box .title a{
    display: block;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.025em;
    text-shadow: 0 0 0;
    padding: 0.625em 0;
    color: #333;
}
.home-news .post.box:nth-child(1) .title{
    font-size: 2em;
}
.news .post.box .title a:hover{
    color: #019a01;
}
.news .post.box.first .title a{
    font-size: 2.4px;
}
.news .post.box .info{
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: -0.025em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    color: #656565;
}
.news .post.box .info a{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.news .post.box .text{
    display: none;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.25;
    padding: 0.769230769em 0;
    color: #999999;
}
.news .post.box .text p{
    /*max-height: 1.68rem;
    overflow: hidden;*/
}
.home-news .post.box:nth-child(1) .text{
    display: block;
}
.content.no-image .container{
    padding-top: 1.5em;
}
.content.single.no-image .breadcrumbs{
    margin-bottom: 3em;
}
.content article{
    position: relative;
    padding: 1em 2em;
}
.content article.child, .content.single article.child{
    padding:  0 3em;
    padding-bottom: 1em;
}
.content.single article{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    padding: 2em 3em;
    /*border: solid 1px #ededed;*/
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.content.single article .term{
    margin: 3em 0;
    margin-top: 1em;
    margin-bottom: 4em;
}
.content.single article .term.space{
    margin-bottom: 6em;
}
.content article .text + .term{
    margin-top: 1.5em;
}
.content.single article h1{
    margin-bottom: 0.2em;
    margin-right: 5.8em;
    /*border-bottom: solid 3px #ededed;*/
}
.content.document article h1{
    font-size: 2.3em;
    margin-bottom: 0.2em;
    color: #333;
    /*border-bottom: solid 3px #ededed;*/
}
.content article .back{
    top: 3em;
    left: auto;
    right: 3em;
}
.content article .breadcrumbs{
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: solid 1px #ededed;
}
.content article .breadcrumbs a{
    color: #656565;
}
.content article .breadcrumbs a:hover{
    color: #019a01;
}
.content article .breadcrumbs > span{
    font-weight: 300;
    color: #999;
}
.content article .breadcrumbs .home{
    font-size: 0;
}
.content article .meta_data{
    font-size: 1.5em;
    letter-spacing: -0.025em;
    margin-bottom: 1.3333em;
    padding-bottom: 0.66666em;
    color: #656565;
}
.content article .term .meta_data{
    position: relative;
    font-weight: 400;
    text-align: center;
    margin-bottom: -0.8em;
    padding: 0;
    color: #999;
}
.content article .term .meta_data::before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: #ededed;
}
.content article .term .meta_data span{
    position: relative;
    display: inline-block;
    font-weight: 600;
    padding: 0 0.66666em;
    background: #fff;
    color: #019a01;
}
.content article .term .meta_data span::first-letter{
    text-transform: capitalize;
}
.content article ul.meta_data{
    font-size: 1.4em;
}
.content article ul.meta_data li{
    float: left;
    position: relative;
}
.content article ul.meta_data li + li{
    margin-left: 0.8em;
    padding-left: 0.8em;
}
.content article ul.meta_data li + li::before{
    display: block;
    position: absolute;
    content: '|';
    left: -0.35em;
    color: #ccc;
}
.content article ul.meta_data li.clr::before{
    display: none!important;
}
.content article ul.meta_data li strong{
    font-weight: 600;
    padding-left: 0.2em;
    color: #111;
}
.content article ul.meta_data li a.cat{
    display: block;
    font-size: 0.68em;
    line-height: 1.8;
    text-transform: uppercase;
    padding: 0 1em;
    background: #019a01;
    color: #fff;
}
.content article ul.meta_data li a.cat + .cat{
    
}
.content article ul.meta_data li a.cat.type{
    background: #656565;
    color: #fff;
}
.content article ul.meta_data li .eu-flag{
    width: 1.8em;
    height: auto;
}
.content.document article .group{
    margin-top: -1em;
    margin-bottom: 5em;
}
.content.document article .group .title{
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #999;
}
.content.document article .group .item{
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.025em;
    padding: 0 0.5em;
}
.content.document article .group .item + .item{
    border-left: solid 1px #dedede;
}
.content.document article .group span.item{
    font-weight: 600;
    color: #333;
}
.content.document article .group label{
    font-size: 1.3em;
    font-weight: 300;
    color: #999;
}
.content.document article .group .select{
    display: none;
    position: relative;
    margin-left: 0.5em;
    cursor: pointer;
}
.content.document article .group .select::after{
    display: block;
    position: absolute;
    content: "\f347";
    width: 16px;
    height: 100%;
    font-family: dashicons;
    font-size: 16px;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    color: #333;
}
.content.document article .group select{
    position: relative;
    width: auto;
    font-size: 1.3em;
    padding: 0.8em;
    padding-right: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.content.document article .group select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}
.content article .text{
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 1em;
    color: #333;
}
.content article .text h1{
    font-size: 1.9em;
    padding-top: 0.8em;
    padding-bottom: 0.4em;
    color: #019a01;
}
.content article .text h2{
    font-size: 1.7em;
    padding-top: 0.8em;
    padding-bottom: 0.4em;
    color: #019a01;
}
.content article .text h3{
    font-size: 1.5em;
    padding-top: 0.6em;
    padding-bottom: 0.3em;
    color: #019a01;
}
.content article .text h4{
    font-size: 1.3em;
    padding-top: 0.6em;
    padding-bottom: 0.3em;
}
.content article .text h5{
    font-size: 1.2em;
    padding-top: 0.6em;
    padding-bottom: 0.3em;
}
.content article .text h6{
    font-size: 1.1em;
    padding-top: 0.6em;
    padding-bottom: 0.3em;
}
.content article .text h1:first-child, .content article .text h2:first-child, .content article .text h3:first-child, .content article .text h4:first-child, .content article .text h5:first-child, .content article .text h6:first-child{
    padding-top: 0;
}
.content article .text p{
    padding-bottom: 1em;
}
.content article .text p:last-child{
    padding-bottom: 0;
}
.content.single article p:last-child{
    padding-bottom: 1em;
}
.content article .text b{
    font-weight: 600;
}
.content article .text strong{
    font-weight: 600;
    color: #333;
}
.content article .text em{
    font-style: italic;
}
.content article .text ul{
    padding-left: 2em;
    padding-bottom: 1em;
}
.content article .text ul li{
    padding: 0.4em 0;
    list-style: disc;
}
.content article .text ol{
    padding-left: 2em;
    padding-bottom: 1em;
}
.content article .text ol li{
    padding: 0.5em 0;
}
.content article .text img.alignleft{
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
}
.content article .info{
    font-size: 15em;
    font-weight: 300;
    margin: 1em 0;
    color: #999;
}
iframe{
    max-width: 100%;
}
.content article iframe.map{
    width: 100%;
}
.content #gallery{
    padding: 0.52rem 0;
}
.content #unite-gallery{
    margin: 0.52rem 0;
}
.content #gallery .ug-tiles-wrapper{
    margin-left: -0.14rem;
    margin-right: 0.14rem;
}
.content article .read-more{
    display: inline-block;
    font-size: 0.485rem;
    margin-top: 0.7rem;
    padding: 0.1rem 0.52rem;
    padding-bottom: 0.14rem;
    background: #019a01;
    color: #fff;
}
.content article .read-more:hover{
    background: #656565;
}
.content article.child .thumb{
    float: left;
    width: 32%;
}
.content article.child .thumb img{
    width: 100%;
    height: auto;
}
.content article.child .caption{
    float: left;
    width: 68%;
    padding-left: 1.05rem;
    box-sizing: border-box;
}
.content article .categories{
    display: flex;
    flex-wrap: wrap;
    margin-top: -2em;
    margin-left: -0.5em;
    margin-right: -0.5em;
    margin-bottom: 2em;
}
.content article .categories a{
    display: flex;
    flex-direction: column;
    width: 25%;
    width: calc(25% - 1.01em);
    text-align: center;
    margin: 0.5em;
    padding: 0 1em;
    border: solid 1px #ededed;
    color: #656565;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    box-sizing: border-box;
}
.content article .categories a:hover{
    background: #f8f8f8;
}
.content article .categories a span.dashicons{
    display: block;
    width: 1.16666em;
    height: 1em;
    font-size: 6.4em;
    color: #edd900;
    margin: auto;
    margin-bottom: 0;
}
.content article .categories a span.name{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.5em;
}
.content article .categories a span.meta{
    font-size: 1.1em;
    padding-bottom: 1em;
    margin-bottom: auto;
}
.content article .categories a span.meta > span{
    display: block;
}
.content article .post-documents{
    margin: 1em 0;
}
.content.home article .post-documents{
    margin-top: 0;
}
.content article .term .post-documents{
    margin-top: 0;
    border-top: solid 1px #ededed;
}
.content article .term .meta_data + .post-documents{
    border-top: 0;
}
.content article .post-documents .document{
    position: relative;
    display: table;
    width: 100%;
    font-weight: 400;
    box-sizing: border-box;
}
.content.document article .post-documents .document:nth-child(2n+0){
    background: #f8f8f8;
}
.content article .post-documents .document a{
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.004);*/
}
/*.content article .post-documents .document:first-child{
    border-top: solid 1px #ededed;
}*/
.content article .term .post-documents .document{
    border-left: solid 1px #ededed;
    border-right: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
}
.content article .term .post-documents .document:first-child{
    padding-top: 1.2em;
    border-top: 0;
}
.content article .post-documents .document .icon{
    display: table-cell;
    width: 3.2em;
    padding: 1.2em 1.4em;
    vertical-align: top;
}
.content.home article .post-documents .document .icon{
    padding-left: 0;
}
.content article .post-documents .document .icon img{
    width: 100%;
    margin-top: 0.7em;
}
.content article .post-documents .document .small-icon{
    display: block;
    padding: 1.2em 3em;
}
.content article .post-documents .document .data{
    display: table-cell;
    padding: 1.2em 1em;
    padding-left: 0;
    vertical-align: top;
}
.content article .post-documents .document .title{
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.025em;
    margin: 0;
    margin-bottom: 0.2em;
}
.content article .post-documents .document .title a{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    color: #333;
}
.content article .post-documents .document .title a:hover{
    color: #019a01;
}
.content article .post-documents .document .file-info{
    font-size: 1.4em;
    color: #999;
}
.content article .post-documents .document .file-info > span + span::before{
    content: ' | ';
}
.content article .post-documents .document .file-meta{
    font-size: 1.4em;
    margin-bottom: 0.5em;
    color: #656565;
}
.content article .post-documents .document .file-downloads{
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0.5em 0;
}
.content article .post-documents .document .file-downloads img{
    float: left;
    width: 1.6em;
    height: 1.6em;
    margin-right: 0.2em;
}
.content article .post-documents .document .file-downloads a{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    color: #656565;
}
.content article .post-documents .document .file-downloads a:hover{
    color: #019a01;
}
.content article .post-documents .document .file-downloads a > span{
    float: left;
    margin-right: 1em;
}
.content article .image{
    width: 640px;
    margin-bottom: 10px;
}
.content article .image img{
    width: 100%;
    height: auto;
}
.content article .post-documents .document .category a{
    display: inline-block;
    font-size: 0.63em;
    line-height: 1.8;
    text-transform: uppercase;
    margin: 0;
    margin-right: 0.5em;
    padding: 0 1em;
    background: #019a01;
    color: #fff;
}
.content article .post-documents .document .category a:hover{
    opacity: 0.2;
}
.content article .post-documents .document .type a{
    display: inline-block;
    font-size: 0.63em;
    line-height: 1.8;
    text-transform: uppercase;
    margin: 0;
    margin-right: 0.5em;
    padding: 0 1em;
    background: #656565;
    color: #fff;
}
.content article .post-documents .document .type a:hover{
    opacity: 0.2;
}
.content article .post-documents .document .new{
    position: absolute;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.8;
    text-transform: uppercase;
    margin: 0 0.8em;
    padding: 0 1em;
    background: #019a01;
    color: #fff;
    right: 1.2em;
    bottom: 1.4em;
}
.naselja.desc{
    font-size: 15em;
    font-weight: 300;
}
.naselja.povijest{
    font-size: 1.5em;
    font-weight: 300;
    padding: 0 1em;
    padding-top: 0.8em;
}
.naselja.povijest h3{
    font-size: 1.3em;
}
.naselja.povijest strong {
    font-weight: 600;
    color: #019a01;
}
.naselja .read-more {
    display: inline-block;
    font-size: 1em;
    margin-top: 1.5em;
    padding: 0.2em 1em;
    padding-bottom: 0.3em;
    background: #019a01;
    color: #fff;
}
.naselja-news-title{
    font-size: 1.4em;
    text-transform: uppercase;
    margin-top: 2.85em;
    margin-bottom: -0.7em;
    padding: 0.35em 1em;
    border-bottom: solid 1px #ededed;
    color: #656565;
}

.content aside{
    float: left;
    width: 20%;
    padding-top: 1.8em;
    box-sizing: border-box;
    vertical-align: top;
}
.content aside.right{
    float:right;
}
aside .widgetizedArea + .widgetizedArea{
    margin-top: 2em;
}
aside .widgetizedArea.green{
    background: rgba(1,164,1,1);
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
aside .widgetizedArea.green.hidden-title{
    background: rgba(1,154,1, 1);
}
aside .widgetizedArea.white{
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
aside .widgetizedArea.light{
    background: #f8f8f8;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
aside .widgetizedArea.gray{
    background: #656565;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
aside .widgetizedArea.black{
    background: rgba(71,71,71,1);
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
aside .widgetizedArea h3{
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.7;
    text-transform: uppercase;
    padding: 0;
    background: #019a01;
}
aside .widgetizedArea h3.green{
    background: rgba(1,154,1,1)
}
aside .widgetizedArea h3.white{
    border-bottom: solid 1px rgba(0,0,0, 0.05);
    background: #fff;
}
aside .widgetizedArea h3.light{
    margin: -1px 0;
    border: solid 1px rgba(1,154,1,0.1);
    background: #e4ede4;
}
aside .widgetizedArea h3.gray{
    background: rgba(91,91,91,1);
}
aside .widgetizedArea h3.black{
    background: rgba(61,61,61,1);
}
aside .widgetizedArea h3 span, aside .widgetizedArea h3 a{
    position: relative;
    display: inline-block;
    width: 100%;
    text-shadow: 0 0 0.5px rgba(255,255,255,0.5);
    padding: 0.5em 2em;
    color: #fff;
    box-sizing: border-box;
}
aside .widgetizedArea h3.white span, aside .widgetizedArea h3.white a, aside .widgetizedArea h3.light span, aside .widgetizedArea h3.light a{
    font-weight: 600;
    color: #019a01;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
aside .widgetizedArea h3 a:hover{
    background: rgba(255,255,255,0.1);
}
aside .widgetizedArea ul.menu{
    padding: 1.5em;
    padding-bottom: 2em;
}
aside .widgetizedArea ul.menu > li{
    font-size: 1.5em;
}
aside .widgetizedArea ul li{
    position: relative;
    font-weight: 400;
    line-height: 1.5;
    border-top: solid 1px rgba(0,0,0, 0.05);
    border-bottom: solid 1px rgba(0,0,0, 0.05);
}
aside .widgetizedArea ul li:first-child{
    border-top: 0;
}
aside .widgetizedArea ul li:last-child{
    border-bottom: 0;
}
aside .widgetizedArea ul li .url-title{
    display: block;
    position: relative;
    width: 100%;
}
aside .widgetizedArea ul li.menu-item-has-children > .url-title > .icon{
    display: block;
    position: absolute;
    content: "\f347";
    width: 2em;
    height: 2em;
    font-family: dashicons;
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
    top: 50%;
    right: 0;
    margin-top: -0.6em;
    color: #fff;
    cursor: pointer;
}
aside .widgetizedArea ul li.menu-item-has-children > .url-title > .icon::after{
    content: "\f347";
}
aside .widgetizedArea ul li.menu-item-has-children.extended > .url-title > .icon{
    content: "\f343";
}
aside .widgetizedArea ul li.menu-item-has-children.extended > .url-title > .icon::after{
    content: "\f343";
}
aside .widgetizedArea ul li.menu-item-has-children > .url-title > .icon:hover{
    color: rgba(255,255,255,0.6);
}
aside .widgetizedArea ul li a{
    display: inline-block;
    padding: 0.5em 1.2em;
    color: #fff;
}
aside .widgetizedArea.white ul li a, aside .widgetizedArea.light ul li a{
    color: #333;
}
aside .widgetizedArea .sub-menu{
    display: none;
    padding: 0.5em 1em;
    padding-right: 0;
}
aside .widgetizedArea .sub-menu li{
    font-size: 0.9em;
}
aside .widgetizedArea .menu-item-has-children.extended > .sub-menu{
    display: block;
}
aside .widgetizedArea ul li a:hover, aside .widgetizedArea ul li.current-menu-item > a, aside .widgetizedArea ul li.current_page_item > a, aside .widgetizedArea ul li.current-menu-item > span > a, aside .widgetizedArea ul li.current_page_item > span > a{
    color: rgba(255,255,255, 0.6);
}
aside .widgetizedArea.white ul li a:hover, aside .widgetizedArea.white ul li.current-menu-item > a, aside .widgetizedArea.white ul li.current_page_item > a, aside .widgetizedArea.white ul li.current-menu-item > span > a, aside .widgetizedArea.white ul li.current_page_item > span > a{
    color: #019a01;
}
aside .widgetizedArea.light ul li a:hover, aside .widgetizedArea.light ul li.current-menu-item > a, aside .widgetizedArea.light ul li.current_page_item > a, aside .widgetizedArea.light ul li.current-menu-item > span > a, aside .widgetizedArea.light ul li.current_page_item > span > a{
    color: #019a01;
}
aside .widgetizedArea .wp-video{
    margin-top: 1.5em;
    padding: 0 1em;
    padding-bottom: 0.5em;
    box-sizing: border-box;
}
aside .textwidget p{
    margin-bottom: 1em;
}
aside .textwidget img{
    max-width: 100%;
    height: auto;
}

.download-file{
    padding: 1.5em 2em;
    padding-right: 1em;
    padding-bottom: 2em;
}
.download-file a{
    display: table;
    width: 100%;
    text-decoration: none;
    color: #fff;
}
.download-file .icon{
    display: table-cell;
    width: 6.4em;
    vertical-align: top;
    transition: all 0.2s ease-out 0s;
}
.download-file a:hover .icon{
    opacity: 0.6;
    transition: all 0.2s ease-out 0s;
}
.download-file .icon img{
    width: 100%;
    height: auto;
}
.download-file .text{
    display: table-cell;
    width: auto;
    padding-left: 1.2em;
    vertical-align: top;
}
.download-file .title{
    font-size: 1.8em;
}
.download-file .file-name{
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.download-file .file-info{
    font-size: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
}


.home .categories{
    display: table;
    width: 100%;
    line-height: 0;
    border-bottom: solid 2px #019a01;
}
.home .categories h3{
    display: table-cell;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
    text-shadow: 0 0 0.5px rgba(255,255,255,0.8);
    padding: 0.54em 2.14em;
    padding-bottom: 0.428em;
    background: #019a01;
    color: #fff;
    white-space: nowrap;
}
.home .categories ul{
    display: table-cell;
    width: 100%;
    padding: 0 1em;
}
.home .categories > ul > li{
    font-size: 1.4em;
}
.home .categories ul li{
    display: inline-block;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.025em;
    padding: 0.54em;
    /*padding-bottom: 0.428em;*/
}
.home .categories ul li a{
    position: relative;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    color: #333;
}
.home .categories ul li a:hover, .home .categories ul li.selected a{
    color: #019a01!important;
}
.home .categories ul li.more{
    position: relative;
    float: right;
    padding: 0.54em 0;
}
.home .categories ul li.more a.has-popup{
    position: relative;
    padding: 0.54em;
    padding-right: 1.43em;
    padding-bottom: calc(0.54em + 2px);
}
.home .categories ul li.more:hover a.has-popup, .home .categories ul li.more.active a.has-popup{
    background: #019a01;
    color: #fff!important;
}
.home .categories ul li.more a.has-popup::after{
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f107';
    font-size: 1em;
    line-height: 1;
    font-weight: normal;
    color: #656565;
    right: 0.428em;
    top: 50%;
    margin-top: -0.428em;
}
.home .categories ul li.more:hover a.has-popup::after, .home .categories ul li.more.active a.has-popup::after{
    color: #fff;
}
.home .categories .more:hover .popup, .home .categories .more.active .popup{
    display: block;
}
.home .categories .popup{
    display: none;
    position: absolute;
    top: 2.5em;
    right: 0;
    min-width: 140px;
    max-width: 90%;
    padding: 0.857em 0;
    border: solid 1px #dedede;
    background: rgba(241,241,241,0.95);
    z-index: 9;
}
.home .categories .popup li{
    display: block!important;
    text-align: right;
    padding: 0.428em 0.857em;
}
.home article{
    margin: 0 1.2em;
    margin-bottom: 1em;
    padding: 1.5em 2.5em;
    padding-top: 2.5em;
    border-bottom: solid 1px #eee;
    background: #fff;
}
.home article:nth-child(2n+0){
    background: #f8f8f8;
}
.home article .title{
    display: block;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.5;
    margin-top: -0.4em;
    margin-bottom: 0;
    padding: 0;
    background: none;
    color: #019a01;
    text-shadow: 0 0 0;
}
.home article .title a{
    color: #333;
}
.home article .title a:hover{
    color: #019a01;
}
.home article .info{
    font-size: 1.5em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1em;
    color: #999;
}
.home article .info .breadcrumbs{
    font-size: 1.5em;
}
.home article.no-image .info{
    margin-top: 0.6666em;
    margin-bottom: 0.3333em;
}
.search.home article.no-image .info{
    margin-top: 0;
    margin-bottom: 1em;
}
.home article .info a{
    display: inline-block;
    float: left;
    font-size: 0.63em;
    line-height: 1.8;
    text-transform: uppercase;
    margin: 0;
    margin-top: 0.2em;
    margin-right: 0.5em;
    padding: 0 1em;
    background: #019a01;
    color: #fff;
    opacity: 1;
}
.home article .info a:hover{
    opacity: 0.2;
}
.home article .thumb{
    float: left;
    width: 32%;
}
.home article .thumb img{
    width: 100%;
    height: auto;
}
.home article .caption{
    float: left;
    width: 68%;
    padding-left: 3em;
    box-sizing: border-box;
}
.home article.no-image .caption{
    float: none;
    width: 100%;
    padding: 0;
    padding-bottom: 1em;
}
.home article .caption .text{
    display: block;
    font-size: 1.4em;
    color: #656565;
}
.content.category .container{
    position: relative;
    margin-top: -5.9em;
}
.category .term-name{
    padding: 1em 1.5em;
}
.category .term-name.naselja{
    position: absolute;
    margin-top: 40em;
    padding: 0;
    z-index: 9;
}
.category .term-name.naselja h1{
    display: inline-block;
    margin-bottom: 0;
    padding: 0.2em 0.8em;
    background: #019a01;
    color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.category .term-name.naselja .breadcrumbs{
    clear: both;
    display: block;
    font-weight: 300;
    padding: 0.4em 1.2em;
    background: #333;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.category .term-name.naselja .breadcrumbs a{
    color: #fff;
}
.desc.naselja{
    padding-top: 0;
}
.desc.naselja #unite-gallery{
    margin-top: 0;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}

.pager{
    position: relative;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: -0.025em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    padding: 1em;
    padding-top: 2em;
    padding-bottom: 0;
    text-align: center;
}
.pager span{
    padding: 0 0.3333333em;
}
.pager span.prev{
    padding-right: 1em;
}
.pager span.next{
    padding-left: 1em;
}

.content .naselja-big{
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
}
.content .naselja-big .location{
    float: left;
    width: 33.3%;
    padding: 5px;
    box-sizing: border-box;
}
.content .naselja-big .location a{
    display: block;
    position: relative;
    width: 100%;
    font-weight: 600;
    padding-top: 70%;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}
.content .naselja-big .location a::after {
    display: none;
}
.content .naselja-big .location a img{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
 	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-out 0s;
}
.content .naselja-big .location a span{
    position: absolute;
    padding: 8px 20px;
    bottom: 0;
    z-index: 2;
}
.content .naselja-big .location a:hover img{
    width: 106%;
    height: auto;
    transition: all 0.2s ease-out 0s;
}

.mjesni{
    float: left;
    width: 50%;
    min-height: 240px;
    padding-top: 10px;
    border-top: solid 1px #ededed;
}
.lista{
    padding: 15px 0;
    border-bottom: solid 1px #ededed;
}
.upravni tr td{
    padding: 15px 0;
}
.momcad{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-width: 33.3%;
    column-width: 33.3%;
    padding: 10px 0!important;
    padding-bottom: 20px!important;
}
.momcad li{
    list-style: none!important;
    border-bottom: solid 1px #ededed;
}

.content .locations{
    padding: 30px;
}
.content .locations h2{
    margin-bottom: 30px;
}
.content .locations ul{
    padding-left: -5px;
    padding-right: -5px;
}
.content .location{
    /*float: left;
    width: 25%;*/
    padding: 0px 5px;
    box-sizing: border-box;
}
.content .location a{
    display: block;
    position: relative;
    width: 100%;
    font-weight: 600;
    padding-top: 60%;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}
.content .location a::after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0,0.35);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
}
.content .location a img{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
 	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.content .location a span{
    position: absolute;
    padding: 8px 20px;
    bottom: 0;
    z-index: 2;
}
.content .location a:hover{
    color: #fff;
}
.content .location a:hover img{
    width: 104%;
    height: auto;
}

.documents-header{
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 20px 25px;
    border-top: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
    background: #f8f8f8;
}
.documents-header .breadcrumbs{
    margin-bottom: 6px;
}
.documents{
    min-height: 500px;
    padding: 35px 15px;
}
.documents .subcategory{
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #019a01;
    border-bottom: solid 3px #019a01;
}
.documents .document + .subcategory, .documents .more-docs + .subcategory{
    margin-top: 40px;
}
.documents .document{
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    border-bottom: solid 1px #ededed;
}
.documents .document img{
    width: 24px;
    float: left;
    margin-right: 10px;
}
.documents .document .size{
    font-size: 13px;
    color: #656565;
}
.more-docs-box{
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 1.2em;
}
.more-docs{
    display: inherit;
    position: relative;
    font-size: 1.4em;
    font-weight: 400;
    color: #ddd;
}
.more-docs:hover{
    color: #019a01;
}
.more-docs span{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.715em;
    margin-bottom: -0.9em;
    color: #ddd;
    -webkit-text-fill-color: #ddd;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    transition: all 0.2s ease-out 0s;
}
.more-docs:hover span{
    color: #019a01;
    -webkit-text-fill-color: #019a01;
    transition: all 0.2s ease-out 0s;
}

.contact-info > p{
    font-size: 0.9333em;
    padding: 0.5em 0!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.contact-info > p + p{
    padding-top: 0!important;
}
.contact-form{
    padding: 15em 0;
    padding-top: 30em;
    padding-bottom: 40em;
}
.content article .text .contact-form{
    font-size: 0.0666em!important;
}
.contact-form .title{
    font-size: 20em!important;
    font-weight: 600!important;
    padding-bottom: 0.25em!important;
}
.contact-form #forma{
    width: 100%;
}
.contact-form #forma p{
    margin-bottom: 15em;
}
.contact-form #forma .radio-group{
    margin-bottom: 15em;
}
.contact-form #forma .radio-group p{
    margin-top: 5em;
    margin-bottom: 5em;
}
.contact-form .half{
    float: left!important;
    width: 50%;
    padding-right: 20em;
    box-sizing: border-box;
}
.contact-form .half.end{
    padding-right: 0;
    padding-left: 20em;
}
.contact-form input{
    width: 100%;
    font-size: 14em;
    box-sizing: border-box;
}
.contact-form select{
    width: 100%;
    font-size: 14em;
    box-sizing: border-box;
}
.contact-form label{
    display: block;
    font-size: 14em;
}
.contact-form input[type="checkbox"] + label{
    cursor: pointer;
}
.contact-form textarea{
    width: 100%;
    height: 15em;
    font-size: 14em;
    box-sizing: border-box;
}
.contact-form .submit{
    padding-top: 20em;
}
.contact-form button{
    height: 2.8em;
    font-size: 14em;
    font-weight: 600;
    padding: 0 1.5em;
    border: 0;
    border-radius: 2px;
    background: #019a01;
    color: #fff;
    cursor: pointer;
}
.contact-form button:hover{
    background: #656565;
}
.contact-form .error{
    width: 100%;
    font-size: 13em;
    font-weight: 400;
    padding: 0.2em 0.5em;
    color: #d10000;
    box-sizing: border-box;
}
.contact-form .message{
    font-size: 14em;
    padding-bottom: 2em;
    color: #019a01;
}
.contact-form .message.red{
    color: red;
}
.contact-form .privacy-text{
    font-size: 14em;
    font-weight: 300;
    margin-bottom: 1em!important;
    color: #656565;
}

footer{
    font-size: 0.34725rem;
}
.footer-about{
    position: relative;
    border-top: solid 0.8em #019a01;
}
.footer-about::before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    background-image: url(images/footer-image.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.footer-about .table{
    display: table;
    width: 100%;
    min-height: 30em;
    padding-right: 2.5em;
    box-sizing: border-box;
}
.footer-about .table::before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(17,17,17,0.9);
    z-index: -1;
}
.footer-about .table .column{
    display: table-cell;
    width: 25%;
    text-align: center;
    vertical-align: top;
    padding: 4em 2.5em;
    box-sizing: border-box;
}
.footer-about .table .column.vcenter{
    vertical-align: middle;
}
.footer-about .table .column .left{
    float: left;
}
.footer-about .logo{
    width: 10em;
    margin-bottom: 0.5em;
}
.footer-about .m-title{
    font-size: 2.2em;
    font-weight: bold;
    letter-spacing: -0.025em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    color: #019a01
}
.footer-about .social{
    margin-top: 1em;
}
.footer-about .social a{
    margin-left: 0.25em;
    margin-right: 0.25em;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
}
.footer-about .social a:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.footer-about .widgetizedArea{
    text-align: left;
}
.footer-about h3{
    font-size: 2.0em;
    letter-spacing: -0.025em;
    padding-top: 0;
    padding-bottom: 0.5em;
    color: #019a01;
}
.footer-about .textwidget{
    color: #fff;
}
.footer-about ul li{
    font-size: 1.3em;
    text-align: left;
    padding: 0.384615384em 0;
    border-top: solid 1px rgba(255,255,255,0.1);
    color: #bebebe;
}
.footer-about ul li em{
    float: right;
    color: #fff;
}
.footer-about ul li a em{
    color: #019a01;
}
.footer-about .awesome-weather-wrap{
    font-size: 0.1em;
}
.footer-about .awesome-weather-current-temp{
    font-size: 66em;
    padding: 0.227272727em;
}
.footer-about .awesome-weather-current-temp sup{
    font-size: 0.36363636363636363636363636363636em;
    padding-left: 0.125em;
}
.footer-about .awesome-weather-todays-stats{
    font-size: 13em;
    padding: 1.153846154em;
}
.footer-about .awesome-weather-wrap{
    border-top: solid 1px rgba(255,255,255,0.1);
    background: none!important;
}
.footer-about .awesome-weather-header{
    display: none;
}
.footer-about .awesome-weather-todays-stats div{
    font-size: 1em;
    line-height: 1.5;
    color: #bebebe;
}
.footer-about .awesome-weather-forecast{
    padding: 0 10em;
    border-top: solid 1px rgba(255,255,255,0.1);
}
.footer-about .awesome-weather-forecast .awesome-weather-forecast-day{
    padding: 15em 0;
}
.footer-about .awesome-weather-attribution{
    font-weight: 300;
    padding: 5em 0;
    color: #bebebe;
}
.footer-about .awesome-weather-more-weather-link{
    font-size: 13em;
    text-align: left;
    text-transform: capitalize;
    margin-top: -0.076923076em;
    padding: 0.384615384em 0;
    border-top: solid 1px rgba(255,255,255,0.1);
}
.footer-about .awesome-weather-more-weather-link a{
    font-size: 1em!important;
    line-height: 1.5;
    color: #019a01!important;
}
.footer-about .awesome-weather-more-weather-link a:hover{
    color: #656565!important;
}
.footer-about .awesome-weather-forecast-day-temp{
    font-size: 20em;
}
.footer-about .awesome-weather-forecast-day-abbr{
    font-size: 18em;
    margin-top: 0.3em;
}
.footer{
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: -0.025em;
    background: #fff;
    color: #666666;
}
.footer .container{
    padding: 1.071428571em 2.5em;
}
.footer nav.footer-menu{
    float: right;
}
.footer nav.footer-menu ul li{
    display: inline-block;
    font-size: 1em;
    margin-left: 1.428571429em;
}
.footer nav.footer-menu ul li a{
    font-weight: 400;
}
.footer .copyright{
    float: left;
}

.page-nav-top{
    position: fixed;
    font-size: 15px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    border: solid 1px #dedede;
    background: #fff;
    top: 50%;
    margin-top: -30px;
    color: #656565;
    z-index: 9999;
}
.page-nav-top::before{
    display: block;
    position: absolute;
    content: '';
    width: 17px;
    height: 32px;
    margin-top: 14px;
    background: url(images/slider.png);
}
.page-nav-top img{
    width: 50px;
    height: 50px;
    margin: 5px;
}
.page-nav-top span{
    display: block;
    width: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.2s ease-out 0s;
}
.page-nav-top.prev{
    left: 0;
    padding-left: 40px;
    padding-right: 0;
    border-left: 0;
}
.page-nav-top.prev img{
    float: right;
    margin-left: 0;
}
.page-nav-top.prev:hover span{
    width: auto;
    padding-left: 5px;
    padding-right: 20px;
    transition: all 0.2s ease-out 0s;
}
.page-nav-top.next{
    right: 0;
    text-align: right;
    padding-right: 40px;
    padding-left: 0;
    border-right: 0;
}
.page-nav-top.next img{
    margin-right: 0;
    float: left;
}
.page-nav-top.next:hover span{
    width: auto;
    padding-right: 5px;
    padding-left: 20px;
    transition: all 0.2s ease-out 0s;
}
.page-nav-top.prev::before{
    left: 10px;
    background-position: left;
}
.page-nav-top.next::before{
    right: 10px;
    background-position: right;
}

.naselja .ug-gallery-wrapper .ug-textpanel-description{
    color: rgb(255, 255, 0);
    font-size: 20px;
    font-weight: 400;
    text-shadow: 2px 2px 8px rgb(0, 0, 0);
    text-align: left;
    width: 100%;
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 10px;
}

header .slicknav_menu{
    display: none;
}
#cookie-notice .cookie-notice-container .button{
    font-size: 13px;
    text-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 4px 16px;
    border-radius: 0;
    border: 0;
    background: #019a01;
    color: #fff;
}
#cookie-notice .cookie-notice-container .button:hover{
    background: #656565;
    color: #fff;
}

.content article .text img{
    /*width: 100%;*/
    max-width: 640px;
    height: auto;
}
.content article .text img.size-medium, .content article .text img.size-thumbnail{
    width: auto;
}

.vijece p{
    padding: 20px 0;
    clear: both;
}
.vijece p img{
    float: left;
    width: auto!important;
    margin-right: 15px;
}

.error404{
    font-size: 2.4em;
    text-align: center;
    padding: 6.25em 0;
    padding-bottom: 8.333em;
    color: #656565;
}
.error404 .big{
    font-size: 5em;
    color: #019a01;
}

table tr td img{
    width: auto!important;
}
ol{
    list-style-type: decimal;
    padding-left: 30px;
    padding-bottom: 15px;
}
ol li{
    padding: 2px 0;
}
.youtube{
    margin-top: 5px;
    margin-bottom: 15px;
}
.wp-video .mejs-controls{
    background: none!important;
    opacity: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current{
    background: rgba(1,154,1,1)!important;
}
.grecaptcha-badge{
    z-index: 999999;
}


.search-title{
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2em;
    color: #000;
}
.search-tabs{
    width: 100%;
    text-align: center;
    margin-bottom: 3em;
}
.search-tabs  li{
    display: inline-block;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: -0.025em;
    padding: 0 1em;
}
.search-tabs  li  a{
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    padding: 0.3em 0;
    color: #333;
}
.search-tabs  li span::before{
    content: '(';
}
.search-tabs  li span::after{
    content: ')';
}
.search-tabs li a:hover {
    color: #019a01;
}
.search-tabs li.selected a {
    border-bottom: solid 3px;
    color: #019a01;
}

.content.search .container{
    position: relative;
    margin-top: -59em;
}
.content.search main{
    width: 100%;
}
.content.search main > .box{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    padding: 20em 30em;
    border: solid 1px #ededed;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}

.content.search ul.tabs{
    width: 100%;
    text-align: center;
    margin-bottom: 40em;
}
.content.search ul.tabs li{
    display: inline-block;
    margin: 0 35em;
}
.content.search ul.tabs li a{
    font-size: 30em;
    font-weight: 600;
    color: #999;
}
.content.search ul.tabs li a span{
    display: block;
    float: right;
    width: 3.2em;
    font-size: 0.75em;
    margin-top: 0.1em;
    margin-left: 0.5em;
    padding: 0.2em 0;
    border-radius: 0.8em;
    background: #99db99;
    color: #fff;
}
.content.search ul.tabs li a.active{
    color:#000;
}
.content.search ul.tabs li a.active span{
    background: #019a01;
}
.results.other .item{
    display: table;
    width: 100%;
    padding: 1em 0;
    border-bottom: solid 1px #ededed;
}
.results.other .item .image, .results.other .item .icon{
    display: table-cell;
    width: 4em;
    height: auto;
    text-align: center;
    padding-top: 1em;
    padding-right: 1.5em;
    vertical-align: top;
}
.results.other .item .icon img{
    display: inline-block;
}
.results.other .item .date{
    display: table-cell;
    vertical-align: top;
}
.results.other .item h3{
    font-size: 1.6em;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0.1em;
}
.results.other .item h3 a{
    color: #333;
}
.results.other .item h3 a:hover{
    color: #019a01;
}
.results.other .item .date{
    font-size: 1.3em;
    color: #656565;
}
.results.other .item .date strong{
    font-weight: 600;
}
.results.other .item .breadcrumbs{
    font-size: 1.3em;
    margin-bottom: 0;
    padding-top: 0.2em;
    padding-bottom: 0;
    border-bottom: 0;
}
.content article .breadcrumbs a{
    font-weight: 400;
    color: #333;
}
.content article .breadcrumbs .home{
    font-size: 1em;
}
.content article .breadcrumbs .dashicons{
    display: none;
}

.projects-menu{
    margin-left: -1.5em;
    margin-right: -1.5em;
    margin-bottom: 3em;
}
.projects-menu .project{
    display: inline-block;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: -0.025em;
    padding: 0 1em;
}
.projects-menu .project a{
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    padding: 0.3em 0;
    color: #333;
}
.projects-menu .project a:hover{
    color: #019a01;
}
.projects-menu .project.selected a{
    border-bottom: solid 3px;
    color: #019a01;
}

.projects{
    min-height: 30vw;
    margin-left: -0.8em;
    margin-right: -0.8em;
}
.projects .desc{
    font-size: 1.4em;
    margin-top: -0.5em;
    margin-bottom: 1em;
    padding: 0.533333em;
    color: #656565;
}
.projects .desc p{
    padding: 0.5em 0;
}
.projects .project.box{
    float: left;
    width: 33.3%;
    padding: 0.8em;
    box-sizing: border-box;
}
.projects .project.box:nth-child(3n+1) {
    clear: both;
}
.projects .project.box .thumb{
    position: relative;
    width: 100%;
    padding-top: 67%;
    overflow: hidden;
}
.projects .project.box .thumb img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
.projects .project.box .thumb .meta_box {
    position: absolute;
    display: inline-block;
    font-size: 1.2em;
    line-height: 2.2;
    text-transform: uppercase;
    padding: 0 1em;
    background: #019a01;
    color: #fff;
    left: 0;
    bottom: 0.08333em;
}
.projects .project.box .thumb .eu-flag{
    position: absolute;
    width: 3.8em;
    height: auto;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0.1em;
}
.projects .project.box .title {
    font-size: 1.6em;
    margin: 0;
    padding: 0;
}
.projects .project.box .title a{
    display: block;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.025em;
    text-shadow: 0 0 0;
    padding: 0.625em 0;
    color: #333;
}
.projects .project.box .title a:hover {
    color: #019a01;
}
.projects .project.box .meta{
    font-size: 1.3em;
    color: #656565;
}
.projects .project.box .meta strong{
    font-weight: 600;
}
.projects .not-found{
    font-size: 1.4em;
    padding-top: 1em!important;
    padding-bottom: 2em!important;
    color: #656565;
}
.related-posts{
    margin-top: 3em;
    margin-left: -0.5em;
    margin-right: -0.5em;
}
.related-posts .article{
    padding: 0 0.5em;
    box-sizing: border-box;
}
.related-posts .article.half{
    float: left;
    width: 50%;
}
.related-posts .article a{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 30%;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    overflow: hidden;
}
.related-posts .article.half a{
    padding-top: 62%;
}
.related-posts .article a > img.wp-post-image{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
 	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-out 0s;
}
.related-posts .article a:hover > img.wp-post-image{
    width: 106%;
    height: auto;
    transition: all 0.2s ease-out 0s;
}
.related-posts .article a img.icon{
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 4em;
}
.related-posts .article a::after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: 
    rgba(0,0,0,0.31);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.31) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 100%);
}
.related-posts .article a .caption{
    position: absolute;
    text-align: center;
    left: 1em;
    right: 1em;
    bottom: 2em;
    color: #fff;
    z-index: 2;
}
.related-posts .article a .caption .subtitle{
    display: block;
    font-size: 1.6em;
    text-shadow: 5px 5px 10px #000;
    padding-bottom: 0.4em;
}
.related-posts .article a .caption .title{
    line-height: 1.2em;
    text-shadow: 5px 5px 10px #000;
    padding: 0;
    color: #fff;
}
.related-posts .article a .caption .meta{
    display: block;
    font-size: 1.5em;
    text-shadow: 5px 5px 10px #000;
    padding-top: 0.5em;
}
.text-black{
    color: #000!immportant;
}
.text-brown{
    color: rgb(153, 51, 0)!important;
}
.text-green{
    color: rgb(0, 128, 0)!important;
}
.text-red{
    color: rgb(255, 0, 0)!important;
}

.google-docs{
    position: relative;
}
.google-docs .fullscreen{
    position: absolute;
    top: 12px;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 8px;
    background-color: rgba(50,50,50,1);
    box-sizing: border-box;
    cursor: pointer;
    z-index: 3;
    transition: all 0.2s ease-out 0s;
}
.google-docs .fullscreen:hover{
    background-color: rgba(147,147,147,1);
    transition: all 0.2s ease-out 0s;
}
.google-docs .fullscreen span{
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('//ssl.gstatic.com/docs/common/viewer/v3/v-sprite26.svg') !important;
    background-repeat: no-repeat;
    background-position: 0 -840px;
}

.grecaptcha-badge{
    bottom: 90px!important;
}


.loading{
    position: absolute;
    margin-top: 100px;
    left: 50%;
    margin-left: -32px;
    z-index: 9999;
}
.loading.loading-home-left{
    left: 27%;
}
.loading.loading-home-right{
    left: 77%;
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  /*border-radius: 50%;*/
  background: #019a01;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.embed-responsive, 
.iframe-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.iframe-container iframe{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9, .iframe-container {
  padding-top: 25px;
  padding-bottom: 56.25%;
}

.events-list h5{
    font-size: 1.5em;
    text-transform: uppercase;
}
.events-list .event{
    font-size: 1.2em;
    padding-bottom: 1em;
}
.events-list .event .date{
    font-size: 1.1em;
    margin: 0.5em 0;
    border-bottom: solid 1px #ededed;
    color: #656565;
}
.events-list .event .body{
    padding: 0 1em;
}
.events-list .event .title{
    display: inline-block;
    font-size: 1.3em;
    margin-bottom: 0.5em;
}
.events-list .event .desc{
    color: #333;
}

.post-catalogs{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5em;
}
.post-catalogs .catalog{
    width: 220px;
    margin-right: 1em;
    margin-bottom: 2em;
}
.post-catalogs .catalog .title{
    font-size: 1.6em;
    font-weight: 300;
    margin-bottom: 0.5em;
}
.post-catalogs .catalog img{
    width: 220px;
    height: auto;
}

@media all and (min-width: 1981px){
    html{
        font-size: 29.2px!important;
    }
}
@media all and (max-width: 1639px){
    header, footer, .content{
        font-size: 0.36rem;
    }
    .ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
        left: 5%!important;
    }
    .ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-next{
        left: auto!important;
        right: 5%!important;
    }
    header .logo .title{
        font-size: 2.8em;
    }
    .content.video .cover .video-big{
        width: 60%;
    }
}
@media all and (max-width: 1479px){
    .container{
        width: 94%;
    }
    header, footer, .content{
        font-size: 0.39rem;
    }
    header .logo img{
        width: 6.6em;
    }
    header .logo .title {
        font-size: 2.6em;
    }
    ul.menu > li {
        font-size: 1.4em;
    }
    .ms-slide-info{
        width: 94%!important;   
    }
    .ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
        left: 3%!important;
    }
    .ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-next{
        left: auto!important;
        right: 3%!important;
    }
    .category .term-name.naselja{
        margin-top: calc(29vw - 74em);
    }
    .content.video .cover .video-big{
        width: 70%;
    }
    .content article .categories a{
        width: 33.3%;
        width: calc(33.3% - 1.01em);
    }
}
@media all and (max-width: 1279px){
    .hide-desktop{
        display: block!important;
    }
    .hide-mobile{
        display: none!important;
    }
    .content aside.hide-desktop{
        display: none!important;
    }
    .content aside.hide-mobile{
        display: block!important;
    }
    header, footer, .content{
        min-width: 100%;
        margin: 0;
        transition: all 0.3s ease-out 0s;
    }
    header{
        font-size: 0.48rem;
        border-top: solid 5px #019a01;
        border-bottom: solid 1px #ededed;
    }
    .content{
        font-size: 0.45rem;
    }
    header .container{
        padding: 0;
    }
    body.mobile-menu-open  header, body.mobile-menu-open  footer, body.mobile-menu-open  .content{
        margin-left: 100%;
    }
    body.mobile-menu-open .overflow{
        max-height: 100vh;
    }
    .mobile-menu{
        position: relative;
    }
    .mobile-menu .menu-open{
        position: absolute;
        top: 4.4em;
        right: 0;
        color: #019a01;
        cursor: pointer;
        z-index: 9;
    }
    .mobile-menu .menu-open:hover{
        color: #656565;
    }
    .mobile-menu .menu-open .dashicons{
        width: 1em;
        height: 1em;
        font-size: 3.2em;
    }
    .mobile-menu .menu-close{
        position: fixed;
        top: 4.4em;
        right: 5%;
        margin-right: 100%;
        color: #fff;
        cursor: pointer;
        transition: all 0.3s ease-out 0s;
        z-index: 99999;
    }
    .mobile-menu .menu-close:hover{
        color: rgba(255,255,255,0.4);
    }
    body.mobile-menu-open .mobile-menu .menu-close{
        margin-right: 0;
    }
    .mobile-menu .menu-close .dashicons{
        width: 0.8em;
        height: 0.6em;
        font-size: 4.6em;
        line-height: 0.6;
    }
    .mobile-menu .menu-body{
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #019a01;
        z-index: 9999;
        transition: all 0.3s ease-out 0s;
    }
    body.mobile-menu-open .mobile-menu .menu-body{
        display: block;
        left: 0;
        overflow-y: scroll;
    }
    .mobile-menu .container{
        background: none;
    }
    .mobile-menu .search{
        padding: 2em 0;
        padding-right: 8em;
        box-sizing: border-box;
    }
    .mobile-menu .search form{
        position: relative;
    }
    .mobile-menu .search input{
        width: 100%;
        font-size: 2em;
        border: 0;
        border-bottom: solid 1px rgba(255,255,255,0.2);
        background: none;
        color: rgba(255,255,255,0.8);
        box-sizing: border-box;
    }
    .mobile-menu .search button{
        position: absolute;
        top: 0.4em;
        right: 0;
        width: 1em;
        height: 1em;
        font-family: dashicons;
        font-size: 4em;
        line-height: 1;
        margin: 0;
        padding: 0;
        border: 0;
        background: none;
        color: rgba(255,255,255,0);
        overflow: hidden;
        cursor: pointer;
    }
    .mobile-menu .search button::after{
        position: absolute;
        content: "\f179";
        top: 0;
        left: 0;
        color: rgba(255,255,255,0.4);
    }
    .mobile-menu nav.mobile-menu{
        padding: 2em 0;
    }
    .mobile-menu .mobile-nav ul li{
        line-height: 1;
        border-top: solid 1px rgba(0,0,0, 0.05);
        border-bottom: solid 1px rgba(0,0,0, 0.05);
    }
    .mobile-menu .mobile-nav ul li:first-child{
        border-top: 0;
    }
    .mobile-menu .mobile-nav ul li:last-child{
        border-bottom: 0;
    }
    .mobile-menu .mobile-nav ul li a{
        display: block;
        padding: 1em 1.2em;
        color: #fff;
    }
    .mobile-menu .mobile-nav ul li a:hover,  .mobile-menu .current-menu-item > a, .mobile-menu .current_page_item > a, .mobile-menu .current-menu-item > span > a, .mobile-menu .current_page_item > span > a{
        color: rgba(255,255,255,0.4)!important;
    }
    .mobile-menu .mobile-nav ul li .url-title {
        display: block;
        position: relative;
        width: 100%;
    }
    .mobile-menu .mobile-nav ul li .url-title > .icon {
        display: block;
        position: absolute;
        width: 1.1em;
        height: 1.1em;
        font-family: dashicons;
        font-size: 2em;
        line-height: 1.2;
        text-align: center;
        vertical-align: middle;
        right: 0.5em;
        bottom: 0.1em;
        color: rgba(255,255,255,0.2);
        cursor: pointer;
    }
    .mobile-menu .mobile-nav ul li .url-title > .icon::after{
        content: "\f132";
    }
    .mobile-menu .mobile-nav ul li.extended > .url-title > .icon::after{
        content: "\f460";
    }
    .mobile-menu .mobile-nav > ul.menu > li{
        font-size: 2em;
    }
    .mobile-menu .mobile-nav ul.menu .sub-menu{
        display: none;
        padding-left: 1.2em;
    }
    .mobile-menu .mobile-nav ul.menu .menu-item-has-children.extended .sub-menu{
        display: block;
    }  
    .mobile-menu .social{
        float: none;
        margin-top: 4em;
        margin-left: 0;
    }
    .mobile-menu .social a{
        padding: 0;
        margin-right: 0.5em;
    }
    .content .slider .ms-slide::after, .content .cover::after{
        height: 30em;
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 40%, rgba(0,0,0,0) 90%);
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(0,0,0,0) 90%);
        background: linear-gradient(to bottom, rgb(255, 255, 255) 40%,rgba(0,0,0,0) 90%);
    }
    .content .slider, .content .slider::before, .content .slider .ms-view, .content .slider .ms-view .ms-slide, .content .cover, .content.single .cover{
        height: 42vw!important;
        max-height: 100vh;
    }
    body .content.document .cover{
        height: 32vw!important;
        max-height: 100vh;
    }
    .content .cover img{
        width: auto;
        height: 100%;
    }
    .content.document .cover img{
        width: 100%;
        height: auto;
    }
    .content.video .cover .video-big{
        width: 80%;
    }
    .content aside{
        width: 25%;
    }
    .content main{
        width: 50%;
        padding: 2em;
    }
    .widgetizedArea > h2, .widgetizedArea > h3{
        position: relative;
    }
    .widgetizedArea > h2 > .icon, .widgetizedArea > h3 > .icon{
        display: none!important;
        position: absolute;
        width: 1em;
        height: 1em;
        font-family: dashicons;
        font-size: 1.6em;
        line-height: 1.1;
        top: 50%;
        right: 0.5em;
        margin-top: -0.5em;
        padding: 0;
        cursor: pointer;
    }
    .widgetizedArea > h2 > .icon::after,  .widgetizedArea > h3 > .icon::after{
        content: "\f132";
    }
    .widgetizedArea.extended > h2 > .icon::after, .widgetizedArea.extended > h3 > .icon::after{
        content: "\f460";
    }
    .page-nav-top{
        display: none;
    }
    .mjesni{
        float: none;
        width: 100%;
    }
    .content article .image{
        width: 100%;
        max-width: 64px;
    }
    .momcad{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-width: 50%;
        column-width: 50%;
    }
    .category .term-name.naselja {
        margin-top: calc(20vw - 7.4em);
    }
}
@media all and (max-width: 719px), (min-width: 1024px) and (max-width: 1279px){
    .home .categories{
        display: none;
    }
    .home-news .notifications{
        float: none;
        width: 100%;
        margin-bottom: 2em;
        padding: 0 1.2em;
    }
    .home-news .post.box:nth-child(1){
        float: none;
        width: 100%;
    }
    .home-news{
        padding-top: 1em;
    }
    .news .post.box{
        width: 50%;
    }
    .news .post.box:nth-child(3n+1){
        clear: none;
    }
    .news .post.box:nth-child(2n+2){
        clear: both;
    }
    /*.news .post.box:nth-child(3n+2){
        clear: none;
    }
    .news .post.box:nth-child(2n+2){
        clear: both;
    }
    .results .post.box:nth-child(2n+2){
        clear: none;
    }
    .results .post.box:nth-child(2n+1){
        clear: both;
    }*/
    .projects .project.box{
        width: 50%;
    }
    .projects .project.box:nth-child(3n+1){
        clear: none;
    }
    .projects .project.box:nth-child(2n+1){
        clear: both;
    }
    .content .naselja-big .location{
        width: 50%;
    }
    .content .cover .caption-width{
        max-width: 72%;
    }
    .pager span.prev span {
        display: none;
    }
    .pager span.next span {
        display: none;
    }
    .content.single article h1{
        margin-right: 0;
    }
    .content.single article .breadcrumbs{
        padding-bottom: 5em;
    }
    .content.single article .back{
        position: relative;
        top: 0;
        left: 1.2em;
        right: auto;
        margin-top: -8em;
        margin-bottom: 5em;
    }
    .home article .thumb, .content article.child .thumb{
        float: none;
        width: 100%;
    }
    .home article .caption, .content article.child .caption{
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .loading.loading-home-left{
        left: 50%;
    }
    .loading.loading-home-right{
        left: 50%;
    }
    .content article .categories a{
        width: 50%;
        width: calc(50% - 1.01em);
    }
}
@media all and (max-width: 1023px){
    header, footer, .content{
        font-size: 0.52rem;
    }
    .content .slider, .content .slider::before, .content .slider .ms-view, .content .slider .ms-view .ms-slide, .content .cover, .content.single .cover {
        height: 48vw !important;
    }
    body .content.document .cover{
        height: 38vw!important;
    }
    .content .cover .caption-width{
        max-width: 100%;
    }
    .content.single .cover .caption{
        bottom: 2em;
    }
    .content.video .cover .video-big{
        width: 100%;
    }
    .content.single .container{
        margin-top: 0;
    }
    .content main{
        float: none;
        width: 100%;
        padding: 0;
        padding-top: 1.8em;
    }
    .content aside{
        float: none!important;
        width: 100%;
    }
    .content aside + aside{
        padding-top: 0;
    }
    aside .widgetizedArea{
        max-width: 100%;
    }
    aside .widgetizedArea + .widgetizedArea{
        margin-top: 1em;
    }
    aside .widgetizedArea.gray, aside .widgetizedArea.black{
        background: rgba(1,164,1,1);
    }
    aside .widgetizedArea.hidden-title{
        background: #f8f8f8;
        box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    }
    aside .widgetizedArea h3{
        font-size: 1.6em;
    }
    aside .widgetizedArea h3 span, aside .widgetizedArea h3 a{
        padding: 1em 2em;
    }
    aside .widgetizedArea ul.menu{
        padding: 1.5em;
    }
    aside .widgetizedArea ul.menu > li{
        font-size: 1.6em;
    }
    aside .widgetizedArea ul li a{
        padding: 0.8em  1em;
    }
    aside .widgetizedArea .wp-video{
        max-width: 560px;
    }
    .content .widgetizedArea > h2, .content .widgetizedArea > h3{
        background: #019a01!important;
        cursor: pointer;
    }
    .content .widgetizedArea > h2 span, .content .widgetizedArea > h3 span, .content .widgetizedArea > h2 a, .content .widgetizedArea > h3 a{
        font-weight: 400!important;
        text-shadow: 0 0 0.5px rgba(255,255,255,0.5)!important;
        color: #fff!important;
    }
    .content .widgetizedArea > h2.hidden, .content .widgetizedArea > h3.hidden{
        display: block;
    }
    .content .widgetizedArea > h2 > .icon, .content .widgetizedArea > h3 > .icon{
        display: block!important;
    }
    .content .widgetizedArea > div{
        display: none;
    }
    .content .widgetizedArea.extended > div{
        display: block;   
    }
    .content .widgetizedArea .textwidget{
        text-align: center;
        padding: 1.5em;
    }
    .content aside + aside{
        margin-top: 1em;
    }
    .content .table{
        display: block;
        margin-bottom: 2em;
    }
    .content .table .column{
        display: block;
        width: 100%;
    }
    .footer-about .table{
        display: block;
        padding-right: 0;
    }
    .footer-about .table .column{
        display: block;
        float: left;
        width: 50%;
    }
    .footer-about .table .column:nth-child(2n+1){
        clear: both;
    }
    .header-no-image{
        background:#fff;
        height: 10em !important;
    }
    .content.single .header-no-image + .container{
        margin-top: -4.8em!important;
    }
    .content aside.hide-desktop{
        display: block!important;
    }
    .content aside.hide-mobile{
        display: none!important;
    }
    .category .term-name.naselja {
        margin-top: calc(52.5vw - 7.4em);
    }
}
@media all and (max-width: 979px){
    header, footer, .content{
        font-size: 0.52rem;
    }
    .contact-form #forma{
        width: 100%; 
    }
    .footer .container{
        padding: 1em 1.5em;
    }
    .footer nav.footer-menu, .footer .copyright{
        float: none;
    }
    .footer nav.footer-menu{
        margin-bottom: 1em;
    }
    .footer nav.footer-menu ul li{
        margin-left: 0;
        margin-right: 1.5em;
    }
    div.youtube {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
    }
    .youtube iframe,
    .youtube object,
    .youtube embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .body-half{
        float: none;
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .body-half.right::before {
        display: block;
        position: absolute;
        content: '';
        width: 70px;
        height: 100%;
        top: 0;
        left: -70px;
        right: auto;
        background-color: 
        #f8f8f8;
        z-index: 2;
    }
    .body-half.right::after {
        display: block;
        position: absolute;
        content: '';
        width: 70px;
        height: 100%;
        top: 0;
        right: -70px;
        background-color: 
        #f8f8f8;
        z-index: 2;
    }
    .content article .categories a{
        width: 33.3%;
        width: calc(33.3% - 1em);
    }
}
@media all and (max-width: 840px){
    header, footer, .content{
        font-size: 0.55rem;
    }
    .content .slider, .content .slider::before, .content .slider .ms-view, .content .slider .ms-view .ms-slide, .content .cover, .content.single .cover {
        height: 60vw !important;
    }
    body .content.document .cover{
        height: 54vw!important;
    }
    .content.document .cover img{
        width: auto;
        height: 100%;
    }
}
@media all and (max-width: 719px){
    header, footer, .content{
        font-size: 0.6rem;
    }
    .content .slider{
        margin-bottom: 6em;
    }
    .content .slider .master-slider{
        background: none;
    }
    .content .slider, .content .slider::before, .content .slider .ms-view, .content .slider .ms-view .ms-slide, .content .cover, .content.single .cover {
        height: 90vw !important;
    }
    .content .cover img.size-single_cover{
        display: none;
    }
    .content.document .cover img.size-single_cover{
        display: block;
    }
    .content .cover img.size-single_cover_mobile{
        display: block;
    }
    .ms-slide-info{
        bottom: -3.85em;
        padding: 0;
    }
    .ms-slide-info p{
        min-width: 100%;
        min-height: 3.9em;
        vertical-align: middle;
        box-sizing: border-box;
    }
    .contact-form .half{
        float: 0;
        width: 100%;
        padding: 0!important;
    }
    .footer-about .table .column{
        padding: 2.5em;
    }
    .footer-about .table .column, .footer-about .table .column.vcenter{
        float: none;
        width: 100%;
    }
    .momcad{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        column-width: 100%;
    }
    .pager span.prev span{
        display: none;
    }
    .pager span.next span{
        display: none;
    }
    .related-posts .article a .caption{
        bottom: 1em;
    }
    .related-posts .article a .caption .subtitle{
        font-size: 1.4em;
    }
    .related-posts .article a .caption .title{
        font-size: 1.6em;
    }
    .related-posts .article a .caption .meta{
        font-size: 1.3em;
    }
    .content.document article .group .item{
        display: none;
    }
    .content.document article .group .select{
        display: inline-block;
    }
    .content.single article .term{
        margin-left: -1em;
        margin-right: -1em;
    }
    .category .term-name.naselja {
        margin-top: calc(47vw - 7.4em);
    }
    .content article .categories a{
        width: 50%;
        width: calc(50% - 1.01em);
    }
}
@media all and (max-width: 478px){
    .content .slider, .content .slider::before, .content .slider .ms-view, .content .slider .ms-view .ms-slide, .content .cover, .content.single .cover {
        height: 100vw !important;
    }
    header, footer, .content{
        font-size: 0.7rem;
    }
    header .logo img{
        width: 4.8em;
        margin-right: 1.2em;
    }
    header .logo .title{
        font-size: 2.0em;
    }
    .mobile-menu .mobile-nav > ul.menu > li{
        font-size: 1.8em;
    }
    .related-posts .article.half{
        float: none;
        width: 100%;
    }
    .related-posts .article.half + .half{
        margin-top: 1em;
    }
    .related-posts .article a{
        padding-top: 62%;
    }
    .related-posts .article a > img.wp-post-image{
        width: auto;
        height: 100%;
    }
    .related-posts .article a:hover > img.wp-post-image{
        width: auto;
        height: 104%;
    }
    .related-posts .article.half a > img.wp-post-image{
        width: 100%;
        height: auto;
    }
    .related-posts .article.half a:hover > img.wp-post-image{
        width: 106%;
        height: auto;
    }
    .related-posts .article a .caption{
        bottom: 1em;
    }
    .related-posts .article a .caption .subtitle{
        font-size: 1.6em;
    }
    .related-posts .article a .caption .title{
        font-size: 1.8em;
    }
    .related-posts .article a .caption .meta{
        font-size: 1.5em;
    }
    .content.single article{
        padding: 2em 1.5em;
    }
    .content.single .cover, body .content.document .cover{
        height: auto!important;
        max-height: 1000vw!important;
    }
    .content .cover img{
        position: static;
        width: auto;
        height: 100vw;
        margin-top: 0;
        margin-left: 50%;
        transform: translate(-50%, 0);
    }
    .content.document .cover img{
        height: 50vw;
        width: 100%;
        height: auto;
    }
    .content .cover .caption{
        position: static;
    }
    .content .cover .caption .back{
        left: 3em;
    }
    .content .cover .container{
        width: 100%;
    }
    .header-no-image{
        height: 7.5em !important;
    }
    .content .cover .caption-width > div{
        width: 100%;
    }
    .content.single.video .cover > img{
        display: none;
    }
    .content.video .cover .video-container{
        padding: 0;
        padding-top: 3em;
    }
    .content.video .cover .video-big{
        border: 0;
    }
    .content .cover .caption-width{
        opacity: 1!important;
    }
    .content.single article .term{
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
    .category .term-name.naselja {
        margin-top: calc(62vw - 7.4em);
    }
    .content .slider .ms-slide::after, .content .cover::after{
        height: 20em;
        background: -moz-linear-gradient(top, rgb(255, 255, 255) 50%, rgba(0,0,0,0) 90%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(0,0,0,0) 90%);
        background: linear-gradient(to bottom,rgb(255, 255, 255) 50%, rgba(0,0,0,0) 90%);
    }
    header .logo{
        margin-top: 2.2em;
    }
    .mobile-menu .menu-open, .mobile-menu .menu-close{
        top: 3.4em;
    }
    .mobile-menu .search{
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .content article .post-documents .document .file-downloads{
        line-height: 2.5em;
    }
    .content article .post-documents .document .file-downloads img{
        clear: both;
        margin-top: 0.4em;
    }
    .content article .post-documents .document .file-info > span{
        display: block;
    }
    .content article .post-documents .document .file-info > span + span::before{
        display: none;
    }
    
}
@media all and (max-width: 319px){
    .content article .categories a{
        width: 100%;
        width: calc(100% - 1.01em);
    }
}