@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap&subset=latin-ext');

/*@font-face {
  font-family: myFirstFont;
  src: url(MuseoSansRounded-500.otf);
  font-weight: bold;
}*/
/* Layout
   ========================================================================== */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
span.status{cursor:pointer; width: 32px; height: 32px; position: relative;}

html {
 /* font: 100%/1.7 'myFirstFont', sans-serif;*/
  font: 100%/1.7 'Nunito', sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #f2f2f2f2;
}

@media (min-width: 40rem) {
  html { font-size: 112%; }
}

@media (min-width: 64rem) {
  html { font-size: 120%; }
}

body {
  color: #282f39;
}

.container {
  margin: 0 auto;
  max-width: 60rem;
  width: 90%;
}

/* Header
   ========================================================================== */

header {
  background-color: #497bad;
  text-align: center;
}

header h1 {
  border: 3px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  padding: .4rem .6rem;
  display: inline-block;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

header p {
  color: rgba(255,255,255,0.7);
  margin: 0 auto;
}

header a {
  color: #282f39;
  text-decoration: underline;
}

header a:hover { text-decoration: none; }

.mobile {
  margin: 0 auto;
  max-width: 150px;
}

@media (min-width: 40rem) {
  .mobile { max-width: 250px; }
}

/* Section
   ========================================================================== */

section {
  border-top: 1px solid #eee;
  text-align: center;
  padding: 2rem 0;
}

section:first-of-type { border-top: none;padding: 0; }

@media (min-width: 40rem) {
  section { padding: 4rem 0; }
}

/* Mobile First Grid
   ========================================================================== */

.column { /*margin-bottom: 1.5rem; */}

@media (min-width: 40rem) {
  .column {
    float: left;
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column.full { width: 100%; }
  .column.two-thirds { width: 66.7%; }
  .column.half { width: 50%; }
  .column.third { width: 33.3%; }
  .column.fourth { width: 25%; }
  .column.flow-opposite { float: right; }
}
.column.third.naslovnica{margin-bottom: 0;}
@media (min-width: 40rem) {
  .column.third.naslovnica { width: 50%; }
}
@media (min-width: 70rem) {
  .column.third.naslovnica { width: 33.3%; }
}

/* Typography
   ========================================================================== */

h1, h2, h3, h4, h5 {
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: 1.3rem;
  line-height: 1.3em;
  /*margin-bottom: 1.5rem;*/
}
h2{font-size: 19px;color: #282f39;}

@media (min-width: 40rem) {
  h1 { font-size: 1.5rem; }
}

h3 {
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

p {
  color: #282f39;
  margin: 0 auto;
  font-size: 14px;
}

blockquote { margin: 0; }

blockquote p {
  color: #bbb;
  font-style: italic;
  margin-bottom: 1.5rem;
}

cite { color: #bbb; }

/* Code
   ========================================================================== */

code {
  background-color: #f8f8f8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 0.8rem;
  padding: 0.1rem 0.3rem;
  position: relative;
  top: -1px;
  white-space: nowrap;
}

/* Lists
   ========================================================================== */

ul {
  margin: 0;
  font-size: 14px;
  text-align: left;
}

@media (min-width: 40rem) {
  ul { display: inline-block; }
}

/* Links
   ========================================================================== */

a {
  color: #282f39;
  text-decoration: none;
}

a:hover { text-decoration: underline; }

/* Buttons
   ========================================================================== */

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  vertical-align: middle;
  white-space: nowrap;
}

.button:hover {
  background: #5183b6;
  text-decoration: none;
}

@media (min-width: 40rem) {
  .button {
    display: inline-block;
    font-size: 0.9rem;
  }
}

/* Elements
   ========================================================================== */

hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 2rem auto;
  width: 3rem;
}

@media (min-width: 40rem) {
  hr { margin: 2.5rem auto; }
}

hr.small { margin: 1.5rem auto; }

img {
  display: block;
  height: auto;
/*  margin: 0 auto 1.5rem auto;
*/  width: 100%;
}



/* Utilities
   ========================================================================== */

.remove-padding { padding: 0; }
.remove-border { border: none; }

/* Clearfix by Nicolas Gallagher
   ========================================================================== */

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.txt-right li, .txt-right{text-align: right!important;}
.txt-left{text-align: left!important;}

.eu-fonds{background:#fff;margin-bottom: 35px;padding: 10px;float: right;}
.eu-fonds img{max-height: 40px;width: auto;margin-right: 15px;border-radius: 0px!important;vertical-align: middle;display: inline-block;}
.eu-fonds a{display: table;}
.bx-wrapper{margin-bottom: 0!important;}
.eu-fonds2{width: 100%;text-align: center;display: table;}
.eu-fonds2 img{max-height: 45px;width: auto;display: inline-block;margin-right: 15px;vertical-align: middle;}
.eu-fonds img.eulogo, .eu-fonds2 img.eulogo{max-height: 65px!important;}

@media (max-width: 40rem) {
	.eu-fonds{background:#fff;margin-bottom: 35px;padding: 15px;float: right;}
	.eu-fonds img{max-height: 30px;width: auto;float: right;margin-right: 7px;}

  /* The sticky class is added to the header with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
  }

  .sticky + .content {
    padding-top: 102px;
  }
  #myHeader{z-index: 10;margin: 0;}
  .sticky .lang{margin-right: 60px;}
  .g4.txt-right, .sub-menu-lists.txt-right li{text-align: left !important;}

}
.fnonemobile{float: none !important;}
.desktop{display:none;}
.mobile{display: block;}
@media (min-width: 40rem) {
  .desktop{display: block;}
  .mobile{display: none;}
  .fright.fnonemobile{float: right;}
}

.fright{float: right;}
.animation-txt{}
.animation-heading{font-size: calc(27px + (51 - 27) * ((100vw - 300px) / (1600 - 300)));color: #fff;line-height: 1em;}
.footer-top{background: #282f39;}
.footer-top a{font-size: 14px;}
.footer-top h3{font-size: 21px;}
.footer-top img.logo-w{max-height: 150px;}
.header img.logo-w{max-width: 80%;width: auto;max-height: 70px;}
.logo-w{max-width: 100%;width: auto;max-height: 100px;}
.logo-mobile{max-height: 50px;width: auto;margin: 15px;float: left;}
.header .column.third{float: left;}
.header .column.third:first-child{width: 100%;background: #282f39;}
.header .column.third:last-child{float: right;}


.lang{float: right;margin: 19px 46px 0 0;}
.lang-icon{width: 20px; height: 20px;float: left;margin-right: 15px; }
.language-list{list-style: none;float: left;width: 120px;border:1px solid #282f39;padding: 0;}
.language-list li{
  float: left;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.language-list a{color: #fff;padding: 7px;font-size: 14px;display: block;width: 100%;}
.language-list li ul li a{padding: 7px;display: block;width: 100%;text-align: center;margin-right: 6px;color: #282f39;}
.language-list li ul{display: none;}
.language-list li:hover ul{display: block;position: absolute;top: 35px;left: -1px;padding: 0; background: #f2f2f2; color: #282f39!important;border:1px solid #282f39;width: 120px;list-style: none;}

.nav{background: #282f39;}
.nav a, .footer-top a, .footer-top h3{color: #ffffff;}
.nav ul, .footer-top ul{list-style: none;}
.nav ul li{float: left;}

.content{margin-bottom: 2rem;}
.content img{border-radius: 8px;}
.content h2{text-transform: uppercase;}
.content .column{padding-bottom: 1rem;padding-top: 1rem}

.bx-wrapper .bx-viewport{box-shadow: none!important;border: none!important;left: 0!important;}
.bx-wrapper img{margin: 0;}
.bx-wrapper .bx-pager{padding-top: 0!important;bottom: 30px!important;top: 85%;}
.bx-wrapper .bx-pager.bx-default-pager a{border: 1px solid #fff!important;background: none!important;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{background: #fff!important;}

@media only screen and (max-width:450px){
  .bx-wrapper .bx-viewport{height: 220px!important;}
  .bx-wrapper img {
    max-width: 100%;
    display: block;
    min-width: 700px;
  }
}


.hor-links{width: auto;padding: 0;text-align: center;text-decoration: none;list-style: none;margin: 0 auto;border: 1px solid #282f39;padding: 7px 15px;}
.hor-links li{display: inline-block;}
.content .hor-links li a{font-size: 14px;color: #282f39;text-decoration: none;}
.hor-links li a:hover, .hor-links li a.active{color: #026574!important;text-decoration: underline;}
.hor-links li:first-child::before{content: " "}
.hor-links li::before{content: "//";margin-right: 3px;}
.page-content h1{font-size: 40px;}
.page-content h2{font-size: 30px;text-transform: none;}
.page-content p{text-align: left;margin: 15px 0;}
.page-content img, .animation img{border-radius: 0;}
.txt-center p, .txt-center{text-align: center!important;padding: 7px 0;}
.remove-margin{margin:0;}
.content a{color: #026574;text-decoration: underline; }
.rjesenja-img img{width: 50%;margin: 0 auto;}

.naslovnica h2{display: table-cell;vertical-align: middle;}
@media (min-width: 40rem) {
  .naslovnica p{height: 100px;}
  .naslovnica h2{height: 86px;display: table-cell;vertical-align: middle;}
  .rjesenja-img img{width: 100%;}
  .page-content h1{font-size: 50px;}
  .page-content h2{font-size: 40px;text-transform: none;}
}
.naslovnica a{text-decoration: none;}

a.readmore_btn:hover{background: #92d3f5;}

  a.readmore_btn{margin-top: 15px; background: #282f39; color: #fff!important;padding: 7px 14px;display: inline-block;font-size: 14px;text-decoration: none;}

.hide-mobile{display: none;}
.animation-txt{position: absolute;right: 0;top:0;z-index: 100;color: #282f39;width: 99%;text-align: left;padding: 15px;}
.animation-txt .bijela p{color: #fff;font-size: 12px; line-height: 1.2;background-color: rgba(40, 47, 57, 0.6);padding: 5%;margin-top: 2%;}
.header{width: 100%;}

@media (min-width: 40rem) {
  .animation{position: relative;}
  .animation-txt{position: absolute;right: 35px;top:15%;z-index: 100;color: #282f39;width: 30%;text-align: center;padding: 0;}
  .animation-txt .bijela p, p.bijela{color: #fff;}
  .animation-txt .bijela p{font-size: 14px;line-height: 1.7;display: block;}
  .animation-txt .crna p, p.crna{color: #282f39;}
  .footer-top ul{padding: 0;float: left;}
  .header{padding: 1rem 0;width: 90%;}
  .header img{margin:0 auto;}
  .header .column.third:first-child{width: 33.3%;margin-top: 0;background: none;}
  .lang{float: left;margin: 0;}
  .language-list a, .language-list li ul li a{color: #282f39;}
  .padd-10{padding: 10rem}
  .logo-mobile{display: none;}
  .hide-mobile{display: block;}

}

/*NAVIGATION*/

header.dark { background-color: #282f39; }

nav{z-index: 200;}
ul.main-nav { 
  list-style-type: none; 
  padding: 0px;
  font-size: 0px;
  margin: 0 auto;
}

ul.main-nav > li { 
  display: block;
  padding: 0; 
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

ul.main-nav > li > a { 
  display: block; 
  padding: 0; 
  position: relative;
  color: #fff;
  font-size: calc(14px + (19 - 14) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 400;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}

ul.main-nav > li:hover > a { color: #fff; font-weight: 400; }

ul.main-nav > li ul.sub-menu-lists {
  margin: 0px;
  padding: 0px;
  list-style-type : none;
  display:block;
}

ul.main-nav > li ul.sub-menu-lists > li {
  padding: 7px 0;
}

ul.main-nav > li ul.sub-menu-lists > li > a {
  font-size: 14px;
  text-decoration: none;
  line-height: 16px;
  display: block;
  color: #fff;

}
ul.main-nav > li ul.sub-menu-lists > li > a:hover{color: #026574;}
#myLinks{display: none;position: relative;z-index: 500;}
a.icon {
  color: white;
  display: block;
  position: absolute;
  right: 23px;
  top: 20px;
  font-size: 35px;
}

@media only screen and (min-width:40rem) {
  #myLinks{display: table;}
    a.icon{display: none;}
    nav{position: relative;display: block;}
    ul.main-nav { display: table; position: relative;width: 100%; }
    ul.main-nav > li > a { 
    padding: 12px 30px; }
    .sub-menu-block{display: none;position: absolute;background-color: #ffffff;
    margin-top: 0px;
    width: 100%;
    color: #333;
    left: 0;
    box-sizing: border-box;
    z-index : 3;
    font-size: 16px;
  }

  ul.main-nav li:hover div.sub-menu-block{display: block;}
  .sub-menu-block { padding: 15px; }
  ul.main-nav > li ul.sub-menu-lists > li > a {color: #282f39;}
  ul.main-nav li{display: table-cell;text-align: left;position: relative;margin: 0; border-bottom: none;}
  ul.main-nav li ul li{display: block;text-align: left;}

  ul.main-nav > li.g1:hover, a.g1 {   
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#94d3f4+0,a796c7+100 */
  background: #94d3f4; /* Old browsers */
  background: -moz-linear-gradient(left, #94d3f4 0%, #a796c7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #94d3f4 0%,#a796c7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #94d3f4 0%,#a796c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94d3f4', endColorstr='#a796c7',GradientType=1 ); /* IE6-9 */}
  ul.main-nav > li.g2:hover, a.g2{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a796c7+0,fcd306+100 */
  background: #a796c7; /* Old browsers */
  background: -moz-linear-gradient(left, #a796c7 0%, #fcd306 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a796c7 0%,#fcd306 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a796c7 0%,#fcd306 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a796c7', endColorstr='#fcd306',GradientType=1 ); /* IE6-9 */
  }
  ul.main-nav > li.g3:hover, a.g3{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcd500+0,becf00+100 */
  background: #fcd500; /* Old browsers */
  background: -moz-linear-gradient(left, #fcd500 0%, #becf00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fcd500 0%,#becf00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fcd500 0%,#becf00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd500', endColorstr='#becf00',GradientType=1 ); /* IE6-9 */
  }
  ul.main-nav > li.g4:hover, a.g4{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcd500+0,94d5ee+100 */
  background: #fcd500; /* Old browsers */
  background: -moz-linear-gradient(left, #fcd500 0%, #94d5ee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fcd500 0%,#94d5ee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fcd500 0%,#94d5ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd500', endColorstr='#94d5ee',GradientType=1 ); /* IE6-9 */

}



