html, body{

	margin: 0;

	padding: 0;

	font-family: "Segoe UI", sans-serif;



}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

p,h1,h2,h3,h4,h5,h6,span{

	margin: 0;

	padding: 0;

}



p{

	margin: 0;

	padding: 0;

}



body{

	background: #bac0b6 url('/img/michiduta.jpg');

	background-color:  #bac0b6;

	background-repeat: no-repeat;

	background-attachment: cover;

	background-position: center;

	background-size: 1920px 1080px;

}

img#enFlag{
    margin-top: -4px;
}

img#roFlag{
	margin-top: -4px;
}

ul{

	display:inline;

	padding: 0;

}



ul li{

	list-style-type: none;

	display: inline;

	margin: 10px;

}



ul li.active a{

	/*color: #e51826;*/
	color: #fff;

	text-decoration: none;

}



ul li a{

	text-decoration: none;

	/*color: #fff;*/
	color: #bac0b6;

	font-family: "Helvetia Neue", sans-serif;

	font-weight: 700;

	transition: 0.2s ease-in-out;

	font-size: 15px;

}



ul li a:hover{

	text-decoration: none;

	color: #fff;

	transition: 0.2s ease-in-out;

}



ul li a:active{

	text-decoration: none;

}



div.content{

	/*max-width: 1170px;*/

	width: 100%;

	margin: 0 auto;

	background: url('/img/pattern.png');

	height: 100%;

	overflow: scroll;

	overflow-x:hidden;

}



div#navbar{

	text-align: center;

	padding-top: 20px;

}



div#message{

	/*background-color: rgba(151,147,146,0.5);*/

	max-width: 640px;

	margin:0 auto;

	margin-top: 100px;

	padding: 10px;

	color: #fff;

	text-align: center;

}



	div#message h4#thanks{

	margin: 50% auto;

	}



div#form{

	max-width: 450px;

	margin:0 auto;

	margin-top: 100px;

	padding: 10px;

	color: #fff;

	text-align: center;

}



	h3#contactForm{

		text-align: center;

		margin-bottom: 20px;

	}



div#form div{

	padding: 0;

}



	div#form div.left{

		text-align: right;

	}



	div#form div.right{

		padding-left: 10px;

	}



	div#form div.have{

		height: 26px;

		margin-bottom: 10px;

	}



	div#form div.have p{

		margin-top: 2px;

	}



	div#form p{

		margin: 0;

	}



	div#form input{

		margin-bottom: 10px;

		padding-right: 0;

		color: #fff;

		background-color:rgba(0, 0, 0, 0.5);

		border: 1px solid #aaa;

	}



	div#form textarea{

		color: #fff;

		background-color:rgba(0, 0, 0, 0.5);

		border: 1px solid #aaa;

	}



	div#form input[type="submit"]{

		padding: 6px 12px;

		color: #fff;

		margin-top: 15px;

	}