@charset "utf-8";
:focus { outline: none; }
input[type=text]:focus,
input[type=password]:focus, textarea:focus { outline: 0 none; }
body, html { height: 100%; min-height: 100%; font-weight: normal; font-style:normal; }
input, textarea, select { -webkit-appearance: none; }
input, textarea, select { -webkit-border-radius: 0; border-radius: 0; }
body, nav, ul, li, a {margin:0;padding:0;}
html, html a {
    -webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: none;
}
body {
	text-decoration: none;
	text-align: center;
	background-color: #FFF;
	margin: 0px;
	}
.tblWidth100 {
	width: 100%;
	border-spacing: 0px;
	vertical-align: top;
	}
/* ---------- ---------- ---------- ---------- ---------- HEADER */
#header, #header-u, #header-logo, #header-facebook, #header-instagram, #header-instagram, #header-instagram, img {
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
#header {
	position: fixed;
	background-color: #FFF;
	width: 100%;
	height: 100px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	z-index: 500;
	}
#header-u {
	position: relative;
	max-width: 100%;
	height: 100px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	z-index: 1;
	}
#header-logo {
	position: absolute;
	width: 127px;
	height: 60px;
	top: 20px;
	left: 20px;
	text-align: left;
	z-index: 1;
	}
.img-logo {
	width: auto;
	height: 60px;
	border: none;
	opacity: 1;
	}
.img-logo:hover {
	opacity: 1;
	}	
#header-facebook, #header-instagram, #header-twitter, #header-linkedin {
	position: absolute;
	background-position: center center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	top: 15px;
	text-align: center;
	z-index: 1;
	display: none;
	}		
#header-facebook {
	background-image: url(../img/facebook-01.png);
	right: 140px;
	}
#header-instagram {
	background-image: url(../img/instagram-01.png);
	right: 100px;
	}
#header-twitter {
	background-image: url(../img/twitter-01.png);
	right: 60px;
	}
#header-linkedin {
	background-image: url(../img/linkedin-01.png);
	right: 20px;
	}
.img-ico {
	width: 20px;
	height: 20px;
	border: none;
	opacity: 1;
	}
.img-ico:hover {
	opacity: 1;
	}	
#navigation {
	position: absolute;
	width: auto;
	top: 60px;
	right: 5px;
	font-family: 'montserratregular', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #004994;
	list-style-type: none;
	text-decoration: none;
	text-align: left;
	display: none;
	z-index: 1;
}
#navigation > a.nav-link {
	padding-left: 15px;
	padding-right: 15px;
	color: #004994;
	text-decoration: none;
	display: none;
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#navigation > a.nav-link.active {
	color: #94000e;
}
#navigation > a.nav-link:hover {
	color: #94000e;
}
#navigation > a.nav-link:active {
	color: #94000e;
}	
#navigationM {
	position: absolute;
	width: auto;
	top: 60px;
	right: 5px;
	font-family: 'montserratregular', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #004994;
	list-style-type: none;
	text-decoration: none;
	text-align: left;
	display: none;
	z-index: 1;
}
#navigationM > a.nav-link {
	padding-left: 15px;
	padding-right: 15px;
	color: #004994;
	text-decoration: none;
	display: none;
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#navigationM > a.nav-link.active {
	color: #94000e;
}
#navigationM > a.nav-link:hover {
	color: #94000e;
}
#navigationM > a.nav-link:active {
	color: #94000e;
}
#header-fixed {
	position: relative;
	background-color: #FFF;
	width: 100%;
	height: 100px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	text-align: center;
	z-index: 1;
	}
/* ---------- ---------- ---------- ---------- ---------- BANNER */
#banner, #banner-u, #banner-layer, #banner-txt, #banner-link, 
#banner-usluge, #banner-usluge-u, #banner-usluge-txt, 
#banner-usluge-ostalo, #banner-usluge-ostalo-u, #banner-usluge-ostalo-txt, 
#banner-product, #banner-product-01, #banner-product-02, #banner-product-03,

img {
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
#banner, #banner-u, #banner-layer, #banner-txt, #banner-link, 
#banner-usluge, #banner-usluge-u, #banner-usluge-txt, 
#banner-usluge-ostalo, #banner-usluge-ostalo-u, #banner-usluge-ostalo-txt, 
#banner-product, #banner-product-01, #banner-product-02, #banner-product-03 {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	text-decoration: none;
	display: block;
	overflow: hidden;
	float: none;
	}
#banner {
	height: 380px;
	}
#banner-u {
	height: 380px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}
#banner-layer {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}
#banner-txt {
	margin-top: 40px;
	width: 280px;
	height: auto;
	margin-left: auto;
	}
#banner-link {
	margin-top: 140px;
	width: 520px;
	height: auto;
	}
#banner-usluge {
	background-color: #00529c;
	height: auto;
	}
#banner-usluge-u {
	height: auto;
	}
#banner-usluge-txt {
	margin-top: 20px;
	width: 280px;
	height: auto;
	margin-bottom: 20px;
	}
#banner-usluge-ostalo {
	background-color: #004994;
	height: auto;
	margin-top: 42px;
	}
#banner-usluge-ostalo-u {
	height: auto;
	}
#banner-usluge-ostalo-txt {
	width: 280px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#banner-product {
	background-color: #004994;
	height: auto;
	}
#banner-product-01 {
	max-width: 320px;
	min-height: 243px;
	margin-top: 0px;
	float: none;
	}
#banner-product-02 {
	width: 300px;
	height: 190px;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: auto;
	float: none;
	}
#banner-product-03 {
	width: 300px;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-bottom: 20px;
	float: none;
	}
/* ---------- ---------- ---------- ---------- ---------- SECTION */	
.section { position:relative; }

#section-01, #section-01-01, #section-01-01-01, #section-01-title, #section-01-txt, #section-01-01-02, 
#section-01-01-02-m, 
#section-01-title-usluge, #section-01-01-usluge, #section-01-01-02-usluge, #section-01-txt-usluge, 
#section-02, #section-02-00, #section-02-01, #section-02-01-01, #section-02-image, #section-02-txt, 
#section-02-00-usluge, #section-02-01-usluge, 
#section-03, #section-03-01, #section-03-01-01, #section-03-title, #section-03-txt, #section-03-01-02, 
#section-04, #section-04-01, #section-04-01-01,  #section-04-title, #section-04-txt, #section-04-forma, 
#section-04-01-02,
#section-04-01-usluge, 
#section-04-01-03, #section-04-partneri, #section-04-image, 
img {
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}

#section-01, #section-01-01, #section-01-01-01, #section-01-title, #section-01-txt, #section-01-01-02,
#section-01-01-02-m, 
#section-01-title-usluge, #section-01-01-usluge, #section-01-01-02-usluge, #section-01-txt-usluge, 
#section-02, #section-02-00, #section-02-01, #section-02-01-01, #section-02-image, #section-02-txt, 
#section-02-00-usluge, #section-02-01-usluge, 
#section-03, #section-03-01, #section-03-01-01, #section-03-title, #section-03-txt, #section-03-01-02, 
#section-04, #section-04-01, #section-04-01-01, #section-04-title, #section-04-txt, #section-04-forma, 
#section-04-01-02, 
#section-04-01-usluge, 
#section-04-01-03, #section-04-partneri, #section-04-image {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	text-decoration: none;
	display: block;
	overflow: hidden;
	float: none;
	}
	
#section-01-title-usluge {
	width: 300px;
	margin-top: 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004994;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004994;
	}
#section-02-00-usluge {
	max-width: 320px;
	margin-top: 28px;
	margin-bottom: 28px;
	display: block;
	}
#section-04-01 {
	max-width: 320px;
	margin-top: 28px;
	margin-bottom: 28px;
	}

/* ---------- ---------- ---------- ---------- ---------- SECTION 03 - NEKRETNINE */
#section-03 {
	background-color: #004994;
	min-height: 300px;
	}
#section-03-01 {
	max-width: 320px;
	margin-top: 42px;
	margin-bottom: 28px;
	}
#section-03-01-01 {
	width: 320px;
	margin-left: auto;
	text-align: center;
	text-decoration: none;
	float: none;
	}	
#section-03-01-02 {
	width: 320px;
	margin-left: auto;
	float: none;
	}
#section-03-title {
	width: 210px;
	margin-top: 28px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	}
#section-03-txt {
	margin-top: 28px;
	width: 300px;
	}
/* ---------- ---------- ---------- ---------- ---------- SECTION 01 - O NAMA; PODACI O TVRTKI; UVJETI KORIŠTENJA */
#section-01 {
	min-height: 300px;
	}
#section-01-01-02 {
	width: 320px;
	margin-left: auto;
	float: none;
	display: none;
	}
#section-01-01 {
	max-width: 320px;
	margin-top: 42px;
	margin-bottom: 28px;
	}
#section-01-01-01 {
	width: 320px;
	margin-left: auto;
	float: none;
	}
#section-01-title {
	width: 210px;
	margin-top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004994;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004994;
	}
#section-01-txt {
	margin-top: 28px;
	width: 300px;
	}
#section-01-01-02-m {
	margin-top: 28px;
	width: 320px;
	margin-left: auto;
	float: none;
	display: block;
	}
#section-01-01-usluge {
	max-width: 320px;
	margin-top: 28px;
	margin-bottom: 0px;
	}
#section-01-01-02-usluge {
	width: 320px;
	margin-left: auto;
	float: none;
	}
#section-01-txt-usluge {
	margin-top: 28px;
	width: 300px;
	margin-left: auto;
	float: none;
	}	
/* ---------- ---------- ---------- ---------- ---------- SECTION 02 - USLUGE */
#section-02 {
	min-height: 100px;
	}
#section-02-00 {
	max-width: 320px;
	margin-top: 0px;
	margin-bottom: 28px;
	display: block;
	}
#section-02-01 {
	max-width: 320px;
	margin-top: 28px;
	margin-bottom: 28px;
	}
#section-02-01-usluge {
	max-width: 320px;
	margin-top: 28px;
	margin-bottom: 0px;
	}
#section-02-01-01 {
	width: 320px;
	min-height: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
	float: left;
	}
#section-02-image {
	width: 320px;
	height: 203px;
	}
#section-02-txt {
	width: 300px;
	height: auto;
	}
#section-02-actionen {
	position: absolute;
	width: 320px;
	height: 203px;
	top: 0px;
	left: 0px;
	z-index: 2;
	}
#section-02-subgroup {
	position: absolute;
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	max-width: 260px;
	height: auto;
	top: 10px;
	left: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	z-index: 2;
	}
#section-02-type {
	position: absolute;
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	max-width: 100px;
	height: auto;
	left: 10px;
	bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	z-index: 2;
	}
#section-02-video {
	position: absolute;
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	width: 26px;
	height: 26px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	}
#section-07-01-01 {
	position: relative;
	max-width: 320px;
	height: 203px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	text-decoration: none;
	display: block;
	overflow: hidden;
	}
#section-07-01-02 {
	position: relative;
	width: 320px;
	height: 203px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	overflow: hidden;
	}
.list_carouselU {
	position: relative;
	width: 100%;
	height: 203px;
	margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0px;
}
.list_carouselU ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block; 
	overflow: hidden;
}
.list_carouselU li {
	position: relative;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	display: block;
	float: left;
}
.list_carouselU.responsive {
	width: auto;
	margin-left: 0;
}
a.Rprev3, a.Rnext3 {
	position: absolute;
	top: 80px;
    width: 22px;
    height: 42px;
	display: block;
	z-index: 25;
}
a.Rprev3 {			
	left: 5px;
	background: url(../img/prev.png) no-repeat transparent;
	background-size: 22px 42px;
	z-index: 25;
	}
a.Rprev3:hover {
	background: url(../img/prev.png) no-repeat transparent;
	background-size: 22px 42px;
	}
a.Rprev3.disabled {
	display: none;
	background-position: 0 -100px !important;  
	}
a.Rnext3 {	
	right: 5px;
	background: url(../img/next.png) no-repeat transparent;
	background-size: 22px 42px;
	z-index: 25;
	}
a.Rnext3:hover {		
	background: url(../img/next.png) no-repeat transparent;
	background-size: 22px 42px;
	}
a.Rnext3.disabled {
	display: none;
	background-position: 0 -100px !important;  
	}
a.Rprev3.disabled, a.Rnext3.disabled {
	cursor: default;
}
a.Rprev3 span, a.Rnext3 span {
	display: none;
}
/* ---------- ---------- ---------- ---------- ---------- CAROUSEL SMALL */
#sectionVideo-01 {
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	float: left;
	display: block;
	overflow:hidden;
	}
#sectionVideo-01 iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}
/* ---------- ---------- ---------- ---------- ---------- SECTION 04 - KONTAKT */	
#section-04 {
	min-height: 300px;
	}	
#section-04-01-usluge {
	max-width: 320px;
	margin-top: 0px;
	margin-bottom: 28px;
	}
#section-04-01-01 {
	width: 320px;
	margin-left: auto;
	float: none;
	}
#section-04-title {
	width: 210px;
	margin-top: 28px;
	margin-right: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004994;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004994;
	float: none;
	}
#section-04-txt {
	width: 210px;
	margin-top: 28px;
	margin-right: auto;
	float: none;
	}
#section-04-01-02 {
	width: 300px;
	margin-left: auto;
	float: none;
	}
#section-04-forma {
	width: 290px;
	margin-top: 28px;
	margin-left: auto;
	float: none;
	}
#section-04-01-03 {
	width: 280px;
	margin-top: 28px;
	margin-left: auto;
	float: none;
	}
#section-04-partneri {
	width: 210px;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #004994;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #004994;
	float: none;
	}
#section-04-image {
	width: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	}
/* ---------- ---------- ---------- ---------- ---------- TBL */	
.col-01 {
	text-align: center;
	vertical-align: top;
	}
.col-03 {
	height: 28px;
	}
.col-04 {
	height: 14px;
	}
.col-05 {
	height: 7px;
	}
.col-05-logo {
	height: 28px;
	}
.col-07 {
	text-align: left;
	vertical-align: top;
	}
.col-08 {
	height: 7px;
	}
.col-09 {
	height: 14px;
	}
.col-010 {
	text-align: right;
	vertical-align: top;
	}
.col-011 {
	text-align: left;
	vertical-align: top;
	}
.col-012 {
	text-align: left;
	vertical-align: top;
	}
.col-013 {
	height: 5px;
	}
.col-014 {
	height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(168, 168, 168, 1.00);
	}
.col-015 {
	height: 14px;
	}
.col-016 {
	text-align: left;
	vertical-align: top;
	}
.col-017 {
	height: 5px;
	}
.col-018 {
	height: 28px;
	}
	
.col-02 {
	text-align: center;
	vertical-align: top;
	width: 1px;
	height: 22px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	}
.col-06 {
	height: 5px;
	}
/* ---------- ---------- ---------- ---------- ---------- CLASS */	
strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
sup {
	vertical-align: super;
	font-size: small;
}

.txt-actionen {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #c9252b;
	text-decoration: none;
	text-align: left;
	}
.txt-price {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #004994;
	text-decoration: none;
	text-align: left;
	}
.txt-01, .txt-01-title, .txt-01-title-ostalo, .txt-01-title-left, .txt-03, .txt-04, .txt-04-text, .txt-04-blue, .txt-05-blue, 
.txt-06-text, .txt-07-blue, .txt-03w, .txt-04w,

.txt-02,  .txt-05, .txt-06, .txt-07 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #575756;
	text-decoration: none;
	text-align: center;
	}
.txt-01 {
	font-size: 18px;
	line-height: 28px;
	color: #FFF;
	text-align: left;
	}
.txt-01-title {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	}
.txt-01-title-ostalo {
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
	}
.txt-01-title-left {
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
	text-align: left;
	}
.txt-03 {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #004994;
	}
.txt-03w {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
	}
.txt-04w {
	color: #FFF;
	}
.txt-04-text {
	text-align: left;
	}
.txt-04-blue {
	font-weight: 500;
	color: #004994;
	}
.txt-05-blue {
	font-size: 20px;
	line-height: 24px;
	color: #004994;
	}
.txt-06-text {
	color: #FFF;
	text-align: left;
	}
.txt-07-blue {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #004994;
	text-align: left;
	}
.class-01 a:link, .class-01 a:visited, .class-01 a:active, .class-01 a:hover, 
.class-02 a:link, .class-02 a:visited, .class-02 a:active, .class-02 a:hover, 
.class-03 a:link, .class-03 a:visited, .class-03 a:active, .class-03 a:hover, 
.class-04 a:link, .class-04 a:visited, .class-04 a:active, .class-04 a:hover, 
.class-01w a:link, .class-01w a:visited, .class-01w a:active, .class-01w a:hover {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	outline: 0;
	outline: none;
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	}
.class-01 a:link, .class-01 a:visited, .class-01 a:active, .class-01 a:hover  {
	font-size: 14px;
	line-height: 18px;
	color: #94000e;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border: solid 1px #94000e;
	}
.class-01 a:hover {
	color: #94000e;
	border: solid 1px #FFF;
	}
.class-02 a:link, .class-02 a:visited, .class-02 a:active, .class-02 a:hover  {
	font-size: 16px;
	line-height: 18px;
	color: #004994;
	}
.class-02 a:hover {
	color: #94000e;
	}
.class-03 a:link, .class-03 a:visited, .class-03 a:active, .class-03 a:hover  {
	font-size: 16px;
	line-height: 22px;
	color: #575756;
	}
.class-03 a:hover {
	color: #94000e;
	}
.class-04 a:link, .class-04 a:visited, .class-04 a:active, .class-04 a:hover  {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #9dc8f5;
	}
.class-04 a:hover {
	color: #FFF;
	}
.class-01w a:link, .class-01w a:visited, .class-01w a:active, .class-01w a:hover  {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border: solid 1px #FFF;
	}
.class-01w a:hover {
	color: #FFF;
	border: solid 1px #004994;
	}	
.input-01, .input-02 { 
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	width: 280px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	padding-left: 5px;
	color: rgba(168, 168, 168, 1.00);
	text-align: left;
	text-decoration: none;
	border: solid 1px #004994;
	outline: none;
	}
.input-02 { 
	height: 160px;
	padding-top: 5px;
	resize: none;
	overflow: hidden;
	}
.button-01 { 
	position: relative; 
	background-color: #FFF;
	width: 100px;
	height: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #004ea9;
	border: solid 1px #004ea9;
	text-align: center; 
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	outline: none;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-khtml-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	display: block;
	}
.button-01:hover { 
	color: #004ea9;
	border: solid 1px #004ea9;
	}
.img-001 {
	width: 320px;
	height: auto;
	border: none;
	}	
.img-small-01 {
	width: 300px;
	height: 190px;
	border: none;
	}
.img-video {
	width: 26px;
	height: 26px;
	border: none;
	opacity: 1;
	}
.img-news {
	width: 320px;
	height: auto;
	border: none;
	}
.img-hdp {
	width: 80px;
	height: 80px;
	float: right;
	border: none;
	}
.img-hgk {
	width: 80px;
	height: 80px;
	float: left;
	border: none;
	}
.img-otp {
	width: auto;
	height: 80px;
	border: none;
	}
.img-bizplan {
	width: auto;
	height: 80px;
	border: none;
	}
.img-transauto {
	width: auto;
	height: 80px;
	border: none;
	}
#share-F {
	position: relative;
	width: 20px;
	height: 20px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: 20px;
	margin-bottom: 0px;
	display: block;
	float: left;
	z-index: 1;
	}
.img-icon-PN01 {
	width: 20px;
	height: 20px;
	border: none;
	opacity: 1;
	}	
.img-big {
	width: 320px;
	height: 203px;
	border: none;
	}
ul.buletici { margin-left: 0; padding-left: 15px; list-style-position: outside; }
ul.buletici-blu { margin-left: 0; padding-left: 15px; list-style-position: outside; color:#004994;}		
ul { margin-left: 0; padding-left: 15px; list-style-position: outside;}	
	
		
.txt-02 {
	color: #FFF;
	}
.txt-07 {
	font-size: 18px;
	line-height: 22px;
	color: #004994;
	text-align: left;
	}
/* ---------- ---------- ---------- ---------- ---------- FOOTER */
#section-F, #section-F-01, #section-F-02, img {
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
#section-F, #section-F-01, #section-F-02, img {
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	text-decoration: none;
	display: block;
	overflow: hidden;
	float: none;
}
#section-F {
	min-height: 90px;
	margin-top: 28px;
	}
#section-F-01 {
	max-width: 300px;
	height: 100px;
	}
#section-F-01s {
	position: relative;
	width: 161px;
	height: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-align: center;
	display: block;
	float: none;
	}	
#footer-facebook, #footer-instagram, #footer-twitter, #footer-linkedin {
	position: relative;
	width: 20px;
	height: 20px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align: center;
	display: block;
	float: left;
	z-index: 1;
	}

#section-F-01-logos {
	position: relative;
	width: 211px;
	height: 150px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	display: block;
	float: none;
	}
#footer-hamag, #footer-sufinanciranje {
	position: relative;
	width: auto;
	height: 50px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: center;
	display: block;
	float: none;
	z-index: 1;
	}
.img-hamag, .img-sufinanciranje {
	width: auto;
	height: 50px;
	border: none;
	opacity: 1;
	}
.img-hamag {
	width: 200px;
	}
.img-sufinanciranje {
	width: 210px;
	}
#section-F-02 {
	max-width: 300px;
	margin-top: 14px;
	height: 60px;
	}
#navigation-01 {
	position: relative;
	width: auto;
	top: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #575756;
	list-style-type: none;
	text-decoration: none;
	display: block;
	z-index: 1;
}
#navigation-01 > a.nav-link {
	padding-left: 5px;
	padding-right: 5px;
	color: #575756;
	text-decoration: none;
	display: block;
	-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#navigation-01 > a.nav-link.active {
	color: #575756;
	text-decoration: none;
}
#navigation-01 > a.nav-link:hover {
	color: #575756;
	text-decoration: none;
}
#navigation-01 > a.nav-link:active {
	color: #575756;
	text-decoration: none;
}
.txt-F {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #575756;
	text-decoration: none;
	text-align: center;
	}
/* ---------- ---------- ---------- ---------- ---------- POPUP */
#MENU-BUTTON{position:absolute;width:32px;height:25px;top:25px;right:20px;text-align:center;text-decoration:none;display:block;opacity:1;}
#MENU-BUTTON-01{position:absolute;width:32px;height:5px;top:0px;right:0px;background-color:#004994;}
#MENU-BUTTON-02{position:absolute;width:32px;height:5px;top:10px;right:0px;background-color:#004994;}
#MENU-BUTTON-03{position:absolute;width:32px;height:5px;top:20px;right:0px;background-color:#004994;}
#popupMenu{display:block;position:fixed;top:0px;right:-1024px;width:100%;height:100%;background-color:#004994;z-index:99999;}
#popupCloseMenu{position:absolute;display:block;cursor:pointer;left:auto;right:20px;top:15px;width:26px;height:25px;z-index:502;}
.IMG-CLOSE{width:26px;height:25px;border:none;}
#popupCenterMenu{position:relative;margin-top:75px;margin-left:auto;margin-right:auto;width:240px;min-height:300px;display:block;text-align:center;float:none;}
#back_faderMOB{display:none;bottom:0;left:0;overflow-x:auto;overflow-y:scroll;position:fixed;right:0;top:0;z-index:96;cursor:pointer;}
.col-MENU-01{height:15px;}
.col-MENU-02{text-align:left;vertical-align:top;}
.txt-MENU-01{font-family: 'Montserrat', sans-serif; font-weight: 300;font-size:20px;line-height:20px;color:#FFF;text-align:left;text-decoration:none;}
.txt-MENU-02{font-family: 'Montserrat', sans-serif; font-weight: 300;font-size:20px;line-height:20px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-01 a:link{font-family: 'Montserrat', sans-serif; font-weight: 300;font-size:24px;line-height:24px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-01 a:visited{font-family: 'Montserrat', sans-serif; font-weight: 300;font-size:24px;line-height:24px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-01 a:active{font-family: 'Montserrat', sans-serif; font-weight: 300;font-size:24px;line-height:24px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-01 a:hover{font-family: 'Montserrat', sans-serif; font-weight: 300;font-size:24px;line-height:24px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-02 a:link{font-family: 'Montserrat', sans-serif; font-weight: 300;font-size:20px;line-height:20px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-02 a:visited{font-family: 'Montserrat', sans-serif; font-weight: 300;font-size:20px;line-height:20px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-02 a:active{font-family: 'Montserrat', sans-serif; font-weight: 300;font-size:20px;line-height:20px;color:#FFF;text-align:left;text-decoration:none;}
.CLASS-MENU-02 a:hover{font-family: 'Montserrat', sans-serif; font-weight: 300;font-size:20px;line-height:20px;color:#FFF;text-align:left;text-decoration:none;}


.home-pdf-title {
	position: absolute;
	width: 35px;
	height: 35px;
	top: auto;
	right: 0px;
	bottom: 65px;
	z-index: 5;
	}
.img-iconic {
	width: 35px;
	height: auto;
	border: none;
	}