body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color:#122748;
}
.font_size_16 { font-size:1em; }
.font_size_17 { font-size:1.06em; }
.font_size_18 { font-size:1.12em; }
.font_size_19 { font-size:1.18em; }
.font_size_20 { font-size:1.25em; }
p {
	margin-bottom: 0px;
	font-size: 0.87em;
	font-weight: 300;
	color: #4a4a4a;
	line-height: 1.5em;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1 { font-size:25px; line-height:28px; margin:0px; }
h2,h3,h4,h5,h6 {
	margin: 0px;
}

ul.social-icons li {
	display: inline-block;
	margin-right: 3px;
}

ul.social-icons li:last-child {
	margin-right: 0px;
}

ul.social-icons li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	background-color: #eee;
	color: #121212;
	font-size: 1.12em;
	text-align: center;
	transition: all .3s;
}

ul.social-icons li a:hover {
	background-color: #003399;
	color: #fff;
}

a.filled-button {
	background-color: #003399;
	color: #fff;
	font-size: 0.87em;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.section-heading {
	text-align: left;
	margin-bottom: 60px;
	border-bottom: 1px solid #eee;
}

.section-heading h2 {
	font-size: 1.6em;
	font-weight: 400;
	color: #1e1e1e;
	margin-bottom: 15px;
}

.page-heading {
	padding: 210px 0px 130px 0px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-heading .text-content h4 {
	color: #003399;
	font-size: 1.37em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #fff;
	font-size: 1.37em;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#preloader {
  overflow: hidden;
  background: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Header Style */
@media only screen and (min-width: 300px) and (max-width: 980px) { 
header {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
}
@media only screen and (min-width: 981px)  {
header {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 120px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
}

header .navbar {
	padding: 17px 0px;
}
.background-header .navbar {
	padding: 17px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #121212!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #003399;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: -12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	color: #003399;
}
#navbarResponsive {
	z-index: 9;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 12px;
}
.navbar .navbar-nav a.nav-link {
	font-size: 1.06em;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #000;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #003399;
	padding-bottom: 25px;
	border-bottom: 3px solid #003399;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: none;
	background-color: #003399;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 10px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #fff;
	font-size: 1.12em;
	line-height: 26px;
	font-family: 'FontAwesome';
}

.max_width { max-width: 1110px; }

@media only screen and (min-width: 300px) and (max-width: 980px) { 
.height_50_mobile { height:0px; }
.logo_velicina { height:65px; }
.logo_top { margin-top:-17px; margin-left:-25px; }
.padding_mobile_25 { padding:25px; }
.padding_left_20_mobile { }
.padding_right_20_mobile { }
.padding_left_20 { }
}
@media only screen and (min-width: 981px)  {
.height_50_mobile { height:50px!important; }
.logo_velicina { height:75px;  }
.logo_top { margin-top:-17px; width:225px; height:94px; margin-right:-75px; border-right:3px #eeeeee solid; }
.padding_mobile_25 { }
.padding_left_20_mobile { padding-left:20px; }
.padding_right_20_mobile { padding-right:20px; }
.padding_left_20 { padding-left:20px; }
}

.height_5 { height:5px; }

.footer_link a { color:#ABC4EA; text-decoration:none; }
.footer_link a:hover { text-decoration:underline!important; }

.clear_both { clear:both; }

.tabovi_tabovi { background-color:#f4f4f4; padding:10px; }
.tabovi_tabovi a { color:#000000; font-size:15px; line-height:18px; }
.tabovi_tabovi_selected { background-color:#122748; padding:10px; }
.tabovi_tabovi_selected a { color:#ffffff; font-size:15px; line-height:18px; }


.arrow_plava {
  border: 1px solid #24387F;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
}
.arrow {
  border: 1px solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top:-13px; 
}

.up_vise {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top:-16px; 
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top:-18px; 
}

.down_vise {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top:-20px; 
}

@media only screen and (min-width: 300px) and (max-width: 980px) {
.float_left_center { display:inline-block!important; }
.clear_dva { clear:both; } 
.float_left_25_center { display:inline-block; width:50%; }
.float_left_25 { float:left; width:50%; }
.float_left_33 { float:left; width:100%; }
.float_left_66 { float:left; width:100%; }
.float_left_50 { float:left; width:100%; }
.float_left_70 { float:left; width:100%; }
.float_left_30 { float:left; width:100%; }
.float_left_40 { float:left; width:100%; }
.float_left_60 { float:left; width:100%; }
.float_left_80 { float:left; width:100%; }
.float_left_80_80 { float:left; width:100%; }
.float_left_20_20 { float:left; width:100%; }
.float_left_65 { float:left; width:100%; }
.float_left_35 { float:left; width:100%; }
.height_naslovna_ddk {}
.float_left_25_25 { float:left; width:100%; }
.float_left_75_75 { float:left; width:100%; }
.float_left_35_35 { float:left; width:100%; }
.float_left_65_65 { float:left; width:100%; }
}
@media only screen and (min-width: 981px)  {
.float_left_center { float:left; }
.float_left_25_center { display:inline-block; width:25%; }
.float_left_25 { float:left; width:25%; }
.float_left_33 { float:left; width:33.33%; }
.float_left_66 { float:left; width:66.5%; }
.float_left_50 { float:left; width:50%; }
.float_left_70 { float:left; width:70%; }
.float_left_30 { float:left; width:30%; }
.float_left_40 { float:left; width:40%; }
.float_left_60 { float:left; width:60%; }
.float_left_80 { float:left; width:80%; }
.float_left_80_80 { float:left; width:80%; }
.float_left_20_20 { float:left; width:20%; }
.float_left_65 { float:left; width:65%; }
.float_left_35 { float:left; width:31%; margin-left:4%; }
.height_naslovna_ddk { height:83px; }
.float_left_25_25 { float:left; width:25%; }
.float_left_75_75 { float:left; width:75%; }
.float_left_35_35 { float:left; width:36%; margin-right:2%; }
.float_left_65_65 { float:left; width:62%; }
}

@media only screen and (min-width: 300px) and (max-width: 410px) { 
.float_left_6 { float:left; width:100%; }
.gallery_padding { margin:10px; }
.gallery_prikaz_imena { position:absolute; width:100%; bottom:0px; z-index:1; }
.galerija_prikaz_broja { position:absolute; left:0px; top:-10px; z-index:1; }
}
@media only screen and (min-width: 411px) and (max-width: 780px) { 
.float_left_6 { float:left; width:50%; }
.gallery_padding { margin:20px; }
.gallery_prikaz_imena { position:absolute; width:100%; bottom:0px; z-index:1; }
.galerija_prikaz_broja { position:absolute; left:0px; top:-20px; z-index:1; }
}
@media only screen and (min-width: 781px) and (max-width: 1000px) { 
.float_left_6 { float:left; width:25%; }
.gallery_padding { margin:20px; }
.gallery_prikaz_imena { position:absolute; width:100%; bottom:0px; z-index:1; }
.galerija_prikaz_broja { position:absolute; left:0px; top:-20px; z-index:1; }
}
@media only screen and (min-width: 1001px) and (max-width: 1400px) { 
.float_left_6 { float:left; width:25%; }
.gallery_padding { margin:20px; }
.gallery_prikaz_imena { position:absolute; width:100%; bottom:0px; z-index:1; }
.galerija_prikaz_broja { position:absolute; left:0px; top:-20px; z-index:1; }
}
@media only screen and (min-width: 1401px)  {
.float_left_6 { float:left; width:16.66%; }
.gallery_padding { margin:20px; }
.gallery_prikaz_imena { position:absolute; width:100%; bottom:0px; z-index:1; }
.galerija_prikaz_broja { position:absolute; left:0px; top:-20px; z-index:1; }
}


.bottom_gradient {  
 	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(9%, rgba(0, 0, 0, 0)), color-stop(100%, black));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, black 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, black 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0); }	  
}


.text_stranice_bijeli { color:#ffffff!important; font-size: 1em; line-height:25px; }
.text_stranice_bijeli strong { font-weight:bold; }
.text_stranice_bijeli a { color:#000000!important; }
.text_stranice_bijeli a:hover { text-decoration:underline; }

.text_stranice_bijeli p { color:#ffffff!important; font-size: 1em; line-height:25px; }
.text_stranice_bijeli p strong { font-weight:bold; }
.text_stranice_bijeli p a { color:#000000!important; }
.text_stranice_bijeli p a:hover { text-decoration:underline; }



@media only screen and (min-width: 300px) and (max-width: 680px) { 
.float_left_20 { float:left; width:50%; margin-bottom:10px; }
.pomakni_lijevo_mobitel { margin-left:15px!important; margin-right:-20px!important; padding:0px!important; margin-top:10px; }
.margin_top_detalji { margin-top:-10px!important; }
}
@media only screen and (min-width: 681px) and (max-width: 1100px) { 
.float_left_20 { float:left; width:50%; margin-bottom:10px; }
.pomakni_lijevo_mobitel { margin-top:0px; }
.margin_top_detalji { margin-top:-10px!important;  }
}
@media only screen and (min-width: 1101px)  {
.float_left_20 { float:left; width:20%; }
.pomakni_lijevo_mobitel {  }
.margin_top_detalji { margin-top:10px!important;  }
}
.rub { border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
.rub_veci { border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
.rub_dole { border-bottom-left-radius:5px; -moz-border-bottom-left-radius:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-bottom-right-radius:5px; -webkit-border-bottom-right-radius:5px; }

.za_sliku { opacity: 1.0;  filter: alpha(opacity=100);  }
.za_sliku:hover { opacity: 0.6; filter: alpha(opacity=60); } 
.za_sliku_kliknuti { opacity: 0.6; filter: alpha(opacity=60); }

.tablica_ide table {
  border-collapse: collapse;
  width: 100%;
}

.tablica_ide table th, td {
  padding: 8px;
  font-size:1.04em!important;
}

.tablica_ide table th, td span { font-size:1.04em!important; }

tr:nth-child(even) {background-color: #f2f2f2;}

@media only screen and (min-width: 300px) and (max-width: 768px) { 
.galerija_slika_slike_div_manje{ float:left; width:50%; }
.galerija_slika_slike { width:100%; }

.text_stranica img { width:auto!important; max-width:100%!important; height:auto!important; max-height:100%!important; margin-bottom:10px!important; }
.text_stranica h2 strong img { width:auto!important; max-width:50%!important; height:auto!important; max-height:100%!important; margin-bottom:0px!important; }
.text_stranica p { color:#000000!important; font-size: 1em; line-height:25px; }
.text_stranica div { color:#000000!important; font-size: 1em; line-height:25px; font-weight:300; }
.text_stranica p div { color:#000000!important; font-size: 1em; line-height:25px; font-weight:300; }
.text_stranica strong { font-weight:500; }

.text_stranica ul { margin:0px; }
.text_stranica ul li { margin-left:25px; }

.text_stranica_dokumenti img { }
.text_stranica_dokumenti p { color:#000000!important; font-size: 1em; line-height:25px; }
.text_stranica_dokumenti p a { border-left:2px #767B84 solid; padding-left:10px; display: block;
margin-top: 12px; }
.text_stranica_dokumenti strong { font-weight:600; }

.text_stranica_dokumenti ul { margin:0px; }
.text_stranica_dokumenti ul li { margin-left:25px; }

.tablica_manja table { border:none; width:100%!important; text-align:center; margin-top:15px; margin-bottom:15px; }
.tablica_manja table tr { border:1px #CCCCCC solid; display: block;  width:100%!important; margin-top:20px; margin-bottom:20px; }
.tablica_manja table tr td { border:1px #CCCCCC solid; display: block;  width:100%!important; padding:5px; }
.tablica_manja table tbody tr { border:1px #CCCCCC solid; display: block;  width:100%!important; margin-top:20px; margin-bottom:20px; }
.tablica_manja table tbody tr td { border:1px #CCCCCC solid; display: block;  width:100%!important; padding:5px; }

}
@media only screen and (min-width: 769px)  { 
.galerija_slika_slike_div_manje{ float:left; width:25%; }
.galerija_slika_slike { width:100%; }

.text_stranica p { color:#000000!important; font-size: 1em; line-height:25px; }
.text_stranica div { color:#000000!important; font-size: 1em; line-height:25px; font-weight:300; }
.text_stranica p div { color:#000000!important; font-size: 1em; line-height:25px; font-weight:300; }
.text_stranica strong { font-weight:500; }

.text_stranica ul { margin:0px; }
.text_stranica ul li { margin-left:25px; }

.text_stranica_dokumenti p { color:#000000!important; font-size: 1em; line-height:25px; }
.text_stranica_dokumenti p a { border-left:2px #767B84 solid; padding-left:10px; display: block;
margin-top: 12px; }
.text_stranica_dokumenti strong { font-weight:600; }

.text_stranica_dokumenti ul { margin:0px; }
.text_stranica_dokumenti ul li { margin-left:25px; }

}

.text_stranica { color:#000000; }
.text_stranica h2 { margin-bottom:15px; font-size:18px; line-height:21px; }
.text_stranica p { margin-bottom:10px; }

.text_stranica ul { margin-bottom:15px; }
.text_stranica ul li { list-style:outside; }

.linkovi_prva_stranica { color:#9B9999; font-size:14px; line-height:17px; text-decoration:none; }
.linkovi_prva_stranica:hover { text-decoration:underline; }
 
@media only screen and (min-width: 300px) and (max-width: 880px) { 
.prikazuj_desktop { display:none; }
.prikazuj_mobitel { display:block; }
.text_banneri { font-weight:600; color:#ffffff; font-size:25px; line-height:28px; }
.padding_mobitel { padding:25px; }
.padding_mobitel_naziv { padding-left:25px; padding-top:25px; padding-bottom:0px; }
.padding_mobitel_height { height:10px; }
.padding_mobitel_desktop { margin-left:0px; margin-right:0px; margin-bottom:0px; }
.max_height_slike { min-height:245px; }
.max_height_height { height:245px; }
.scroll_ide { overflow-y:scroll; overflow-x:hidden;  }
.scroll_height { height:100%; }  
.scsroll_shadow { -webkit-box-shadow: 0 4px 6px -6px #222;
  -moz-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222; }
.float_left_center_mobile { display:inline-block; }  
.footer_left_padding { padding-left:55px; padding-top:5px; }
}
@media only screen and (min-width: 881px)  {
.prikazuj_desktop { display:block; }
.prikazuj_mobitel { display:none; }
.text_banneri { font-weight:600; color:#ffffff; font-size:50px; line-height:53px; }
.padding_mobitel { padding:0px; }
.padding_mobitel_naziv { padding-left:0px; padding-top:25px; padding-bottom:25px; }
.padding_mobitel_height { height:30px; }
.padding_mobitel_desktop { margin-left:-15px; margin-right:-15px; margin-bottom:0px; }
.max_height_slike { min-height:400px; }
.max_height_height { height:400px; }
.scroll_ide { }
.scroll_height { } 
.scsroll_shadow { }
.float_left_center_mobile { margin-bottom:10px; }
}


.meni_jezik{margin-top:10px;margin-left:10px;margin-bottom:-10px;padding:0;float:right;background-color:#eeeeee}
.meni_jezik ul{list-style:none;padding:0;margin:0}
.meni_jezik ul li{display:block;position:relative;float:left;padding:0;margin:0}
.meni_jezik li ul{display:none}
.meni_jezik ul li a{display:block;text-decoration:none;padding:10px;color:#000;font-size:16px; font-weight:300;}
.meni_jezik ul li a:hover{display:block}
.meni_jezik li:hover ul{display:block;min-width:120px;right:0;position:absolute;z-index:999; border:none;}
.meni_jezik li:hover li{float:none;margin:0;text-align:left}
.meni_jezik li:hover a{background:#eee;color:#000}
.meni_jezik li:hover li a:hover{background:#F3F3F3}


.meni_jezik_manji{margin-top:10px;margin-left:10px;margin-bottom:-10px;padding:0;float:right;background-color:#eeeeee}
.meni_jezik_manji ul{list-style:none;padding:0;margin:0}
.meni_jezik_manji ul li{display:block;position:relative;float:left;padding:0;margin:0}
.meni_jezik_manji li ul{display:none}
.meni_jezik_manji ul li a{display:block;text-decoration:none;padding:6px;color:#000;font-size:16px; font-weight:300;}
.meni_jezik_manji ul li a:hover{display:block}
.meni_jezik_manji li:hover ul{display:block;min-width:120px;right:0;position:absolute;z-index:999; border:none;}
.meni_jezik_manji li:hover li{float:none;margin:0;text-align:left}
.meni_jezik_manji li:hover a{background:#eee;color:#000}
.meni_jezik_manji li:hover li a:hover{background:#F3F3F3}


.trazilica_gumb { height:36px; border-radius:17px; -moz-border-radius:17px; -webkit-border-radius:17px; line-height:20px; width:34px; border:none; background-color:#000000; background-image:url(images/search_ikona.png?ver=4); background-position:center; background-repeat:no-repeat; margin-bottom:-2px; margin-top:-2px; margin-right:-14px; float:right; cursor:pointer; color:#ffffff; }


/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), 
only screen and (-o-min-device-pixel-ratio: 3/2), 
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-devicepixel-ratio: 1.5), 
only screen and (min-resolution: 1.5dppx) {
.trazilica_gumb {  background-size: 18px 26px; height:36px; border-radius:17px; -moz-border-radius:17px; -webkit-border-radius:17px; line-height:20px; width:34px; border:none; background-color:#000000; background-image:url(images/search_ikona_veca.png?ver=2); background-position:center; background-repeat:no-repeat; margin-bottom:-2px; margin-top:-2px; margin-right:-14px; float:right; cursor:pointer; color:#ffffff; }
}


.trazilica_polje {  outline:none; height:32px; padding-left:10px; padding-right:10px; padding-bottom:0px; padding-top:0px; width:151px; border:0; margin-top:0px; margin-left:0px; float:right; color:#636363; font-weight:300; font-style: italic; background-color:none; }	



@media only screen and (min-width: 300px) and (max-width: 880px) { 
.breadcrumb-section {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
@media only screen and (min-width: 881px)  {
.breadcrumb-section {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
.breadcrumb-text {
	text-align: center;
	color: #ffffff;
	font-weight:300;
}
.breadcrumb-text h2 {
	font-size: 34px;
	color: #ffffff;
	margin-bottom: 12px;
}
.breadcrumb-text .bt-option a {
	display: inline-block;
	font-size: 13px;
	color: #000000;
	margin-right: 20px;
	position: relative;
	font-weight: 300;
}
.breadcrumb-text .bt-option a:after {
	position: absolute;
	right: -13px;
	top: 1px;
	content: " / ";
	font-size: 0.87em;
	color: #000000;
	font-weight: 300;
}
.breadcrumb-text .bt-option span {
	display: inline-block;
	font-size: 0.87em;
	color: #000000;
	font-weight: 300;
}


/* Banner Style */

@media only screen and (min-width: 300px) and (max-width: 980px) { 
.banner {
	position: relative;
	text-align: center;
	padding-top: 80px;
}
}
@media only screen and (min-width: 981px)  {
.banner {
	position: relative;
	text-align: center;
	padding-top: 120px;
}
}

.banner-item-01 {
	padding: 300px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-02 {
	padding: 300px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-03 {
	padding: 300px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner .banner-item {
	max-height: 600px;
}

.banner .text-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.banner .text-content h4 {
	color: #003399;
	font-size: 1.37em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.banner .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.owl-banner .owl-dots .owl-dot {
  border-radius: 3px;
  width:150px;
}
.owl-banner .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.owl-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    opacity: 0.5;
}
.owl-banner .owl-dots .owl-dot:focus {
    outline: none
}
.owl-banner .owl-dots .owl-dot.active {
    background-color: #fff;
    opacity: 1;
}



/* Latest Produtcs */

.latest-products {
	margin-top: 100px;
}

.section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #003399;
}

.product-item {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.product-item .down-content {
	padding: 30px;
	position: relative;
}

.product-item img {
	width: 100%;
	overflow: hidden;
}

.product-item .down-content h4 {
	font-size: 1.06em;
	color: #1a6692;
	margin-bottom: 20px;
}

.product-item .down-content h6 {
	font-size: 1.12em;
	margin-bottom: 15px;
	color: #121212;
}

.product-item .down-content h6 small{
	color: #999;
}

.product-item .down-content p {
	margin-bottom: 20px;
}

.product-item .down-content ul li {
	display: inline-block;
}

.product-item .down-content ul li i {
	color: #003399;
	font-size: 0.87em;
}

.product-item .down-content span {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 13px;
	color: #003399;
	font-weight: 500;
}

.product-item .down-content span a {
	color: #003399;
	display: inline-block;
	margin-bottom: 3px;
}

.modal-dialog { 
	margin-top: 10%; 
}

/* Best Features */

.about-features {
	margin-top: 100px!important;
}

.about-features p {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.about-features .container .row {
	padding-bottom: 0px!important;
	border-bottom: none!important;
}

.best-features {
	margin-top: 50px;
}

.best-features .container .row {
	border-bottom: 1px solid #eee;
	padding-bottom: 60px;
}

.best-features img {
	width: 100%;
	overflow: hidden;
}

.best-features h4 {
	font-size: 1.06em;
	color: #1a6692;
	margin-bottom: 20px;
}

.best-features ul.featured-list li {
	display: block;
	margin-bottom: 10px;
}

.best-features p {
	margin-bottom: 25px;
}

.best-features ul.featured-list li a {
	font-size: 0.87em;
	color: #4a4a4a;
	font-weight: 300;
	transition: all .3s;
	position: relative;
	padding-left: 13px;
}

.best-features ul.featured-list li a:before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #4a4a4a;
	position: absolute;
	left: 0;
	transition: all .3s;
	top: 8px;
}

.best-features ul.featured-list li a:hover {
	color: #003399;
}

.best-features ul.featured-list li a:hover::before {
	background-color: #003399;
}

.best-features .filled-button {
	margin-top: 20px;
}





/* Call To Action */

.call-to-action .inner-content {
	margin-top: 60px;
	padding: 30px;
	background-color: #f7f7f7;
	border-radius: 5px;
}

.call-to-action .inner-content h4 {
	font-size: 1.06em;
	color: #1a6692;
	margin-bottom: 15px;
}

.call-to-action .inner-content em {
	font-style: normal;
	font-weight: 700;
}

.call-to-action .inner-content .col-md-4 {
	text-align: right;
}

.call-to-action .inner-content .filled-button {
	margin-top: 12px;
}




/* Footer */

footer {
	text-align: center;
}

footer .inner-content {
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding: 60px 0px;
}

footer .inner-content p {
	text-transform: uppercase;
}

footer .inner-content p a {
	color: #003399;
	margin-left: 3px;
}




/* Product Page */

.products {
	margin-top: 100px;
}

.products .filters {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.products .filters li {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #121212;
	display: inline-block;
	margin: 0px 10px;
	transition: all .3s;
	cursor: pointer;
}

.products .filters ul li.active,
.products .filters ul li:hover {
  color: #003399;
}

.dropdown-menu { 
	border-radius: 0;
}

@media only screen and (min-width: 300px) and (max-width: 960px) { 
.dropdown-item { 
	padding: .5rem 1.5rem; 
	white-space: normal;
}
}
@media only screen and (min-width: 961px)  {
.dropdown-item { 
	padding: .5rem 1.5rem; 
}
}

.page-heading {
	position:relative;
}
.page-heading:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,.7);
}
.page-heading .container {
	position:relative;
	z-index: 2;
}
.products ul.pages {
	margin-top: 30px;
	text-align: center;
}

.products ul.pages li {
	display: inline-block;
	margin: 0px 2px;
}

.products ul.pages li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	font-size: 15px;
	font-weight: 700;
	color: #121212;
	transition: all .3s;
}

.products ul.pages li a:hover,
.products ul.pages li.active a {
	background-color: #003399;
	border-color: #003399;
	color: #fff;
}



/* Team Members */

.team-members {
	margin-top: 100px;
}

.team-member {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.team-member img {
	width: 100%;
	overflow: hidden;
}

.team-member .down-content {
	padding: 30px;
	text-align: center;
}

.team-member .thumb-container {
	position: relative;
}

.team-member .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(243,63,63,0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.team-member .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color: #003399;
}

.team-member:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.team-member .down-content h4 {
	font-size: 1.06em;
	color: #1a6692;
	margin-bottom: 8px;
}

.team-member .down-content span {
	display: block;
	font-size: 13px;
	color: #003399;
	font-weight: 500;
	margin-bottom: 20px;
}




/* Services */

.services {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
}

.services .section-heading h2 { 
	color: #fff; 
}

.service-item {
	text-align: center;
	margin-bottom: 30px;
}

.service-item .icon {
	background-color: #f7f7f7;
	padding: 40px;
}

.service-item .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #003399;
	color: #fff;
	font-size: 32px;
}

.service-item .down-content {
	background-color: #fff;
	padding: 40px 30px;
}

.service-item .down-content h4 {
	font-size: 1.06em;
	color: #1a6692;
	margin-bottom: 20px;
}

.service-item .down-content h6 { 
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 25px;
}

.services-item-image { 
	display: block; 
}

.n-m { 
	margin: 0!important; 
}

.owl-clients button.owl-dot { 
	background: #f1f1f1!important; 
	width: 10px!important; 
	height: 10px!important; 
	margin: 0 10px!important; 
	border-radius: 50%;
}

.owl-clients button.owl-dot.active { 
	background: #003399!important; 
}

.owl-gallery button.owl-dot { 
	background: #f1f1f1!important; 
	width: 10px!important; 
	height: 10px!important; 
	margin: 0 10px!important; 
	border-radius: 50%;
}

.owl-gallery button.owl-dot.active { 
	background: #003399!important; 
}

/* Clients */

.happy-clients {
	margin-top: 100px;
	margin-bottom: 40px;
}

.happy-clients .client-item img {
	max-width: 100%;
	overflow: hidden;
	transition: all .3s;
	cursor: pointer;
}

.client-item h6 { 
	line-height: 1.6;  
}

.happy-clients .client-item img:hover {
	opacity: 0.8;
}




/* Find Us */

.find-us {
	margin-top: 100px;
}

.find-us p {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.find-us h4 {
	font-size: 1.06em;
	color: #1a6692;
	margin-bottom: 20px;
}

.find-us .left-content {
	margin-left: 30px;
}



/* Send Message */

input { font-size:0.87em; }

.send-message {
	margin-top: 100px;
}

.contact-form select,
.contact-form .form-control {
	font-size: 0.87em;
	width: 100%;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form select:focus,
.contact-form .form-control:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form textarea {
	font-size: 0.87em;
	width: 100%;
	min-width: 100%;
	min-height: 120px;
	height: 120px;
	max-height: 180px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form textarea:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form button.filled-button {
	background-color: #003399;
	color: #fff;
	font-size: 0.87em;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	border: none;
	outline: none;
	cursor: pointer;
}

.contact-form button.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.accordion {
	margin-left: 30px;
}

.accordion a {
	cursor: pointer;
	font-size: 1.06em;
	color: #1a6692!important;
	margin-bottom: 20px;
	transition: all .3s;
}

.accordion a:hover {
	color: #003399!important;
}

.accordion a.active {
  color: #003399!important;
}

.accordion li .content {
  display: none;
  margin-top: 10px;
}

.accordion li:first-child {
	border-top: 1px solid #eee;
}

.accordion li {
	border-bottom: 1px solid #eee;
	padding: 15px 0px;
}

.section-background { 
	background: #f1f1f1; 
}

.section {
	padding: 30px 0;
}

.section p {
	margin-bottom: 15px;
}

.section .section-heading {
	margin-bottom: 45px;
}


/* Responsive Style */
@media (max-width: 768px) {
	.banner .text-content {
		width: 90%;
		margin-left: 5%;
	}
	.banner .text-content h4 {
		font-size: 1.37em;
	}

	.banner .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
	.banner-item-01,
	.banner-item-02,
	.banner-item-03 {
		padding: 180px 0px;
	}
	.page-heading .text-content h4 {
		font-size: 1.37em;
	}

	.page-heading .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
	.section-heading a {
		float: none;
		margin-top: 0px;
		display: block;
		margin-bottom: 20px;
	}
	.product-item .down-content h4 {
		margin-bottom: 20px!important;
	}
	.best-features .left-content {
		margin-bottom: 30px;
	}
	.call-to-action .inner-content {
		text-align: center;
	}
	.call-to-action .inner-content .filled-button {
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	.about-features img {
		margin-bottom: 30px;
	}
	.service-item {
		margin-bottom: 30px;
	}
	.find-us #map {
		margin-bottom: 30px;
	}
	.find-us .left-content {
		margin-left: 0px;
	}
	.send-message .accordion {
		margin-top: 30px;
		margin-left: 0px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 32px;
		z-index:999;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 5;
	    position: absolute;
	    top: 75px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #003399;
		border-bottom: none!important;
		padding-bottom: 15px;
	}
	.product-item .down-content h4 {
		margin-bottom: 10px;
	}
	.product-item .down-content h6 {
		margin-bottom: 20px;
	}
}


.linkovi_podstranice { font-size:19px; line-height:22px; color:#FFFFFF; font-weight:600; text-decoration:none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; }
.linkovi_podstranice:hover { font-size:19px; line-height:22px; color:#FFFFFF; font-weight:600; text-decoration:underline!important; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; }

.linkovi_prva { font-size:19px; line-height:22px; color:#000000; font-weight:500; text-decoration:none; }
.linkovi_prva:hover { font-size:19px; line-height:22px; color:#000000; font-weight:500; text-decoration:underline!important; }

.linkovi_prva_bold { font-size:21px; line-height:24px; color:#000000; font-weight:600; text-decoration:none; }
.linkovi_prva_bold:hover { font-size:21px; line-height:24px; color:#000000; font-weight:600; text-decoration:underline!important; }


.crna_trensparent { 
 	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(9%, rgba(0, 0, 0, 0)), color-stop(100%, black));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, black 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, black 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0); }