/*********** BROWSER RESET ************/

/* XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{margin:0;padding:0;border:0;font-size:100%;}
html,body{height: 100%;}
/*Override the default (display: inline) for browsers that do not recognize HTML5 tags.
IE8 (and lower) requires a shiv:http://ejohn.org/blog/html5-shiv*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
/* Makes browsers agree.IE + Opera = font-weight: bold. Gecko + WebKit = font-weight: bolder.*/
b,strong{font-weight:bold;}
img{color:transparent;vertical-align:middle;
/*For IE.http://css-tricks.com/ie-fix-bicubic-scaling-for-images*/font-size:0;-ms-interpolation-mode: bicubic;}
ol,ul{list-style: none;}
/*For IE6 + IE7:"display: list-item" keeps bullets from disappearing if hasLayout is triggered.*/
li{display: list-item;}
table{border-spacing:0;border-collapse:collapse;}
th,td,caption{vertical-align:top;text-align:right;font-weight:normal;}
q{quotes:none;}
q:before,q:after{content:none;}
sub,sup,small{font-size:75%;}
sub,sup{position:relative;vertical-align:baseline;line-height:0;}
sub{bottom:-.25em;}
sup{top:-.5em;}
/*For IE9. Without, occasionally draws shapes outside the boundaries of <svg> rectangle.*/
svg{overflow: hidden;}


/*********** TESTO ************/

/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  min-width: 960px;
  background-color:#808080;
 /* background-image:url(../img/bg.jpg);*/
  color:#e8e8e8;
  font: 13px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
p{
	text-align:justify;
	font-size:12px;
}
a{
	 color:#FFF;
 	 text-decoration: none;
}
a:hover{
  	text-decoration: underline;
}
a:visited{
	
}
pre,
code {
  	font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  	clear: both;
  	height:0;
  	border: 0 #FFF solid;
  	border-top-width:2px;
}
/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal inside;
}

ul {
  list-style: disc inside;
}

p,
dl,
hr,
pre,
table,
address,
fieldset,
figure {
  margin-bottom:20px;
}

.img_dx{
	float:right;
	margin:10px 0 10px 12px;}
.img_sx{
	float:left;
	margin:10px 12px 10px 0px;}
.quote{
	margin:30px 30px;
	}
div.quote>p{
	font-style:italic;
	font-size:16px;
	margin-bottom:0px;
	}
div.quote>span{
	font-size:10px;
	margin:0px;
	float:right;
	}

/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-weight:bold;
  font-size:21px;
  color:#FFF;
}

h2 {
  font-weight:bold;
  font-size:15px;
  text-transform:uppercase;
  color:#FFF;
}

h3 {
 margin-bottom:10px;
 font-size:20px;
}

h4 {
	margin-bottom:20px;
	color:#808080;
  	font-size:11px;
}

h5 {
  	margin-bottom:20px;
	font-size:36px;
}

h6 {
	margin-top:5px;
	margin-bottom:0px;
}


/*********** GRID ************/

/* Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-right: auto;
  margin-left: auto;
  width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-right:10px;
  margin-left:10px;
}


/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}

/* Clear Floated El0pxents
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-d0pxystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  display: block;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  content: '.';
  font-size: 0;
  line-height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/* ----------------------------------------------------------------------------------------------- OVERTHEHEAD */

#overthehead{
	display:none;
	height:330px;
	background-color:#809eb8;
}
/* -------------------------------------------------------------------------------- SLIDESHOW */
	
#slideshow_window{
	position:relative;
	clear:both; 
	overflow:hidden;
	margin:20px auto 10px auto;
	width:960px;
	height:300px;
	background:#809eb8;
	}  
#slideshow{ 
	position:relative; 
	overflow:hidden;
	
	width:4240px; 
	height:300px;
	}  
#slideshow li{ 
	display:inline; 
	float:left;
	padding:25px;
	width:960px; 
	height:300px;
	}
#slideshow img{ float:left;} 

#slideshow p{
	margin:70px 0 0 480px;
	text-indent:-50px;
	font-size:48px;
	}   

/* ----------------------------------------------------------------------------------------------- HEADER */

#header{
	padding-top:10px;
	height:100px;
	background-color:#809eb8;
}
logo{
	float:left;
	}
#nav{
	float:right;
	padding-top:60px;
	width:auto;
	}
#nav li{
	display:inline;
	font-weight:bold;
}
a.active{
	padding-bottom:0px;
	background:url(/template/img/img_active.png) no-repeat center bottom;
	text-transform: uppercase;
	}
/* ----------------------------------------------------------------------------------------------- MEIN */

#mein{
	
	overflow:hidden;
	padding:30px 0;
}
/* ------------------------------------------------------------------------------ HOME */

#home>div.grid_4{
	margin-bottom:100px;
	}
div.ctn_home{
	height:250px;
	position:relative;
	}
.ctn_home_h2withimg>h2{
	background-color:#809eb8;
	float:right;
	text-align:right;
	width: 225px;
	margin:15px 0 10px 0;
	padding:2px 10px 0 0;
	}

.ctn_home_h2{
	background-color:#809eb8;
	float:left;
	width: 100%;
	padding-top:2px;
	margin-bottom:10px;
	}
.ctn_home_h2>h2{
	text-align:right;
	margin-right:10px;
	}
.ctn_home img{
	float:left;
	}
div.readall{
	background:url(/img/next.gif) no-repeat;
	color:#808080;
	visibility:hidden;
	text-align:right;
	float:right;
	width:119px;
	height:31px;
	padding-top:7px;
	position: absolute;
	top:210px;
	right:0px;
	}
.readall a{
	margin-right:20px;
	margin-top:10px;
	width:115px;
	color:#666}
.ctn_home:hover div.readall{
	visibility:visible;
	}
.ctn_home:hover{
	background-color:#666;
	}
.ctn-home_h2withimg>p, .ctn_home>p{
	margin-top:10px;
	}
.ctn_home>p{
	padding-right:5px;
	margin-bottom:5px;
}
/* ------------------------------------------------------------------------------ CONTATTI */
#intro_contatti{
	padding:80px 30px 10px 0;
	width:510px;
	}
#card{
	margin:0;
	width:390px;
	height:287px;
	background:url(/img/img_contatti_card.png) no-repeat;
	}
#card h4{
	padding:90px 50px 0 0;
	text-align:right;
	}
#card p{
	margin-bottom:0;
	padding:0px 50px 0 0;
	color:#000;
	text-align:right;	
	}
#card img{
	position:relative;
	float:left;
	margin:0 0 70px 70px;
	}
label,input,textarea{
	float:left;
	margin:10px;
	
	}
label{
	padding:6px 0;
	width:100px;
	height:13px;
	font-weight:bold;
	}
input{
	width:300px;
	height:25px;
	font-size:16px;
	
}
textarea{
	width:420px;
	}
input[type="submit"]{
	padding:5px;
	width:200px;
	height:35px;
	border:1px solid #323232;
	background:#232323;
	color:#FFFFFF;
	text-align:center;
	}
p.error,label.error{
	color:#F67A00;
	}
p.correct{
	color:#A4B42D;
	}
p.error,p.correct{
	padding:0 10px;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	}
#brief img{
	float:right;
	}
/* ------------------------------------------------------------------------------ SERVIZI */
.conteiner_servizio>div.grid_9 {
	padding:40px 0 0 20px;
	}
	
.conteiner_servizio{
	position:relative;
	float:left;
	}
.glass{
	width:165px;
	height:154px;
	background:url(/img/img_servizi_glass.png) top left no-repeat;
	}
.glassotg{
	position:relative;
	top:-50px;
	padding-top:50px;
	width:170px;
	height:200px;
	background:url(/img/img_servizi_glassotg.png) top left no-repeat;
	}

.brokenglass{
	width:165px;
	height:154px;
	background:url(/img/img_servizi_brokenglass.png) top left no-repeat;
	}
#brand{
	width:153px;
	height:154px;
	background:url(/img/img_servizi_brand.png) top no-repeat;
	}
#sviluppo{
	width:153px;
	height:154px;
	background:url(/img/img_servizi_sviluppo.png) top no-repeat;
	}
#design{
	width:153px;
	height:154px;
	background:url(/img/img_servizi_design.png) top no-repeat;
	}
#marketing{
	width:153px;
	height:154px;
	background:url(/img/img_servizi_marketing.png) top no-repeat;
	}
#support{
	width:153px;
	height:154px;
	background:url(/img/img_servizi_support.png) top no-repeat;
	}
.light{
	position:relative;
	top:-5px;
	left:-285px;
	display:none;
	width:730px;
	height:750px;
	background:url(/img/img_servizi_light.png) top no-repeat;
	}
.conteiner_servizio:hover div{
	display:block;
	}
/* ----------------------------------------------------------------------------------------------- ARTICOLI */
div.ctn_articolo
{
	margin-top:50px;
	height:150px;
}
div.ctn_articolo>span{
	float:right;}
div.ctn_articolo>h2{
	margin-top:15px;
}
div.img_articolo{
	width:120px;
	height:120px;
	float:left;
	margin-right:20px;
	position:relative;
	z-index:-10;
	top:0px;
	}
div.img_copertina{
	background:url(/img/articoli/img_copertina.png) left bottom no-repeat;
	width:120px;
	height:120px;
	float:left;
	margin-right:20px;
	}
div.img_copertina_comingsoon{
	background:url(/img/articoli/img_copertina_comingsoon.png) left bottom no-repeat;
	width:120px;
	height:120px;
	float:left;
	margin-right:20px;
	}
div#img_qrcode{
	background:url(/img/articoli/img_articolo_qr_code.png) left bottom no-repeat;
	}
div#img_pagina404{
	background:url(/img/articoli/img_articolo_pagina_404.png) left bottom no-repeat;
	}
div#img_howwework{
	background:url(/img/articoli/img_articolo_howwework.png) left no-repeat;
	}
div#img_pattern_layout{
	background:url(/img/articoli/img_articolo_pattern_layout.png) left no-repeat;
	}
.effect_articolo{
	width:120px;
	height:120px;
	float:left;
	margin-right:20px;
	position:relative;
	z-index:-10;
	top:-20px;
	}
/* ----------------------------------------------------------------------------------------------- PORTFOLIO */

#temp {display: none;}

div.project{
	float:left;
	overflow: hidden;
	margin:10px;
	width:220px;
	}
div.project img{
	position:relative;
	top:0;
	left:0;
		
	}
p.project_link a{
	position:absolute;
	top:0;
	left:0;
	padding-top:30px;
	width:220px;
	height:170px;
	text-align:center;
	font-size:18px;
	}
p.project_link a:hover{
	z-index:10;}
div#portfolio{
	clear: right;
	margin:0px;
	min-height:660px;
	}
div#portfolio_nav{
	position:static;
	float:right;
	width:auto;
	}
.bottom_dotted{
	margin:0px;
	padding:30px 10px 30px 0;
	border-bottom:1px dotted #FFF;
	}
div.left_dotted{
	width: 720px;
	min-height:650px;
	float: left;
	margin:0 0 0 -1px;
	border-left:1px dotted #FFF;
	}
div.col_dotted{
	margin:0px;}
#portfolio_return img{
	display:block;
	float:left;
	margin:10px;
	}
#portfolio_return a{
	display:block;
	float:left;
	margin-top:6px;}
div.portfolio_share{
	padding:5px 5px 5px 0;
	}
/* ----------------------------------------------------------------------------------------------- 404 */

div#percorso_404{
	margin-top:-30px;
	height:290px;
	background:url(../img/percorso_404.png) top no-repeat;
	}
p#request_uri{
	position:relative;
	float:left;
	top:80px;
	left:50px;
	color:#616060}

p#email_percorso{
	position:relative;
	float:right;
	top:242px;
	right:30px;
	color:#616060
	}
p#request_uri>span, p#email_percorso>a{
	color:#809eb8;
	}
/* ----------------------------------------------------------------------------------------------- FOOTER */

#footer{
	padding-top:100px;
	height:300px;
	background-color:#232323;
	text-align:center;
}
#footer li{
	display:inline;
	 }
#footer p{
	color:#bbb9b9;
	text-align:center;
	font-size:11px;
	}
#asocial{
	padding-left:0px;
	}
