/* CSS Document */

body {
	background:#303942;
	padding:0;
	margin:0;
	
	font-family: 'Comfortaa', cursive;
	font-size:15px;
	letter-spacing:1px;
}

a {border:none; text-decoration:none; color:#fc7008}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}

img {border:none}

.clear {clear:both}

.transform {
	-webkit-transition: all 0.1s ease-out;  /* Saf3.2+, Chrome  */
    -moz-transition: all 0.1s ease-out;  /* FF4+ */
    -ms-transition: all 0.1s ease-out;  /* IE10 */
    -o-transition: all 0.1s ease-out;  /* Opera 10.5+ */
    transition: all 0.1s ease-out;
}

div.sfondo_contenitore {
	background: #d9efe9; /* Old browsers */
	background: -moz-linear-gradient(top,  #d9efe9 0%, #e6eceb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9efe9), color-stop(100%,#e6eceb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d9efe9 0%,#e6eceb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d9efe9 0%,#e6eceb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d9efe9 0%,#e6eceb 100%); /* IE10+ */
	background: linear-gradient(top,  #d9efe9 0%,#e6eceb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9efe9', endColorstr='#e6eceb',GradientType=0 ); /* IE6-9 */
}

div.contenitore {
	width:1200px;
	margin:auto;
	padding:0 0 50px 0;
	
	border:0px solid #000;
}

div.content_sx {
	float:left;
	width:50%;
	min-height:900px;
	
	border:0px solid #000;	
}

img.logo_protech {
	margin:30px 0 0 100px;
	width:160px;
	float:left;
	}
	
img.scritta_protech {
	position:relative;
	top:80px;
	left:10px;
	float:left;
}

div.condividi {
	margin:30px 0 20px 20px;
	text-align:center;
}


img.splash_traduzione {
	margin:30px 0 0px 170px;
	height:460px;
}

div.content_dx {
	float:left;
	width:47%;
	min-height:900px;
	padding:0 20px 0px 0;
	
	border:0px solid #000;
	
	font-size:13px;
	line-height:21px;
	color:#303942;
	text-align:justify;
	
}

div.content_dx b {
	font-size:14px;
	font-weight:bolder;
}

div.content_dx h2 {
	font-size:15px;
	color:#303942;
	text-align: justify;
	line-height:27px;
	margin-top:30px;
	padding:0px 24px;
}

div.content_dx h2 img {
	display:inline;
}

div.content_dx img.logo_cpanel {
	position:relative;
	top:5px;
	right:5px;
	width:90px;
}

div.content_dx p {
	padding:0px 24px;
}

div.content_dx table {}

div.content_dx table [type="text"], div.content_dx table [type="mail"], div.content_dx table [type="url"] {
	padding:3px;
	border:1px solid #303942;	
	width:220px;
	height:26px;
	margin:10px 0 10px 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.content_dx table textarea {
	height:110px;	
	width:470px;
	padding:3px;
	margin:10px 0 10px 0;
	border:1px solid #303942;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
 }
 
div.content_dx table [type="submit"] {
	border:1px solid #606E6F;
	color:#fff;
	height:35px;
	width:80px;
	float:right;
	margin:0 20px 0 0;
	cursor:pointer;
	
	font-family: 'Comfortaa', cursive;
	font-size:16px;
	letter-spacing:1px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	
	background: #4eaed0; /* Old browsers */
	background: -moz-linear-gradient(top,  #4eaed0 0%, #1d4968 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4eaed0), color-stop(100%,#1d4968)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4eaed0 0%,#1d4968 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4eaed0 0%,#1d4968 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4eaed0 0%,#1d4968 100%); /* IE10+ */
	background: linear-gradient(top,  #4eaed0 0%,#1d4968 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eaed0', endColorstr='#1d4968',GradientType=0 ); /* IE6-9 */

}

div.content_dx table [type="submit"]:hover {
	text-decoration:underline;
}

div.content_dx table [type="submit"]:active {
	background: #1d4968; /* Old browsers */
	background: -moz-linear-gradient(top,  #1d4968 0%, #4eaed0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d4968), color-stop(100%,#4eaed0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1d4968 0%,#4eaed0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1d4968 0%,#4eaed0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1d4968 0%,#4eaed0 100%); /* IE10+ */
	background: linear-gradient(top,  #1d4968 0%,#4eaed0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4968', endColorstr='#4eaed0',GradientType=0 ); /* IE6-9 */

}

.label_input {color:#999}

div.sfondo_footer {
	width:100%;
	background:;
}

div.footer {
	width:1200px;
	margin:auto;
	color:#fff;
	padding:10px 0 20px 0;
	font-size:13px;

}

div.footer div.info {
	width:450px;
	height:100px;
	float:left;
	line-height:9px;
	margin:5px 0 0 120px;
	
}

div.footer div.info a {
	color:#fc7008;
}

div.footer div.info a:hover {
	text-decoration:underline;
}

div.footer div.info a:active {
	text-decoration:none;
}


div.footer div.social {
	width:400px;
	margin:10px 40px 0 0;
	border:0px solid #fff;
	float:right;
}

div.social img.ico_social {
	margin:15px 10px 0 10px;
}

div.social a {
	position:relative;
}

div.social a:hover {
	bottom:6px;
}

div.social a:active {
	bottom:0px }
	
	
div.contenitore_gplus {float:left; position:relative; top:50px}
#ragione_sociale{width:475px}