@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Merienda|Oswald:600,700|Roboto');

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


body{
/*INIZIO AGGIUNTO LOGO DIETRO TUTTI*/
		background:url("../img/bg.jpg");
		background-attachment:fixed;
		background-size:cover;
		/*font-family:Arial, Helvetica, sans-serif;*/
		/*background-repeat:no-repeat;*/
/*FINE AGGIUNTO LOGO DIETRO TUTTI*/
        width:100%;
		margin:0;
		font-family: 'Open Sans', sans-serif;	
		padding:0;
		
}
/*INIZIO IMMAGINE LOGO AGGIUNTA DA ME*/
.logo{
	width: 100%;
	height: auto;
	/*padding: 10px;*/
	border-radius:2px;
	opacity:0.9;
	background:rgba(255,255,255,1.9);
}

.logo img{
	max-width: 100%;
	padding: 40px 10px;
	padding-bottom: 5px
	
	
}
@media all and (max-width: 420px){
	.logo img{
		margin:0px auto;
		width:90%;
}
     .logo{
		 width:100%}
}
	
/*FINE IMMAGINE LOGO AGGIUNTA DA ME*/

.clear-all:after,
.clear-all:before {
	content: '';
	display: table;
	clear: both;
}
/*inizio colore barra centrale modificato il top*/
.cm-header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    opacity:0.8;
	background:rgba(12,12,9,0);
    width: 100%;
    padding: 2px 0px;
	z-index: 11;
}
/*fine colore barra centrale modificato il top*/
.cm-menu-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cm-menu-inner > ul {
    display: block;
}

.cm-menu-inner > ul > li {
    float: left;
    padding: 0 10px;
}
/*inizio colore tutte lettere e il dietro delle lettere*/
.cm-menu-inner > ul  li a {
    display: block;
    color: #fff;
    padding: 10px;
    text-decoration: none;
	opacity:1.8;
	background:rgba(12,12,9,0.92);
	border-radius:5px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
}
/*fine colore tutte lettere e il dietro delle lettere*/
@media(min-width: 992px) {
/*inizio colore caselle scorrevoli menu centrale modificato larghezza a spostamento*/
	.cm-menu-inner ul ul {
	    position: absolute;
	    top: 102%;
	    left: 11;
	   /*background: #000;*/
	    min-width: 140px;
	    opacity: 0;
	    visibility: hidden;
	    transition: all 300ms linear;
	}
/*fine colore bcaselle scorrevoli menu centrale modificato larghezza a spostamento*/
	.cm-menu-inner ul li.has-child {
	    position: relative;
	}

	.cm-menu-inner ul li.has-child:hover > ul {
	    opacity: 1;
	    visibility: visible;
	}

	.cm-menu-inner ul ul ul {
	    left: 100%;
	    top: 0;
	}

	.cm-menu-inner {
	    display: flex;
	    justify-content: center;
	}

	.cm-menu-inner {
	    display: flex !important;
	}

	.cm-menu-inner ul {
		display: block!important;
	}

	.cm-menu-btn, .child-menu-btn {
	    display: none;
	}

}

@media(max-width: 991px) {
/*inizio colore dietro box laterale*/
	.cm-menu-inner {
	    position: absolute;
	    background-color: #000;
	    width: 100%;
	    left: 0;
	    top: 100%;
	    display: none;
	}
/*fine colore dietro box laterale*/
	.cm-menu-inner > ul > li {
	    float: none;
	    padding: 0;
	}
/*inizio colore righe box laterale*/
	.cm-menu-inner ul li > a {
	    border-bottom: 1px solid #fff;
	}
/*fine colore righe box laterale*/
	.cm-menu-inner ul ul > li > a {
	    padding-left: 25px;
	}

	.cm-menu-inner ul ul ul > li > a {
	    padding-left: 35px;
	}
/*inizio colore icona hamburgher box laterale*/
	.cm-menu-btn {
	    position: absolute;
	    top: 4px;
	    left: 50%;
	    transform: translateX(-50%);
	    font-size: 30px;
	    color: #000;
	    cursor: pointer;
	}
/*fine colore icona hamburgher box laterale*/
	li.has-child {
	    position: relative;
	}

	.child-menu-btn {
	    color: #fff;
	    position: absolute;
	    right: 0;
	    line-height: 40px;
	    border-left: 1px solid #fff;
	    width: 40px;
	    text-align: center;
	    cursor: pointer;
	    top: 0;
	}

	.cm-menu-inner ul ul {
		display: none;
	}
}

/* Banner*/
/*.banner {
  position: relative;
  z-index: 10;
  height: 100vh;
  background-size: cover;
  background-position: center;
}*/
/*Inizio box trasparente sotto tutti*/

.box{
	/*position:relative;*/
	 width: 93%;
	 /*max-width: 1499px;*/
	 height: 615px;
	 margin: 20px auto;
	 display:block;
	 background:rgba(255,255,255,.8);
	 border-radius:4px;
	 box-shadow:0 5px 15px rgba(0,0,0,21.8);
}
/*Fine box trasparente sotto tutti*/
/*INIZIO AGGIUNTO 2 BARRE*/
.heading{
	width: 100%;
	/*background-color: #699;*/
	float: left;
	/*padding: 10px;*/
}
.barra{
	width: 100%;
	height: 30px;
	/*background-color: #F00;*/
	float: left;	
}
.barra h4{
	font-size:29px;
	margin:0% auto;
}
/*FINE AGGIUNTO 2 BARRE*/
/*INIZIO SISTEMA A 12 COLONNE*/
/* SISTEMA A 12 COLONNE - 12 COLONNE E = A 100%| 1COLONNA SARA = A 100/12 = 8.33%8*/ 

.colonna1{
	width: 30%;
	height: 556px;
	/*background-color: #369;*/
	/*border-right: 1px solid #000;*/
	float:right;
	margin-top: 10px;
	/*padding: 10px;*/
}
.text1{
	width: 100%;
	height: 1px;
	text-align:justify;
	margin-top: 15px;
	float:left;
	margin: 50px 0 0 0px;
}
.text1 h1{
	text-align:center;
	font-size:25px;
	margin:0px 0px 0px 0px;
}
.text2{
	width: 100%;
	height: 50px;
	text-align:justify;
	margin-top: 15px;
	float:left;
	margin: 50px 0 0 0px;
}
.text2 h1{
	text-align:center;
	font-size:23px;
	margin:0px 0px 0px 0px;
	
}
.text3{
	width: 100%;
	height: 186px;
	text-align:justify;
	margin-top: 15px;
	margin: 50px 0 0 0px;
	float:center;

	
}
.text3 h1{
	text-align:center;
	font-size:20px;
	margin:0px 0px 0px 0px;
	
}
.colonna1 img{
	width:100%;
	height:50%;
	padding: 0%;
	float: bottom;
	margin: 20px auto 0 0px;
}
.colonna2{
	width: 68%;
	height: 500px;
	/*background-color: #369;*/
	/*border-right: 1px solid #000;*/
	float:left;
	margin-top: 10px;
	/*padding: 10px;*/
}
/*Inizio contenitore laterale quello per mandare messaggi Email*/
.content00{
	  width:96%;
      height:50%;
	  background:#FFF;
	  opacity:0.9;
	  margin-left:0;
	  margin-right:auto;
	  margin: 0 2%;
	  margin-top: 30px;
	  border-radius:8px;
	  background:rgba(255,255,255,.1);
	  float:center;
}

.content00 h1{
	margin: 0%;
}

.content00 h3{
	margin: 26px 50 26px;
}

.content00 ul1{
	  list-style:none;
	  padding:0%;
	  margin:0%;
	  width: 100%;
}

.content00 ul1 li1{
	padding:10px 0;
	width: 50%;
	/*float:left;*/
	box-sizing:border-box;
}

.content00 ul1 li1 tre{
	   float:left;
	   clear:left;
	   width: 100%;
}

.content00 ul li.quattro{
       float:none;
	   clear:left;
	   width: 100%;
}

.content00 ul1 li1.uno{
	margin-right: 1%;
	
}

.content00 ul1 li1.quattro{
	padding:20px 0;
	text-align:center;
}

.content00 ul1 li1 label{
	display:flex;
	padding-bottom: 25px;
	width: 100%;
}

.content00 ul1 li1 input{
	width: 50%;
    height: 25px;
	border: solid 2px #000;
	background:rgba(229,229,229,1);
	color:#000;
	/*color:rgba(255,255,255,1);*/
	float:left;
}

.content00 ul1 li1.testo{
	padding: 10px;
	width: 100%;
	box-sizing:border-box;
}

.content00 ul1 li1 textarea{
	padding: 6px;
	color: #000;
	width: 90%;
	height: 100px;
	background: rgba(229,229,229,1);
	border: solid 2px #000;
	box-sizing:border-box;
}

.content00 ul1 li1 .pulsante{
	color:#FFF;
	background:#06C;
	border:solid 2px #000;
	padding: 0px 0px 1px 1px;
	text-transform:uppercase;
	cursor:pointer;
	font-weight: bold;
	transition: 0.5s;
}

.content00 ul1 li1 .pulsante:hover{
	background: #000;
	color:#FFF;
	border:solid 2px #313131;

}
/*Fine contenitore late

/*FINE SISTEMA A 12 COLONNE*/

/*INIZIO BARRA ALLA FINE DELLA PAGINA*/
footer{
	width: 100%;
	margin: 0;	
}

.copy{
	width: 100%;
	height: 90px;
	/*background-color: #9C9;*/
	background:rgba(255,255,255,.8);
	float:left;
	text-align: center;
	padding-top: 15px;
	border-top: 3px solid #000;
	
}
/*FINE BARRA ALLA FINE DELLA PAGINA*/

@media screen and (max-width: 740px){
	.box{
	width: 93%;
	height: 515px;
}

.colonna1{
	width: 32%;
	height: 447px;
	/*border-bottom: 1px #FF0000 solid;*/
	margin-bottom: 5px;
	border-radius: 5px;
	margin-top: 2px;
}
.text1{
	width: 100%;
	text-align:justify;
	margin-top: 5px;
}
.text1 h1{
	font-size:114%;
	margin:0% auto;
}
.text2{
	width: 100%;
	text-align:justify;
	margin-top: 5px;
}
.text2 h1{
	font-size:114%;
	margin:8% auto;
}
.text3{
	width: 100%;
	text-align:justify;
	margin-top: 15px;
}
.text3 h1{
	font-size:100%;
	margin-top: 5px;
	margin:0% auto;
}
.colonna1 img{
	width:100%;
	height:22%;
	margin: 0px auto 0 0px;
}
.colonna2{
	width: 62%;
	height: 460px;
	/*border-bottom: 1px #FF0000 solid;*/
	margin-bottom: 5px;
	border-radius: 5px;
	float:left;
	margin-top: 2px;
}
}
@media screen and (max-width: 360px){	
.text2 h1{
	font-size:100%;
	margin:12% auto;
}
.text3 h1{
	font-size:85%;
	margin-top: 5px;
	margin:4% auto;
}
}
	
	