@import url('reset.css');
@font-face {
    font-family: 'prototyperegular';
    src: url('prototype-webfont.eot');
    src: url('prototype-webfont.eot?#iefix') format('embedded-opentype'),
         url('prototype-webfont.woff') format('woff'),
         url('prototype-webfont.ttf') format('truetype'),
         url('prototype-webfont.svg#prototyperegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
        font-family: "Sony Sketch EF";
        src: url('382904053-Sony_Sketch_EF.eot');
        src: url('382904053-Sony_Sketch_EF.eot?#iefix') format('embedded-opentype'),
        url('382904053-Sony_Sketch_EF.svg#Sony Sketch EF') format('svg'),
        url('382904053-Sony_Sketch_EF.woff') format('woff'),
        url('382904053-Sony_Sketch_EF.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
/* General Demo Style */
html, body {
	margin:0;
	padding:0;
}
body{
	background: #eee;
	color: #000;
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: "Sony Sketch EF", sans-serif;
	font-size: 13px;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	/*background-image:url(overlays/lines-1.png);
	background-repeat:repeat;*/
}
a{
	color: #555;
	text-decoration: none;
}
a:hover{
	color: #000;
}
img { border:0; }
.clr{
	clear: both;
}
.wrapper{
	position: relative;
	width: 100%;
	min-width: 1050px;
}
header{
	position:relative;
	z-index:1000;
	/*background:#FFF;*/
	height:160px;
	/*background-image:url(../images/bg-header.jpg);
	background-repeat:repeat-x;*/
	border-top:2px solid #393;
}
.head{
	max-width: 1050px;
	margin:0 auto;
}
#menu{
	float: left;
	position: relative;
	width:100%;
	min-width: 1050px;
	height:40px;
	margin:0 auto;
	background: url(skins/images/bg_white.png) repeat-x 100% 0;
	-moz-box-shadow: 0px 10px 25px -8px #222;
	-webkit-box-shadow: 0px 10px 25px -8px #222;
	box-shadow: 0px 10px 25px -8px #222;
}
#menucont{
	float: left;
	position: relative;
	width:1050px;
	height:auto;
	margin:0;
}
#logo{
	float: left;
	position: relative;
	width:315px;
	height:100px;
	padding:10px 0;
}
#cert{
	float: right;
	position: relative;
	/* width:600px; */
	width:auto;
	height:60px;
	margin: 50px 0 0 0;
	text-align:right;
}
#lingua {
	float: left;
	position: relative;
	width:100px;
	height:20px;
	padding:3px 0;
	margin:-120px 0 0 945px;
	text-align:right;
	color:#999;
	font-family: 'PT Sans Narrow', sans-serif;
}
#lingua a { color:#999; }
#lingua img { margin-left:3px; }
#lingua ul { 
	margin:0;
	padding:0;
	float:right;
}
#lingua ul li {
	list-style:none;
	position:relative;
	float:left;
	width:auto;
	margin: 0 0 0 4px;
}
#lingua ul li.lang{
	position:relative;
	float: right;
	width: auto;
	height: 20px;
	list-style:none;
	display:block;
	text-decoration:none;
	border:none;
	padding:0;
	cursor:pointer;
}
#lingua ul li.lang a { color:#000; }
#lingua ul li.lang:hover ul {
	display: block;
	position: absolute;
	float:right;
	z-index:100;
	padding:5px 5px 5px 0px;
	margin:0px 0px 0px 25px;
	background: #FFF;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 5px 6px #999;
}
#lingua ul li.lang ul {
	margin:0;
	padding:0;
	display:none;
	width:60px;
}
#lingua ul li.lang ul li {
	list-style:none;
	margin:0;
	padding:0;
}
#lingua ul li.lang ul li a {
	display:block; 
	width:50px;
	height:20px;
	padding:3px 5px;
	color:#999;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
}
#lingua ul li.lang ul li a:hover {
	padding:3px 20px 3px 0px;
	width: 50px;
	color:#000;
}
/* iPad (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {	
	#lingua { margin: -120px 0 0 915px; }
}

/* iPad (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	#lingua { margin: -120px 0 0 915px; }
}
  
section{
	margin:0 auto;
	width:100%;
	max-width:1050px;
	padding:0;
	font-size: 18px;
	line-height: 26px;
	text-align: justify;
}
section p, section ul {
	font-family: 'PT Sans Narrow', sans-serif;
}
/* home */
.macro {
	float:left;
	width:300px;
	height:200px;
	margin:30px 0 120px 0;
	border-width:2px 2px 0 2px;
	border-color:#666;
	border-style:solid;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
	-moz-box-shadow: 4px 8px 20px -2px #222;
	-webkit-box-shadow: 4px 8px 20px -2px #222;
	box-shadow: 4px 8px 20px -2px #222;
}
.macro1{ background-image:url(../images/tornio.jpg); }
.macro2{ background-image:url(../images/gantry.jpg); }
.macrovideo {
	float:left;
	background:#000;
	width:360px;
	height:215px;
	margin:30px 38px 100px 38px;
	border-width:2px 2px 0 2px;
	border-color:#666;
	border-style:solid;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
	-moz-box-shadow: 4px 8px 20px -2px #222;
	-webkit-box-shadow: 4px 8px 20px -2px #222;
	box-shadow: 4px 8px 20px -2px #222;
}
.macro h1, .macrovideo h1{
	width:280px;
	margin:200px 0 60px -2px;
	font-size: 21px;
	color: #fff;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	font-style:normal;
	font-weight:normal;
    padding: 10px 10px;
	z-index:1000;
	text-transform: uppercase;
	text-align: center;
	background:#333;
	border-width:0 2px 2px 2px;
	border-color:#666;
	border-style:solid;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
	-moz-box-shadow: 4px 4px 20px -2px #222;
	-webkit-box-shadow: 4px 4px 20px -2px #222;
	box-shadow: 4px 4px 20px -2px #222;
}
.macrovideo h1{
	width:340px !important;
}
/*.macrovideo iframe { margin-top:15px; }*/
.macrovideo h1, .macrovideo h1 a { margin:-9px 0 60px -2px !important; color: #fff !important; }
.macrovideo:hover h1 a { color: #393 !important; }
.macro .over {
	position:absolute;
	width:300px;
	height:202px;
	margin-top:-310px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color: rgba(255,255,255,0.4);
	background-repeat:no-repeat;
	background-position:center;
	transform:scale(0,0);
	-ms-transform:scale(0,0); /* IE 9 */
	-webkit-transform:scale(0,0); /* Safari and Chrome */
	visibility:hidden;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
}
.macro:hover, .macro:hover h1, .macrovideo:hover h1 {
	border-color:#393;
	color:#393;
	background-color: #eee;
}
.macro:hover .over {
	visibility:visible;
	transform:scale(1,1);
	-ms-transform:scale(1,1); /* IE 9 */
	-webkit-transform:scale(1,1); /* Safari and Chrome */
	background-image:url(../images/icons/go.png);
	background-position: center;
}
.medi{
	float:left;
	width:245px;
	height:174px;
	border:2px solid #666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
	margin:6px;
}
.medi img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:0 !important;
}
.medi a, .medi a:hover{
	clear:both !important;
	padding:0;
	z-index:999;
	border:0;
}
.medi:hover {
	border:2px solid #393;
}
.medi .over {
	position:absolute;
	width:245px;
	height:174px;
	margin-top:-181px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color: rgba(255,255,255,0.4);
	background-repeat:no-repeat;
	background-position:center;
	transform:scale(0,0);
	-ms-transform:scale(0,0); /* IE 9 */
	-webkit-transform:scale(0,0); /* Safari and Chrome */
	visibility:hidden;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
}
.medi:hover .over {
	visibility:visible;
	transform:scale(1,1);
	-ms-transform:scale(1,1); /* IE 9 */
	-webkit-transform:scale(1,1); /* Safari and Chrome */
	background-image:url(../images/icons/go2.png);
	background-position: center;
}

/* prodotti */
.sx{
	margin:0;
	float:left;
	width:709px;
	height:auto;
	min-height:800px;
	padding:30px 20px 30px 20px;
	background:#FFF;
	border-right:1px solid #393;
}
.dx{
	margin:20px 0;
	float:left;
	width:270px;
	height:auto;
	min-height:400px;
	padding:15px 15px 30px 15px;
	/*background-color: #eee;*/
	font-size:18px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.9);
}
.dx sx { float:left; width:50px; color:#777; }
.dx dx { float:left; width:180px; }
.dx dx a {
	display: inline;
	min-height:auto;
	border-bottom:0;
  	padding:0;
	color:#333;
	font-weight:bold;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
}
.dx dx a:hover {
	color:#393;
	border-bottom:0;
}
.verde { color:#393; font-weight:bold; }
h2{
	font-size:34px;
	color:#393;
	padding:0;
	margin:5px 0;
	font-weight:normal;
	text-align:left;
}
h2 a{ color:#393; }
.sx h1 {
	float: left;
	width: 709px;
	font-size:38px;
	color:#000;
	padding:0;
	margin:15px 0 25px 0;
	font-weight:normal;
	text-align:left;
}
.sx p {
	float:left;
	width:100%;
	margin:10px 0 20px 0;
	text-align:justify;
	font-size:18px;
	line-height:24px;
	color:#666;
	font-family: 'PT Sans Narrow', sans-serif;
}
.title {
	font-size:24px;
	font-weight: bold;
	color:#000;
}
.sx ul { padding:0 0 0 40px !important; }
.sx ul li{
	font-size:20px;
	list-style:url(../images/icons/li.png);
}
.sx img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #333;
}
.imgsx { float:left; margin:0 15px 10px 0; }
.sx table {
	width:100%;
	border:0;
	border-spacing:1px;
	font-size:13px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-align:left;
}
.sx table th { background:#393; color:#FFF; padding:4px 6px; }
.sx table tr:nth-child(odd) td{
	background:#eee;
}
.sx table tr:nth-child(even) td{
	background:#f9f9f9;
}
.sx table td { 
	padding:3px 8px;
	margin:3px;
	color:#666;
}
.sx table td strong { font-weight:normal; font-size:17px; color:#000; }

.box_links, .box_gallery, .box_docs {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.sx iframe {
	margin:10px 0 0 0;
}
.dx h2{
	font-size:34px;
	color:#393;
	padding:0;
	margin:5px 0 15px 0;
	font-weight:normal;
}
.dx a {
	display:block;
	min-height:24px;
	border-bottom:1px dotted #393;
  	padding: 5px 0px 5px 10px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-align:left;
	color:#333;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
}
.dx a:hover, .dx a.dentro {
	color:#393;
	font-weight:bold;
	border-bottom:1px solid #333;
	padding-left:0;
}
.dx a.sub {
	display: block;
	min-height: 20px;
	margin: 0 0 0 15px;
	border-bottom:1px dotted #666;
	padding: 1px 0px 2px 25px;
	background-image: url(skins/images/arrow_on.png);
	background-repeat:no-repeat;
	background-position:10px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: left;
	font-size: 16px;
	color: #666;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
}
.dx a.sub:hover {
	color:#393;
	font-weight:bold;
	border-bottom:1px solid #393;
	padding-left:0;
	background-image: none;
}
.dx a.last { margin: 0 0 10px 15px; }
.mini{
	float:left;
	width:110px;
	height:78px;
	border:2px solid #666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
	margin:6px 10px;
}
.mini img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:0 !important;
}
.mini a, .mini a:hover{
	clear:both !important;
	padding:0;
	z-index:999;
	border:0;
}
.mini:hover {
	border:2px solid #393;
}
.mini .over {
	position:absolute;
	width:110px;
	height:78px;
	margin-top:-85px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color: rgba(255,255,255,0.4);
	background-repeat:no-repeat;
	background-position:center;
	transform:scale(0,0);
	-ms-transform:scale(0,0); /* IE 9 */
	-webkit-transform:scale(0,0); /* Safari and Chrome */
	visibility:hidden;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
}
.mini:hover .over {
	visibility:visible;
	transform:scale(1,1);
	-ms-transform:scale(1,1); /* IE 9 */
	-webkit-transform:scale(1,1); /* Safari and Chrome */
	background-image:url(../images/icons/go2.png);
	background-position: center;
}
.video {
	float:left;
	width:340px;
	height:191px;
	margin:7px;
}


/* ------ form -------- */
.form {
	float:left;
	width:100%;
}
.invia {
	width: 100%;
	height: 40px;
	margin:5px 0;
	background: #eee;
	border:1px solid #393;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	color: #393;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
}
.invia:hover {
	background:#393;
	color:#FFF;
	border:1px solid #333;
}


/* News */
.news {
	position:relative;
	float:left;
	width:709px;
	height:auto;
	margin-bottom:15px;
}
.news p {
	float: none;
	width: auto;
	margin:10px 0 20px 0;
	text-align:justify;
	font-size:18px;
	line-height:24px;
	color:#666;
	font-family: 'PT Sans Narrow', sans-serif;
}
.news p span {
	color:#393;
	font-weight:bold;
}
.newsimg {
	float:left;
	width:200px;
	margin:0 15px 8px 0;
}
.read {
	float: left;
	width:689px;
	height:26px;
	border-bottom: 1px dotted #393;
	background-image:url(../images/icons/li.png);
	background-repeat:no-repeat;
	background-position:right;
	font-family: 'PT Sans Narrow', sans-serif;
	text-align:right;
	padding:0 20px 0 0;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
}
.read a { display:block; }
.read:hover {
	border-bottom: 1px solid #999;
	width:674px;
	padding:0 35px 0 0;
}


/* footer */
footer{
	float:left;
	margin:0 auto;
	width:100%;
	min-width:1050px;
	height:220px;
	background:#222;
	border-bottom:25px solid #333;
	font-family: 'PT Sans Narrow', sans-serif;
}
#foot{
	margin:0 auto;
	height:180px;
	width:1050px;
	padding: 20px 10px;
}
.fot {
	position:relative;
	float:left;
	width:241px;
	height:180px;
	border-left:1px solid #666;
	padding:0 10px;
	color:#737373;
	font-size:16px;
	line-height:22px;
	text-shadow: black 1px 1px 0;
}
.fot span, .fot2 span { 
	font-weight:bold;
	color:#CCC;
	font-size:18px;
	letter-spacing:1px;
	border-left: 1px solid #393;
	padding-left:20px;
	margin-left:-11px;
}
.fot sx { float:left; width:50px; color:#777; }
.fot dx { float:left; width:180px; }
.fot p, .fot2 p { margin:6px 0 0 10px; }
.fot ul { margin:0; padding:0; }
.fot ul li {
	list-style:none;
}
.fot ul li a {
	background: url(skins/images/arrow_on.png) no-repeat 7px 10px;
	padding: 2px 5px 1px 22px;
	color:#666;
	letter-spacing:1px;
	display:block;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
}
.fot ul li a:hover { 
	color:#393;
	padding: 2px 5px 1px 32px;
	background: url(skins/images/arrow_on.png) no-repeat 0px 10px;
	background-position:right;
}
.fot a { color:#999; transition-duration: 0.4s; -webkit-transition-duration: 0.4s; /* Safari */ }
.fot a:hover, .fot2 a:hover { color:#393; }
.fot2 a { color:#999; width:482px;	height:180px; display:block; transition-duration: 0.4s; -webkit-transition-duration: 0.4s; /* Safari */ }
.fot2 {
	position:relative;
	float:left;
	width:466px;
	height:180px;
	background: url(/images/pietrocarnaghi-international.png) no-repeat top;
	border-left:1px solid #666;
	padding:0 10px;
	color:#737373;
	font-size:16px;
	line-height:22px;
	text-shadow: black 1px 1px 0;
}
.fot2:hover { }
#data {
	margin:0 auto;
	width:100%;
	max-width:1050px;
	padding: 4px 0;
	text-align:center;
	color:#777;
}
#legal{
	margin:0 auto;
	width:100%;
	min-width:1050px;
	height:0px;
	padding:0;
	background:#CCC;
	color:#333;
	text-align:justify;
	font-size:16px;
	overflow:hidden;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
}
#legal p {
	margin:10px auto;
	max-width:990px;
	padding:0 30px;
}
.close {
	display:block;
	cursor:pointer; 
	margin:0 auto !important;
	padding:0 !important;
	text-align:right;
	background:#999;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
}
.close:hover { color:#FFF; background:#393;}

.switch {
	border:0 !important;
	cursor:pointer;
	padding:6px 6px 0 6px;
}
/* ------- configuratore ----------- */
#banner {
	-moz-box-shadow: 0 8px 25px black;
	-webkit-box-shadow: 0 8px 25px black;
	box-shadow: 0 8px 25px black;
	background-color: #eee;
	border: 3px solid #393;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	top:0;
	right:0;
	margin: 0;
	position: fixed !important;
	width:806px;
	z-index: 99999;
	display:none;
}
.nascondi {
	position:absolute;
	top:0%;
	cursor:pointer;
	padding:4px 8px 6px 8px;
	margin:0;
	width:790px;
	background:#999;
	color:#FFF;
	font-size:14px;
	text-align:right;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s; /* Safari */
}
.nascondi:hover { background:#393; }
.apri {
	position:absolute;
	display:none;
	z-index:999999;
	top:300px;
	right:0;
	cursor:pointer;
	width:60px;
	height:250px;
	background:#393;
	background-image:url(../images/configurator.jpg);
	background-repeat:no-repeat;
	-webkit-border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
	-moz-box-shadow: 0 8px 25px black;
	-webkit-box-shadow: 0 8px 25px black;
	box-shadow: 0 8px 25px black;
}
#img_sx {
	width:80px;
	height:80px;
	float:left;
	background-image:url(img_sx.png);
	margin-top:-30px;
}
#banner iframe {
	margin-top:30px;
	width:800px;
}
