:root {
 	--bar_color: #0871C3;/*#ffff00;*/
 	--bar_text_color: white;/*#ffff00;*/
	/*--bg_color: #1ac400 #1fea00 #e9ed12;*/
	--highlight_color: #4287f5;/*#b7df2d;*/
	
	--bg_color: white;/*#babdb6;*/
	--fg_color: black;
}

* {
    box-sizing: border-box;
}

html, body {
	height: 100%;
}



body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: var(--fg_color);
	margin: 0 auto;
	
	    /* 	background-image: url("images/pcb-background-loopable-animation-footage-021546325_prevstill.jpeg"); */
/* 	background-image: url("images/green-pcb.png"); */
/* 	background-image: url("images/black-pcb-blur.jpg"); */

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	
    background-color: var(--bg_color);/*rgba(255,255,0,0.8);*/
/* 	background-blend-mode: darken; */
	
	
/*     box-shadow: inset 0 0 0 4000px rgba(0,0,0,.5); */
}



img {
    max-width: 100%;
    height: auto;
}

img.centered {
	display: block;
    margin: auto;
}

img.logo {
	/*height: 50px;*/
/* 	margin-left: auto; */
/* 	margin-right: auto; */
	/*display:block;*/
	
	width: 180px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	top: 0px;
	left:0px;
	display: none;
	
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -80px;
}

.page-wrap:after {
  content: "";
  display: block;
}

.site-footer, .page-wrap:after {
  height: 160px;
}

.site-footer {
  	font-size: 12px;
  	
  	color: var(--bar_text_color);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bababa+0,e0e0e0+100 */
/* background: #bababa; Old browsers */
/* background: -moz-linear-gradient(top,  #bababa 0%, #e0e0e0 100%); FF3.6+ */
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#e0e0e0)); Chrome,Safari4+ */
/* background: -webkit-linear-gradient(top,  #bababa 0%,#e0e0e0 100%); Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(top,  #bababa 0%,#e0e0e0 100%); Opera 11.10+ */
/* background: -ms-linear-gradient(top,  #bababa 0%,#e0e0e0 100%); IE10+ */
/* background: linear-gradient(to bottom,  #bababa 0%,#e0e0e0 100%); W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#e0e0e0',GradientType=0 ); IE6-9 */
  
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1da36+0,fefcea+100 */
	background: var(--bar_color); /* Old browsers */
/* 	background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); FF3.6-15 */
/* 	background: -webkit-linear-gradient(top, #fefcea 0%,#f1da36 100%); Chrome10-25,Safari5.1-6 */
/* 	background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); IE6-9 */
}

#products-navbar-affix {
	position:fixed;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:auto;
	opacity:0;
	visibility:hidden;
 	transition: all 0.25s ease;
}

h1,h2,h3 {
	text-align: center;
}

table, th, td {

    border: 1px solid black;
    border-collapse: collapse;
}

table {
	text-align: center;
	width:100%;	
}

.centered_body{
	max-width: 1280px;
	margin: 0 auto;

/* 	background: white; */
}

ul.list-unstyled {
  list-style-type: none;
}

ul.top-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	-webkit-backface-visibility: hidden;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bababa+0,e0e0e0+100 */
/* background: #bababa; Old browsers */
/* background: -moz-linear-gradient(top,  #bababa 0%, #e0e0e0 100%); FF3.6+ */
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#e0e0e0)); Chrome,Safari4+ */
/* background: -webkit-linear-gradient(top,  #bababa 0%,#e0e0e0 100%); Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(top,  #bababa 0%,#e0e0e0 100%); Opera 11.10+ */
/* background: -ms-linear-gradient(top,  #bababa 0%,#e0e0e0 100%); IE10+ */
/* background: linear-gradient(to bottom,  #bababa 0%,#e0e0e0 100%); W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#e0e0e0',GradientType=0 ); IE6-9 */

	
	  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1da36+0,fefcea+100 */
	background: var(--bar_color); /* Old browsers */
/* 	background: -moz-linear-gradient(top, #f1da36 0%, #fefcea 100%); FF3.6-15 */
/* 	background: -webkit-linear-gradient(top, #f1da36 0%,#fefcea 100%); Chrome10-25,Safari5.1-6 */
/* 	background: linear-gradient(to bottom, #f1da36 0%,#fefcea 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 ); IE6-9 */
	
}

ul.top-menu li {
	-webkit-backface-visibility: hidden;
/* 	display: block; */
	display: inline;
}

ul.top-menu li a {
/* 	display: block; */
	display: inline-block;
	position: relative;
	max-width: 100%;
	font-weight: normal;
	color: var(--bar_text_color);
	padding: 16px;
	text-decoration: none;
/* 	text-transform: uppercase; */
	z-index: 1;
	-webkit-backface-visibility: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bababa+0,e0e0e0+100 */
/* background: #bababa; Old browsers */
/* background: -moz-linear-gradient(top,  #bababa 0%, #e0e0e0 100%); FF3.6+ */
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#e0e0e0)); Chrome,Safari4+ */
/* background: -webkit-linear-gradient(top,  #bababa 0%,#e0e0e0 100%); Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(top,  #bababa 0%,#e0e0e0 100%); Opera 11.10+ */
/* background: -ms-linear-gradient(top,  #bababa 0%,#e0e0e0 100%); IE10+ */
/* background: linear-gradient(to bottom,  #bababa 0%,#e0e0e0 100%); W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#e0e0e0',GradientType=0 ); IE6-9 */

       /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1da36+0,fefcea+100 */
	background: var(--bar_color); /* Old browsers */
/* 	background: -moz-linear-gradient(top, #f1da36 0%, #fefcea 100%); FF3.6-15 */
/* 	background: -webkit-linear-gradient(top, #f1da36 0%,#fefcea 100%); Chrome10-25,Safari5.1-6 */
/* 	background: linear-gradient(to bottom, #f1da36 0%,#fefcea 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 ); IE6-9 */
     
		
}

ul.top-menu li a:before {
	width: 100%;
    height: 100%;
/*     display: block;  */
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f3f3f+0,c6c6c6+100 */
/* 	background: #3f3f3f; Old browsers */
/* 	background: -moz-linear-gradient(top,  #3f3f3f 0%, #c6c6c6 100%); FF3.6+ */
/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#c6c6c6)); Chrome,Safari4+ */
/* 	background: -webkit-linear-gradient(top,  #3f3f3f 0%,#c6c6c6 100%); Chrome10+,Safari5.1+ */
/* 	background: -o-linear-gradient(top,  #3f3f3f 0%,#c6c6c6 100%); Opera 11.10+ */
/* 	background: -ms-linear-gradient(top,  #3f3f3f 0%,#c6c6c6 100%); IE10+ */
/* 	background: linear-gradient(to bottom,  #3f3f3f 0%,#c6c6c6 100%); W3C */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#c6c6c6',GradientType=0 ); IE6-9 */

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b7df2d+0,e3f5ab+67,f8ffe8+100 */
	background: var(--highlight_color); /* Old browsers */
/* 	background: -moz-linear-gradient(top, #b7df2d 0%, #e3f5ab 67%, #f8ffe8 100%); FF3.6-15 */
/* 	background: -webkit-linear-gradient(top, #b7df2d 0%,#e3f5ab 67%,#f8ffe8 100%); Chrome10-25,Safari5.1-6 */
/* 	background: linear-gradient(to bottom, #b7df2d 0%,#e3f5ab 67%,#f8ffe8 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7df2d', endColorstr='#f8ffe8',GradientType=0 ); IE6-9 */
	
	/*transition: all 1s;*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	
	/* before hack */
    content: ".";
    text-indent: -99999px;
    
    
}

ul.top-menu li a:hover:before {
	opacity:1;
}

div.main_left {
	clear: left;
	float: left;
	width: 75%;
	overflow: auto;
	background-color: yellow;
	/*margin-right: 16px;
	margin-top:16px;*/
}

div.main_right {
	float: left;
	width: 25%;
	overflow: auto;
	/*margin-top:16px;*/
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

#products-navbar {
	display: none;
	margin-top: 30px;
}

#products-navbar-affix {
	display: none;
}

header {

	
	z-index: 0;
/* 	position: static; */

	  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1da36+0,fefcea+100 */
/* 	background: var(--bg_color); Old browsers */
/* 	background: -moz-linear-gradient(top, #f1da36 0%, #fefcea 100%); FF3.6-15 */
/* 	background: -webkit-linear-gradient(top, #f1da36 0%,#fefcea 100%); Chrome10-25,Safari5.1-6 */
/* 	background: linear-gradient(to bottom, #f1da36 0%,#fefcea 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 ); IE6-9 */

}

#top-nav {
	 position: -webkit-sticky;
	 position: sticky;
	 top: 0;
	 z-index: 1;
	 display: none;
}
    
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
    
     #products-navbar {display: block;} 
     #products-navbar-affix {display: block;}
     
/*      header {z-index: 3;	position: fixed;} */
     
     #sidenavButton {display: none;}
     
     #top-nav {display: block;	}
    
/*     ul.top-menu li {display: inline;} */

/* 	ul.top-menu li a {display: inline-block;} */
	
/* 	ul.top-menu li a:before {display: inline-block;} */
	
	td, th {padding: 10px;}
	
	.site-footer, .page-wrap:after { height: 80px; }
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    
}

@media only screen and (min-width: 1700px) {
	img.logo {display: block;}
}

[class*="col-"] {
    float: left;
    padding: 15px;
    /*border: 1px solid red;*/
}

.row:after {
    content: "";
    clear: both;
    display: block;
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("icons/responsivenav.eot");
  src:url("icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("icons/responsivenav.ttf") format("truetype"),
    url("icons/responsivenav.woff") format("woff"),
    url("icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
  display: none;
}

.nav-toggle:before {
  color: #596a72; Edit this to change the icon color
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--bar_color);
    color: var(--bar_text_color);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: var(--bar_text_color);
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg-image {
  /* Full height */
  height: 50vh;
  min-height: 50vh;
  font-size: 36px; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
	margin: auto;
	width: 80%;
	max-width: 800px;
	display: none;
	padding: 10px;
	background-color: black;
	
}

.container {
	clear: left;
}

.en,.it {display: none;} /* hide all elements with a language class */
.en:lang(en), .it:lang(it) { display:block; } /* show those elements that match their language class */
li.en:lang(en), li.it:lang(it) { display:list-item; } /* show those elements that match their language class */

.top-menu .language-menu {
	display: inline;
	font-size: 15px;
}

