@font-face
{
   font-family: Calibri;
   font-display: swap;
   src: url('calibri.woff') format('woff'),
        url('calibri.ttf') format('truetype');
}
@font-face
{
   font-family: "Ico Font";
   font-display: swap;
   src: url('icofont.woff2') format('woff2'),
        url('icofont.woff') format('woff'),
        url('icofont.ttf') format('truetype'),
        url('icofont.svg#icofont') format('svg'),
        url('icofont.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Ico Font";
   font-display: swap;
   src: url('icofont.woff2') format('woff2'),
        url('icofont.woff') format('woff'),
        url('icofont.ttf') format('truetype'),
        url('icofont.svg#icofont') format('svg'),
        url('icofont.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-display: swap;
   src: url('Roboto-Condensed-Light.woff2') format('woff2'),
        url('Roboto-Condensed-Light.') format('woff');
}
@font-face
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   font-weight: 100 900;
   unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
   src: url('Roboto-Slab-subset0.woff2') format('woff2');
}
@font-face
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   font-weight: 100 900;
   unicode-range: U+1F00-1FFF;
   src: url('Roboto-Slab-subset1.woff2') format('woff2');
}
@font-face
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   font-weight: 100 900;
   unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
   src: url('Roboto-Slab-subset2.woff2') format('woff2');
}
@font-face
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   font-weight: 100 900;
   unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
   src: url('Roboto-Slab-subset3.woff2') format('woff2');
}
@font-face
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   font-weight: 100 900;
   unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
   src: url('Roboto-Slab-subset4.woff2') format('woff2');
}
@font-face
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   font-weight: 100 900;
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   src: url('Roboto-Slab-subset5.woff2') format('woff2');
}
@font-face
{
   font-family: "Roboto Condensed";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   src: url('Roboto-Condensed.woff2') format('woff2'),
        url('Roboto-Condensed.woff') format('woff');
}
@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes filter-blur-in
{
   0% { filter: blur(20px);  }
   100% { filter: blur(0);  }
}
@keyframes jello-horizontal
{
   0% { transform: rotateX(0deg) ;  }
   30% { transform: rotateX(0deg) scale3d(1.25,0.75,1.0) ;  }
   40% { transform: rotateX(0deg) scale3d(0.75,1.25,1.0) ;  }
   50% { transform: rotateX(0deg) scale3d(1.15,0.85,1.0) ;  }
   65% { transform: rotateX(0deg) scale3d(0.95,1.05,1.0) ;  }
   75% { transform: rotateX(0deg) scale3d(1.05,0.95,1.0) ;  }
   100% { transform: rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes slide-up-in
{
   0% { transform: translate(0px,100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes transform-bounce-in
{
   0% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-lightspeed-in
{
   0% { transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@keyframes transform-pulse
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
a.dokumenti
{
   color: #4F4F4F;
   text-decoration: none;
}
a.dokumenti:visited
{
   color: #A9A9A9;
   text-decoration: none;
}
a.dokumenti:active
{
   color: #04438A;
   text-decoration: none;
}
a.dokumenti:hover
{
   color: #D9271B;
   text-decoration: none;
}
a.mapasajta
{
   color: #000000;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.mapasajta::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 1px;
   margin-top: 1px;
   transition: all 300ms linear;
}
a.mapasajta:hover::after
{
   background: #808080;
   width: 100%;
}
a.mapasajta:visited
{
   color: #000000;
   text-decoration: none;
}
a.mapasajta:active
{
   color: #000000;
   text-decoration: none;
}
a.mapasajta:hover
{
   color: #808080;
   text-decoration: none;
}
a.masretmeny
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.masretmeny::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 1px;
   margin-top: 1px;
   transition: all 300ms linear;
}
a.masretmeny:hover::after
{
   background: #FFFFFF;
   width: 100%;
}
a.masretmeny:visited
{
   color: #DCDCDC;
   text-decoration: none;
}
a.masretmeny:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.masretmeny:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.ENG
{
   color: #04438A;
   text-decoration: none;
}
a.ENG:visited
{
   color: #04438A;
   text-decoration: none;
}
a.ENG:active
{
   color: #04438A;
   text-decoration: none;
}
a.ENG:hover
{
   color: #04438A;
   text-decoration: none;
}
a.pomocni-left
{
   color: #000000;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.pomocni-left::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 1px;
   margin-top: 1px;
   transition: all 300ms linear;
}
a.pomocni-left:hover::after
{
   background: #808080;
   width: 100%;
}
a.pomocni-left:visited
{
   color: #000000;
   text-decoration: none;
}
a.pomocni-left:active
{
   color: #000000;
   text-decoration: none;
}
a.pomocni-left:hover
{
   color: #808080;
   text-decoration: none;
}
a.Tekst
{
   color: #0000FF;
   font-weight: bold;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Tekst::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Tekst:hover::after
{
   background: #0000FF;
   width: 100%;
}
a.Tekst:visited
{
   color: #800080;
   font-weight: bold;
   text-decoration: none;
}
a.Tekst:active
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.Tekst:hover
{
   color: #0000FF;
   font-weight: bold;
   text-decoration: none;
}
h1, .h1
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 43px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   --color: #FFFFFF;
   display: inline;
}
h2, .h2
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 35px;
   line-height: 48.03px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 29px;
   text-decoration: none;
   color: #696969;
   --color: #696969;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-weight: normal;
   font-size: 27px;
   font-style: normal;
   text-decoration: none;
   color: #04438A;
   --color: #04438A;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 24px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-weight: normal;
   font-size: 27px;
   text-decoration: none;
   color: #D9271B;
   --color: #D9271B;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.Teks-Linkovi 14
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 19px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.Tekst-14
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.Tekst-12
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 16px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.Tekst-14-C
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   line-height: 26.03px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   backdrop-filter: blur(15px) ;
   -webkit-backdrop-filter: blur(15px) ;
}
.Tekst-15-crv
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 20px;
   text-decoration: none;
   color: #D9271B;
   --color: #D9271B;
   background-color: transparent;
}
.Tekst-13
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 17px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.Tekst-14-Italic
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   font-style: italic;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.TXT-24-white
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-size: 32px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.TXT-ST-15
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 20px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.F-16
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 21px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.F-14
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.F-13
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 17px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.Mapa-C
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-size: 20px;
   text-decoration: none;
   color: #D9271B;
   --color: #D9271B;
   background-color: transparent;
}
.Mapa-P
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-size: 20px;
   text-decoration: none;
   color: #04438A;
   --color: #04438A;
   background-color: transparent;
}
@media only screen and (min-width: 1024px) and (max-width: 1299px)
{
h1, .h1
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 37px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 32px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 24px;
   text-decoration: none;
   color: #696969;
   --color: #696969;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   text-decoration: none;
   color: #04438A;
   --color: #04438A;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.Teks-Linkovi 14
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 20px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.Tekst-12
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 15px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.Tekst-14-C
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 17px;
   line-height: 23.03px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   backdrop-filter: blur(15px) ;
   -webkit-backdrop-filter: blur(15px) ;
}
.Tekst-15-crv
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   text-decoration: none;
   color: #D9271B;
   --color: #D9271B;
   background-color: transparent;
}
.Tekst-13
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 12px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.TXT-24-white
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-size: 27px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.TXT-ST-15
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
}
@media only screen and (min-width: 970px) and (max-width: 1023px)
{
h1, .h1
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 37px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 32px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 24px;
   text-decoration: none;
   color: #696969;
   --color: #696969;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   text-decoration: none;
   color: #04438A;
   --color: #04438A;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.Tekst-12
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 15px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.Tekst-14-C
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 17px;
   line-height: 23.03px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   backdrop-filter: blur(15px) ;
   -webkit-backdrop-filter: blur(15px) ;
}
.Tekst-15-crv
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   text-decoration: none;
   color: #D9271B;
   --color: #D9271B;
   background-color: transparent;
}
.Tekst-13
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 12px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.TXT-24-white
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-size: 27px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.TXT-ST-15
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
}
@media only screen and (min-width: 768px) and (max-width: 969px)
{
h1, .h1
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 35px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 29px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 24px;
   text-decoration: none;
   color: #696969;
   --color: #696969;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-weight: normal;
   font-size: 21px;
   font-style: normal;
   text-decoration: none;
   color: #04438A;
   --color: #04438A;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 20px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.Teks-Linkovi 14
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 19px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.Tekst-14-C
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 17px;
   line-height: 23.03px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   backdrop-filter: blur(15px) ;
   -webkit-backdrop-filter: blur(15px) ;
}
.Tekst-15-crv
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   text-decoration: none;
   color: #D9271B;
   --color: #D9271B;
   background-color: transparent;
}
.Tekst-13
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 12px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.TXT-24-white
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-size: 27px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.TXT-ST-15
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
h1, .h1
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 20px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   --color: #FFFFFF;
   display: inline;
}
h2, .h2
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #696969;
   --color: #696969;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-weight: normal;
   font-size: 21px;
   font-style: normal;
   text-decoration: none;
   color: #04438A;
   --color: #04438A;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 20px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #D9271B;
   --color: #D9271B;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.Teks-Linkovi 14
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 19px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.Tekst-14-C
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 17px;
   line-height: 20.73px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   backdrop-filter: blur(15px) ;
   -webkit-backdrop-filter: blur(15px) ;
}
.Tekst-15-crv
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   text-decoration: none;
   color: #D9271B;
   --color: #D9271B;
   background-color: transparent;
}
.Tekst-13
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 12px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.TXT-24-white
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-size: 24px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.TXT-ST-15
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
}
@media only screen and (max-width: 479px)
{
h1, .h1
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 20px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   --color: #FFFFFF;
   display: inline;
}
h2, .h2
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 21px;
   line-height: 28.03px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #696969;
   --color: #696969;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-weight: normal;
   font-size: 21px;
   font-style: normal;
   text-decoration: none;
   color: #04438A;
   --color: #04438A;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 20px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #D9271B;
   --color: #D9271B;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.Teks-Linkovi 14
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 19px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.Tekst-14
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 16px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.Tekst-14-C
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 17px;
   line-height: 20.73px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   backdrop-filter: blur(15px) ;
   -webkit-backdrop-filter: blur(15px) ;
}
.Tekst-15-crv
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 17px;
   text-decoration: none;
   color: #D9271B;
   --color: #D9271B;
   background-color: transparent;
}
.Tekst-13
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 12px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.TXT-24-white
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-size: 24px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.TXT-ST-15
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 17px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.F-16
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.F-14
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 16px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.Mapa-P
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 400;
   font-weight: 500;
   font-size: 20px;
   text-decoration: none;
   color: #04438A;
   --color: #04438A;
   background-color: transparent;
}
}
