/*CANCELLARE QUELLO NON USATO!!!*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,300italic);

/*menu fisso*/
#sticky{
	height: 70px;
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:999;
}

#logo{
	width: 150px;
	margin: 20px;
}

.bandiere{
	position: relative;
 	z-index: 99;
 	margin-right: 20px;
}

.bandiere ul{
	display: inline;
	list-style-type: none;
}

.bandiere ul li{
	float: right;
	margin-top: 10px;
	display: inline;
	margin-right: 10px;
	opacity: 0.3;
}

.bandiere img{
	width: 40px;
}
.active {
	opacity: 1 !important;
}
.bandiere ul li:hover{
	opacity: 1 !important;
	cursor: pointer;
	
}


#intro {
	position: fixed;
	top: 70px;
	left: 0;
	overflow: hidden;
	z-index: 1;
	background-color: #fff;
	padding-top: 20px;
}

.bgGrigioChiaro{
	background-color: #e3e3e3;
	color: #434343;
	padding: 120px 0;
	z-index:999; 
	position: relative;
}

.bgGrigioChiaro p, .bgGrigioScuro p, .bgBianco p, .bgGiallo p{margin: 20px 0px 60px 0px;}

.bgGrigioChiaro h2, .bgBianco h2 {color: #434343; font-weight: 100; font-size: 40px;}

.bgGrigioScuro{
	background-color: #434343;
	color:#fff;
	padding: 120px 0;
	z-index:999; 
	position: relative;
}

.bgGrigioScuro h2{color:#fff;}

.bgGrigioScuro a,.bgGrigioScuro a:link, .bgGrigioScuro a:visited {
	color:#fff;
}


.teamMember a,.teamMember a:link, .teamMember a:visited {
	color:#fff;
}

.bgBianco {
	color: #434343;
	padding: 120px 0;
	background-color: #fff;
	z-index:999; 
	position: relative;
}

.primo{
	padding-top: 0;
}

.bgGiallo {
	color: #434343;
	padding: 120px 0;
	background-color: #f7df40;
	z-index:999; 
	position: relative;
}

.titolo{
	text-align: center;
	font-size: 49px;
}
.sottotitolo{
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 50px;
	margin-top: 30px;
}

.fullWidth{
	width: 100%;
   	margin-left: auto;
   	margin-right: auto;
   	max-width: initial;
}

#wrapperContenuti{
	position: relative;
	z-index: 99;
	border-top: 1px solid #e3e3e3;
	background-color: #fff;
}

.servizi{
	height: 100px;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
}


.servizi div:last-child{
	border-right: 1px solid #e3e3e3;
}

.servizi div{
	border-left: 1px solid #e3e3e3; 
	margin: 10px 0px;
}

.servizi div:hover{
	cursor: pointer;
	color: #000;
	-webkit-transition:color 0.5s ease; 
	-moz-transition:color 0.5s ease; 
	-o-transition:color 0.5s ease; 
	transition:color 0.5s ease;
	
}

.servizi img{
	height: 35px; 
	margin-right: 15px;
}

.sezioni{
	position: fixed;
	top: 90px;
	right: 100%;
	width: 100%;
	height: 100%; 
	z-index: 99999;
	overflow: auto;
}
.sezioni img{width: 100px;}


.info{
	padding-top: 50px;
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	height: 100%;
	color: #434343;
	overflow: auto;
}

.info h2{color:#434343;}

.chiSiamo{
	color: #434343;
}

.titoloSingolo{
	margin-bottom: 50px;
}

.pulsante, .pulsanteFake{
	border: 2px solid #f2f2f2;
	padding: 10px 50px;
	border-radius: 5px;
}
.pulsante:hover{
	cursor: pointer;
}

.portfolioDesc .pulsante{
	border: 2px solid #434343;
	padding: 10px 50px;
	border-radius: 5px;
	margin-top: 50px;
}
.portfolioDesc p{margin-top: 15px;margin-bottom: 30px;}

.portfolioDesc img{margin-bottom: 40px;}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.team{position: relative;
}

.teamMember{
	padding-top: 50px;
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	height: 100%;
	background-color: #434343;
	border-top: 1px dotted #fff;
	color: #fff;
}



.teamMember h3{
	font-weight: 100;
	font-size: 50px;
	color: #fff;
}

.chiudi{
	width: 50px;
	position: absolute;
	right: 20px;
	top: 20px;
}
.chiudi:hover, .chiudiBottom:hover, .openMember:hover, .openPortfolio:hover{
	cursor: pointer;
}


.chiudiBottom{
	width: 50px;
	text-align: center;
	margin: auto;
	display: none;
}


.openMember{
	position: relative;
	margin-bottom: 20px;
}

.citazione p{
	font-size: 25px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 20px;
}

.attribuzione span{
	font-style: italic
}

.mappa{
	padding-bottom: 0px;
	padding-top: 80px;
}
.mappa h2{
	margin-bottom: 50px;
}

.titoloPortfolio{
	background-color: #f7df40;
	margin-top: 5px;
	padding: 10px; 
	text-align: center;
	color: #434343;
	font-weight: 400;
	font-size: 15px
}

.portfolioDesc{
	position: fixed;
	top: 0px;
	right: 100%;
	width: 100%;
	height: 100%; 
	z-index: 99999;
	overflow: auto;
	background-color: #f2f2f2;
}

#contatti p{margin: 10px; font-size: 25px;}



.editName, .editRequest, .editContact, .editEmail, .editPhone, .editCompany { 
	color: #434343; 
	text-decoration: underline; 
	position: relative;
}

.hiddenInput{ 
	border: 0px !important;
	background-color: #434343;
}

.edit_form {font-size: 20px; }

.form_response { display:none; }

.editName span, .editRequest span, .editContact span, .editEmail span, .editPhone span, .editCompany span {color: red} 


input[type="submit"]{
	border: 2px solid #434343;
	padding: 10px 50px;
	border-radius: 5px;
	background-color: #fff;
	font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #434343;
	font-style: normal;
	line-height: 1.5;
}
input[type="submit"]:hover{
	border: 2px solid #f7df40;
}

@media only screen and (max-width: 768px) {

	.bandiere{
	position: relative;
 	z-index: 99;
 	float: none;
 	margin: auto;
}

.bandiere ul li{
	float: right;
	margin-top: 10px;
}
	.sezioni{
		top: 0;
		padding: 10px;
	}

	.servizi{height: 260px;}

	div.titoloPortfolio{margin-bottom: 20px;}

	.team .small-6{
		margin-top: 20px;
	}

	.teamMember .medium-4 img{margin-top: 50px;}
	
	.chiudiBottom{display: block;
	}
	
	.portfolioDesc .medium-4 img{margin-top: 50px;}

	.chiSiamo{ padding-top: 40px !important;}
	
	.titolo{margin-top: -45px;}
	.sottotitolo{font-size: 18px;}
}

#footer{
	z-index: 1;
	background: #fff;
	font-size: 10px;
	padding: 20px;
}

.cookieShow{
	margin-top: 10px;
	display: none;
	
}
