@charset "UTF-8";
/* CSS Document */

body {
	font: 12px Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #9d9d9c;
	background-color: white;
	max-width: 1900px;
	margin: auto;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
a img {
	border: none;
}
a:link {
	color: #005ead;
	text-decoration: none;
}
a:visited {
	color: #005ead;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
.container {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.promo-a11y {
    font-family: Verdana, Geneva, sans-serif;
    max-width: 1000px;
    margin: auto;
    padding-top: 10px;
}
.header {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	max-width: 1000px;
	margin: auto;
	position: relative;
	display: flex;
	align-items: flex-end;
}
.header .header-col {
	display: inline-block;
}

.header  .promo-top-header {
    display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}

.header .promo-top-header .promo-eu { 
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	align-items: flex-start;
}

.header .promo-top-header .promo-eu div {
    flex: 1;
}

.header .promo-top-header .promo-eu img {
	height: 45px;
}

.header .promo-top-header .promo-eu .promo-eu-logo {
	display: flex;
	flex-flow: row;
}

.header .promo-top-header .promo-eu .promo-eu-logo div {
    flex: auto;
}

.header .languages {
	text-align: right;
	min-width: fit-content;
}

.header .languages div a, .header .languages div a:hover, .header .languages div a:visited, .header .languages div a:active {
	color: #4a4f54;
	font-weight: bold;
	font-size: 12px;
}
.header .logo-header {
	background: white;
	color: #8b8680;
	font-size: 12px;
	vertical-align: top;
	text-align: center;
	z-index: 501;
	padding: 0 25px;
}
.header .menu-header {
	width: 100%;
	max-width: 790px;
	z-index: 502;
}
.header-2 {
	padding: 0px 170px;
}
.header-2 img {
	vertical-align: middle;
	margin: 15px 70px;
}
.logo-header img {
	margin-top: 25px;
	z-index: 10;
	position: relative;
	box-shadow: 4px 4px 18px #00000063;
}
.menu-1 {
	background: url(../images/menu-1-bg.png);
	height: 40px
}
.menu-1 ul {
	display: inline-flex;
}
.menu-1 li {
	list-style: none;
	display: inline-block;
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	padding: 7px 20px;
	margin: 5px 0px;
	border-right: 1px solid gray;
}
.menu-1 li a, .menu-1 li a:hover, .menu-1 li a:focus, .menu-1 li a:active {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Calibri, Verdana, Ariel, sans-serif;
}
.menu-1 li a:hover, .menu-1 li a:focus {
	text-decoration: underline;
}
.menu-1 li a:active {
	font-weight: bold;
}
.menu-2 {
	background: url(../images/menu-2-bg.png);
	background-size: auto 100%;
	height: 55px;
	max-width: 790px;
}
.menu-2 ul {
	display: inline-flex;
}
.menu-2 li {
	background-position: 0 50%;
	background-repeat: no-repeat no-repeat;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 1px;
	display: inline-table;
	height: 45px;
	list-style: none;
	margin: 5px 0;
	max-width: 150px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}
.menu-2 li:last-child {
	border-right: none !important;
	max-width: 120px !important;
}
.menu-2 li a, .menu-2 li a:hover, .menu-2 li a:focus, .menu-2 li a:active {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Calibri, Verdana, Ariel, sans-serif;
	max-width: 150px;
}
.menu-2 li a:hover, .menu-2 li a:focus {
	text-decoration: underline;
}
.menu-2 li a:active {
	text-decoration: underline;
}
.menu-blank {
	height: 30px;
}
.menu-btn {
	border: 1px solid #404040;
	border-radius: 3px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	display: none;
	background: -ms-linear-gradient(top, #707070 0, #000 100%);
	background: -moz-linear-gradient(top, #707070 0, #000 100%);
	background: -o-linear-gradient(top, #707070 0, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #707070), color-stop(1, #000));
	background: -webkit-linear-gradient(top, #707070 0, #000 100%);
	background: linear-gradient(to bottom, #707070 0, #000 100%);
	margin: 3px;
	padding: 5px;
	position: absolute;
	width: 25px;
    left: 10px;
    top: -35px;
    z-index: 503;
}
.menu-btn span {
	background: #e0e0e0;
	border-radius: 2px;
	display: block;
	height: 3px;
	margin: 3px 1px;
	position: relative;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.banner {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	height: 366px;
}
.banner .banner-overlay {
	height: 363px;
    position: relative;
    width: 209px;
    background: #ffffffa6;
	z-index: 500;
}

.banner .banner-image {
    position: absolute;
    z-index: 499;
    top: 0;
	overflow: hidden;
	width: 100%;
}
.content h1 {
	color: #005ead;
	font-family: Calibri, Verdana, Ariel, sans-serif;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
}
.content h2 {
	color: #696a6c;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 20px 0px 10px 0px;
}
.content .indent-15 {
	/*padding-left: 15px;*/
	width: 100%;
	display: block;
	padding-bottom: 0px;
}
.content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9d9d9c;
}

.content .content-image-1 {
	padding-top: 50px;
	padding-left: 250px;
}
.row-images {
	margin-top: 50px;
	display: block;
	vertical-align: top;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
.row-images div {
	display: inline-block;
	height: 180px;
	cursor: pointer;
	width: 135px;
	position: relative;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #0092ef;
	margin: 5px;
	box-shadow: 3px 3px 15px;
}
.row-images p {
	font-family: Calibri, Verdana, Ariel, sans-serif;
	font-size: 11px;
	text-align: center;
	z-index: 50;
	position: relative;
}
.row-images-djelatnost {
	display: inline-block;
	background-color: #f6f6f6;
	vertical-align: top;
	text-align: center;
	padding: 15px 0px;
}
.row-images-izolaterski {
	display: inline-block;
	background-color: #f6f6f6;
	vertical-align: top;
	text-align: center;
	padding: 15px 0px 0px 0px;
	width: 100%;
}
.row-images-izolaterski img {
	width: 230px;
	height: 155px;
	border: 1px solid #005ead;
	margin: 0px 5px;
}
.row-images-izolaterski-1 {
	border-top: none !important;
}
.row {
	display: block;
	background-color: #f6f6f6;
	vertical-align: top;
	width: 100%;
	border-top: 1px solid #005ead;
	border-bottom: 1px solid #005ead;
	min-height: 150px;
	text-align: center;
}
.row>div {
	display: inline-block;
	width: 245px;
	vertical-align: top;
	margin: 10px;
	/*padding: 5px;*/
}
.row .naslov-naslovna {
	font-family: Calibri, Verdana, Ariel, sans-serif;
	color: #005ead;
	font-size: 25px;
	text-transform: uppercase;
	height: 60px;
	margin-bottom: 20px;
}
.row .naslov-naslovna img {
	vertical-align: text-bottom;
	margin: 10px 0px 0px 20px;
}
.row .sadrzaj-naslovna {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #9d9d9c;
	text-align: left;
}
.row .more-naslovna {
	text-align: right;
	margin: 10px 10px 10px;
}
.row .more-naslovna a, .row .more-naslovna a:hover, .row .more-naslovna a:visited, .row .more-naslovna a:active, .row .more-naslovna a:link {
	font-size: 10px;
	color: #005ead;
	font-family: Calibri, Verdana, Ariel, sans-serif;
}
.row .more-naslovna a:hover {
	text-decoration: underline;
}
.col-1-reference img {
	margin-top: 20px;
	margin-left: 155px;
}
.col-1-reference {
	padding-bottom: 30px;
}
/* ~~ The footer ~~ */
.footer {
	position: relative;
	clear: both;
	background-color: #575756;
	color: white;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.6;
	padding: 20px 90px;
}
.footer .footer-row {
	text-align: center;
}
.footer .footer-element {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid white;
	padding: 5px 20px;
	height: 130px;
	margin: 10px 0;
}
.footer .footer-element ul {
	list-style-type: none;
}
.footer .footer-element ul li {
	background: url(../images/footer-bullet.png) no-repeat 0 3px;
	padding-left: 15px;
}
.footer .footer-element ul li a, .footer .footer-element ul li a:hover, .footer .footer-elementul li a:link, .footer .footer-element ul li a:active, .footer .footer-element ul li a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.footer .footer-element ul li a:hover, .footer .footer-element ul li a:active {
	text-decoration: underline;
}
.footer .footer-element:last-child {
	border-right: none !important;
	padding-left: 10px;
}
.footer-menu-2 {
	display: inline-block;
}
.footer-menu-2>div {
	display: inline-block;
	width: 160px;
	vertical-align: top;
	margin-right: 20px;
}
.footer a:link {
	color: white;
	text-decoration: none;
}
.footer a:visited {
	color: white;
	text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus {
	text-decoration: underline;
	color: white;
}
.footer-2 {
	background: black;
	color: white;
	margin-top: -10px;
	padding: 0px 20px 0px;
}
.footer-2 p {
	font-size: 12px;
	font-family: Calibri, Verdana, Ariel, sans-serif;
	text-align: center;
	padding: 15px 0px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.kontakt {
	font-size: 12px;
	font-weight: bold;
	color: #b5b6b6;
}
.kontakt {
	vertical-align: top;
}
.kontakt img {
	padding-left: 10px;
	padding-right: 5px;
}
.kontakt div {
	padding-top: 15px;
	text-align: right;
}
.kontakt-pocetna {
	border-radius: 5px;
	background-color: #055fb2;
	width: 230px;
	box-shadow: 3px 3px 10px 3px grey;
	margin-top: 50px;
}
.kontakt-pocetna .naslov {
	background-color: #02213e;
	text-align: center;
	color: white;
	border-radius: 5px 5px 0px 0px;
	font-size: 14px;
	padding: 15px;
	font-weight: normal;
	margin-bottom: 20px;
}
.icon {
	padding: 5px 0px 5px 30px;
	background-position: left;
	background-repeat: no-repeat;
}
.col-1 {
	margin-left: 165px;
	margin-right: 165px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	width: 950px;
}
.col-1>table {
	border-spacing: 80px 0px;
}
.col-1 p {
	padding-right: 50px;
}
.col-1 td {
	vertical-align: top;
}
.col-1 h1 {
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.col-1 h2 {
	margin-top: 23px !important;
}
.col-1>div>img {
	float: right;
}
.kontakt-lista div {
	margin: 10px 0;
}
.kontakt-lista div img {
	vertical-align: middle;
	margin-right: 10px;
}
.kontakt-forma table {
	text-align: right;
	margin: auto;
}
.kontakt-forma .button {
	border: none;
	background: #868686;
	padding: 0 15px;
	margin: 10px 0px;
	height: 23px;
	color: white;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	vertical-align: top;
	width: 85px;
}
.kontakt-forma input {
	border: 1px solid #1d1d1b;
	background-color: white;
	width: 210px;
	height: 20px;
	margin-bottom: 10px;
	padding: 2px 0 2px 5px;
	color: #1d1d1b;
	font-style: italic;
}
.kontakt-forma textarea {
	border: 1px solid black;
	background-color: white;
	width: 210px;
	height: 70px;
	padding: 5px 0 2px 5px;
	color: #1d1d1b;
	font-style: italic;
}
.kontakt-error {
	color: darkorange;
	margin-top: -15px;
	margin-bottom: 5px;
}
.kontakt-ok {
	color: white;
	margin-top: -15px;
	margin-bottom: 5px;
}
.cookie-notice {
	position: fixed;
	width: 100vw;
	background-color: rgba(0,0,0,0.75);
	color: white;
	left: 0;
	z-index: 1000;
	height: 50px;
	padding: 10px 40px;
	visibility: hidden;
	top: 0;
}
.cookie-consent-button {
	position: fixed;
	color: white;
	background-color: #005ead;
	padding: 10px;
	right: 40px;
	top: 30px;
}
a.cookie-consent-button {
	color: white;
}

@media (max-width: 1000px) {

	.promo-a11y {
		text-align: right;
	}
	.header .menu-btn {
		display: block !important;
	}
	.header .languages {
		height: auto;
		text-align: left;
		top: 5px;
		right: 20px;
		width: 50px;
		z-index: 501;
	}

	.header .promo-top-header {
		height: auto;
		flex-flow: column-reverse;
	}
	
	.header .languages div {
		padding: 0;
	}
	
	.header .languages div a,
	.header .languages div a:hover{
		font-size: 20px;
	}
	.header .logo-header {
		background: transparent;
		position: absolute;
		width: 100%;
		bottom: -150px;
	}

	.header .promo-top-header .promo-eu {
		top: 55px;
		align-items: flex-end;
		flex-wrap: wrap-reverse;
	}

	.header .promo-top-header .promo-eu>div {
		margin: 5px;
	}
	
	.menu-1 {
		display: none;
		position: absolute;
		background: #005ead;
    	height: auto;
    	width: 100%;
		z-index: 502;
		top: -40px;
	}
	.menu-2 {
		display: none;
		position: absolute;
		background: #ed1d24;
		height: auto;
		width: 100%;
		z-index: 502;
		top: 195px;
		max-width: initial;
	}
	
	.menu-1 ul,
	.menu-2 ul{
		display: block;
		padding-top: 10px;
	}
	.menu-1 li,
	.menu-2 li{
		list-style: none;
		display: block;
		padding: 10px 5px;
		margin: 0;
		border-right: 0;
		max-width: 100%;
    	height: 40px;
	}
	
	.menu-1 li a,
	.menu-1 li a:hover,
	.menu-1 li a:focus,
	.menu-1 li a:active,
	.menu-2 li a,
	.menu-2 li a:hover,
	.menu-2 li a:focus,
	.menu-2 li a:active {
		font-size: 16px;
	}
	.menu-1 li a:hover, 
	.menu-1 li a:focus,
	.menu-2 li a:hover, 
	.menu-2 li a:focus{
		text-decoration: underline;
	}
	.menu-1 li a:active,
	.menu-2 li a:active{
		font-weight: normal;
	}
	.menu-2 li:last-child {
		max-width: 100% !important;
	}
	
	.banner .banner-overlay {
    	margin: auto;
	}
	
	.row-images div{
		height: 220px;
		width: 180px;
	}
	
	.row-images p {
		font-size: 16px;
		margin: 0;
	}
	
	.row-images img {
		width: 95%;
	}
	
	.row .sadrzaj-naslovna {
		font-size: 16px;
	}
	
	.content {
		width: 100%;
		overflow: hidden;
	}
	
	.content p {
		font-size: 16px;
	}
	
	.content h2 {
		font-size: 16px;
	}
	
	.content .indent-15 {
   		 padding-left: 0;
	}
	
	.hide-mobile {
		display: none !important;
	}

	.footer {
		padding: 0;
	}
}

@media (max-width: 800px) {
	.content .content-image-1 {
		padding-top: 10px;
		padding-left: 0;
		display: block;
		text-align: center;
		width: 100%;
	}
	.row>div {
    	width: 100%;
		margin: 0;
	}
}
