﻿
*, *:before, *:after {
    box-sizing: border-box;
}

html {
	font-size: 16px;
}

body, h1 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	color: black;
	background: white;
	font-size: 1rem;
	text-rendering: optimizelegibility;
    line-height: 1.5;
}

h2, h3 {
	font-family: 'Noto Sans', serif;
	font-weight: 700;
	text-rendering: optimizelegibility;
	line-height: 1.2;
}

h2 {
	text-transform: uppercase;
}


body, h1, h2, h3 {
	margin:0;
    padding: 0;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color:inherit;
	font-size: 1rem;
}

.afterPreLoad, .afterPreLoad2, .afterPreLoadIL  {
    opacity: 0;
    display: none;
}

:-webkit-input-placeholder {color: #909090;}
:-moz-placeholder {color: #909090;}
::-moz-placeholder {color: #909090;}
:-ms-input-placeholder {color: #909090;}

#spiCont {
	display: block;
	position: fixed;
	-webkit-transform: translateZ(0);
	top: 50%;
	left:  50%;
	z-index: -999;
	opacity: 0;
    transition: opacity 0.2s ease-out;
    width: 32;
    height: 32;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#spi {
    width: 100%;
    height: 100%;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 2.0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: reverse;
	animation-name: rotate;
	animation-duration: 2.0s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: reverse;
}

#spi img {
    width: 100%;
}

@-webkit-keyframes rotate {
	from {-webkit-transform:rotate(359deg);}
	to {-webkit-transform:rotate(0deg);}
}

@keyframes rotate {
	from {transform:rotate(359deg);}
	to {transform:rotate(0deg);}
}

#divBody {
	padding-top: 0px;
	margin-bottom: 100px;
}

.wrapper {
    padding: 30px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;

}

.noPadding {
	padding: 0;
}

.lane {
	font-size: 1rem;
}

.lane img {
	vertical-align: top;
	max-width:100%;
}

.lane h2, .lane h3 {
	margin: 0 0 20px 0;
    padding-bottom: 5px;
    display: inline-block;
	font-size: 1.25em;
}
.lane h3 {
	font-size: 1.125em;
}
/*
.lane a:not(.woLink) {
    background: rgba(0,0,0,0.05);
    padding: 13px;
    text-transform: uppercase;
    vertical-align: top;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.lane a.woPad {
    padding: 5px;
	margin-left: 13px;
}

.lane a:not(.woLink):hover {
    background: rgba(0,0,0,0.15);
}

.lane a:not(.woLink):after {
    content: url(right-arrow.png);
    margin-left: 10px;
}
*/

.cel {
	padding: 5px;
    display: inline-block;
}

.wLink {
	background: rgba(0,0,0,0.1);
	padding: 15px;
    display: inline-block;
	cursor:pointer;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.wLink:hover {
	background: rgba(0,0,0,0.25);
}

.lane .gallery {
	display:inline-block;
	width: 100px;
}

.lane .gallery .wLink  {
	margin: 5px;
}

.lane .grid .wLink  {
	margin: 5px;
}

.lane .gallery .wLink img {
	width: 100%;
}


li {
    margin: 15px 0px;
}


#divLanding {
	width: 100%;
	margin-top: 60px;
	font-size: 0;
	position:relative;
}

.picLanding {
	position: absolute;
	width:100%;
	top:0;
}

.imgLanding {
	width: 100%;
}


#divMenuBck {
    position: fixed;
    -webkit-transform: translateZ(0);
    z-index: 14;
    width: 100%;
	background: white;
	color: black;
    top:0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    border-bottom: 10px solid black;
    box-sizing: content-box;
}

#divMenu {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 14;
    padding: 0;
    text-align: left;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

#searchInput {
    width: 0;
    height: 29px;
    top: 10px;
    right: 72px;
    position: fixed;
    border: 1px solid white;
    color: #0a8dce;
    padding: 0;
    font-size: 1rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	z-index: 15;
}

#searchInput[act="1"], #searchInput:focus {
    width: 300px;
    padding: 5px;
	outline:none;
}

#divHeaderMob {
    top: 0;
    left: 50%;
    z-index: 12;
    padding: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}


.menuItem {
	font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}

.submenuItem {
	height: 30px;
    font-size: 1rem;
    cursor: pointer;
}
.newMenuCont {
    width: 100%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
	margin: 20px 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#contMenu {
    height: 100%;
    display: inline-block;
    vertical-align: top;
	column-count: 4;
    column-gap: 30px;
    width: 95%;
	padding: 0 20px;
}



.subMenuCont {
    text-align: left;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
	margin: 20px 0;

}

#iconHeaderLogo {
    position: absolute;
    z-index: 15;
    cursor: pointer;
	left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	top: 80px;
}

#iconHeaderLogo.fixed {
	top: 5px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	position: fixed;
}


#imgHeaderLogo {
	height: 100%;
	left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	position:absolute;
}
/*
#iconHeaderLogo2 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 12;
    cursor: pointer;
    vertical-align: top;
}
*/

#divSiteMap {
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: -1;
    height: 100px;
    width: 100%;
	background:black;
}

#siteMap {
    width: 100%;
    height: 100px;
	margin: 0;
    bottom: 0;
    position: absolute;
    color: white;
    background: black;
    text-align: center;
}

#fbDiv {
}

#siteMapFB {
    padding: 25px 25px 25px 0px;
    display: inline-block;
    vertical-align: top;
    width: 340px;
    max-width: 100%;
}

#siteMapFBMob {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#siteMapLinks {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.siteLinkCol {
    display: inline-block;
    font-size: 1rem;
    padding: 0 20px;
    vertical-align: top;
    max-width: 210px;
	line-height:100px;
}

.siteLinkTitle {
    font-weight: 700;

}

.siteLink {
    font-weight: 400;
    font-size: 0.75rem;
    margin-bottom: 7px;
    line-height: 1.2;
    color: #bbbbbb;
}

/* FORM */

#formRegistration {
}

.userFormTable {
   display:inline-table;
   table-layout:fixed;
   margin: 0 0 2% 0;
   width:49%;
   vertical-align: top;
   z-index: 1;
    background: #f3f3f3;
    padding: 0 30px 20px 30px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
}

.userFormRow {
 	display:table-row;
 	position: relative;
 }

.userFormTitle, .userFormRowTitle {
    margin: 25px 0 15px 0;
    padding: 8px 0;
    height: 35px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.userFormTitle {
	color: #0a8dce;
	text-align: left;
}

.userFormRowTitle {
    color: #707070;
	font-size: 1rem;
	text-align: left;
}

.userFormField {
	display:inline-block;
	position:relative;
	width:100%;
	margin: 0 0 10px 0;
	text-align: left;
}

.tab {
}

.error {
	top: -9px;
    font-size: 0.625rem;
    color: red;
    text-align: right;
    position: relative;
    margin-right: 3px;
    font-weight: 600;
}

select{
    padding-top: 12px;
}



.textInput {
}

.dateCont {
	position: absolute;
	display: block;
	width: 200px;
	height: 200px;
	top: 0;
	left: 0;
}


 .dateInput, .textInput, .numInput, .listInput, .checkInput, .textArea {
	display: inline-block;
    width: 100%;
    height: 35px;
    padding: 0 8px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    outline: none;
    font-size: 1em;
    background: white;
     -webkit-appearance: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black;
 }

.textArea {
    height: 100px;
    padding: 8px;
	font-family: 'Noto Sans', sans-serif;

}

 .dateInput:focus, .textInput:focus, .numInput:focus, .textArea:focus  {
 	border: 2px solid #0a8dce;
 	padding: 0 7px;
 }

.checkInput {
 	display: inline-block;
 	width: 32px;
 	height: 32px;
    -webkit-appearance: none;
    vertical-align: middle;
	cursor: pointer;
 	border-style: none;
    margin: 8px 0 4px 0;

}

.checkInput[chked="1"] {
	background: url('if_check.jpg') left top no-repeat;
}

.checkInput[chked="0"] {
	background: url('if_uncheck.jpg') left top no-repeat;
}

*[status="bad"] {
	border: 2px solid red;
}

.userFormMegj {
	font-size: 0.75em;
	margin: 0 0 5px 0;
}

.formLabel {
	font-size: 0.875em;
    margin-bottom: 2px;
    margin-left: 2px;
    color: #707070;
}

.formLabelIL {
	font-size: 0.875em;
	margin-bottom: 3px;
	display: inline-block;
    color: #707070;
}

.popButtonCont {
    display: block;
    border-top: 1px solid rgba(0,0,0,0.1);
    color: black;
	text-align: center;
}

.popButton {
	display: inline-block;
    margin: 23px 30px 23px 0;
    padding: 15px 40px;
    letter-spacing: +0.01em;
	opacity: 1;
	background-color: #FF8500;
    color: white;
    text-align: center;
    font-family: 'Title', sans-serif;
	font-size: 1.125rem;
    cursor: pointer;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition:         background-color 0.2s, color 0.2s;
    min-width: 260px;
    box-sizing: border-box;
    border-radius: 3px;
    outline: none;
}

.popButton img {
    width: 32px;
    display: inline-block;
    vertical-align: top;
}

.popButton:hover, .popButton a:hover {
    background: #0a8dce;
    color: white;
}

#thanks {
	display: block;
	opacity: 0;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    font-size: 1.125em;
}

#infobox {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
     -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 2px 2px 12px rgba(0,0,0,0.1);
    background:rgba(255,255,255,0.95);
    border: 1px solid #e0e0e0;
    opacity: 1;
    z-index: 100;
    line-height: 1.2;
    text-align: center;
}

#infotitle {
	font-size: 1rem;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
	text-align: center;
}


#infotext {
	font-size: 1rem;
	padding: 15px;
	text-align: center;
}

table {
	border: none;
	width: 100%;
}

table td, table th {
	border: none;
    text-align: left;
}



#iconHambi img {
    width: 100%;
}


/* SIZING AND COLORS */


#divMenuBck {height: 50px;}
#divMenu {height: 50px;}
#divHeaderMob {height: 0;}

.menuItem.mob {
	height: inherit;
    padding: 10px;
    font-size: 1.125rem;
    text-align: left:;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
	font-family: 'Lora', serif;
	font-weight: 700;
}




#iconHeaderLogo, #iconHeaderLogo2  {width: 320px; height: 85px;}

#divMenuBck.fixed {height: 50px;}
#divMenu.fixed {height: 50px;}
.menuItem.fixed {padding: 0 30px;}



.menuItem {color: white; font-weight:700;}
h2 {color: black;}
/*.menuItem:hover > .menuItemText {    border-bottom: 2px solid #0a8dce;}
.menuItem[act='1'] > .menuItemText {color: #FF8500;border-bottom: none;}
*/.menuItem.mob > .menuItemText {    border-bottom: none;}
.submenuItem {color: white;}
.submenuItem:hover {  color:#0a8dce;}
.lane h3 {color:#0a8dce;}
.lane h2:after,  .menuItem > .menuItemText:after{

	background: #0a8dce;
    content: '';
    display: block;
    height: 5px;
    margin: 10px 10px 0px 0px;
    width: 75%;
}
.menuItemText {
	text-transform: uppercase;
}


.lane #mymap {	height: 350px;	width: 100%;}

#infotitle {color: black;}
#infotext {color: black;}

#thanks {    border: 3px solid #0a8dce;color: #0a8dce;}


#sideMenu {
	font-size: 0;
    background: #04364E;
    text-align: left;
    left: 0;
	top: -100%;
    width: 100%;
    -webkit-transform: translateZ(0);
    position: fixed;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    display: block;
    z-index: 13;
	height: 100%;
}

#iconHambi, #iconSearch {
    width: 50px;
    height: 50px;
	-webkit-transform: translateZ(0);
    position: fixed;
    top: 0px;
    z-index: 14;
    cursor: pointer;
}
#iconHambi {
	left: 17px;
}
#iconSearch {
	right: 27px;
}
#txtHambi, #txtSearch {
	font-weight: 700;
	position:absolute;
	top: 13px;
}
#txtHambi {
	left: 50px;
}
#txtSearch {
	right: 50px;
}

#langSelector {
	position: fixed;
	top: 13px;
	right: 5px;
}

#goHU, #goEN {
	display: inline-block;
	cursor:pointer;
}

.imgLangLogo:not(actLang) {
	opacity: 0.2;
}

.imgLangLogo.actLang {
	opacity: 1;
}

.highlighted {
	background: yellow;
	display:inline-block;
}

#emptyContent {
    height: 100px;
    line-height: 100px;
    text-align: center;
	margin-top: 200px;
}

.laneRetainer {
	height: 130px;
	width: 100%;
}

.desktop {display:inline-block;}

.newsPart, .grid {
    vertical-align: top;
	column-count: 1;
    column-gap: 30px;
    width: 100%;
}

.newsCont, .block, .productsCont {
    display: inline-block;
    background: white;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
	border-bottom: 1px solid #ddd;
}

.cent {
	text-align:center;
}

.newsImage, .productsImage {
  width: 50%;
  vertical-align: top;
  display: inline-block;
}

.productsBigImage  {
  width: 32%;
  padding: 20px;
  margin-right: 1%;
  margin-top: 20px;
  border: 1px solid #f0f0f0;
  border-bottom: 1px solid #d0d0d0;
  display: inline-block;
}

.newsImage img, .productsImage img, .productsBigImage img {
	width: 100%;
}


.newsTitle, .productsTitle {
	font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #0a8dce;
    text-rendering: optimizelegibility;
    line-height: 1.2;
    font-size: 1.125rem;
}

.productsTitle {
  height: 60px;
}

.newsDescription {
  text-align: justify;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
}

.fullwidth {
  width: 100%;
  padding: 0;
}

.productsDescription {
  width: 49%;
  display: inline-block;
  padding: 20px;
}

.productsBigDescription {
	text-align:left;
  padding: 20px;
  background: #f0f0f0;
}

hr {
    margin: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: none;
}
