@import "reset.css";
@import "jquery.fancybox-1.3.4.css";
@import "grid.css";
/* Getting the new tags to behave */
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video {
display:block;
}
mark,rp,rt,ruby,summary,time {
display:inline;
}
/*global*/
body {
position:absolute;
font:11px/15px 'Trebuchet MS', sans-serif;
color:#848484;
text-transform: uppercase;
min-width: 1000px;
min-height:860px;
width:100%;
height:100%;
overflow:hidden;
z-index:1;
background-color:#000;
}
body p a {
text-decoration:none;
}
body p a:hover {
text-decoration:underline;
}
h1 {
margin: 0 0 0 -2px;
display: inline-block;
}
h1>a{
position:relative;
display:inline-block;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
width: 300px;
height: 172px;
background: url(../images/logo.png) center no-repeat;
}
h2 {
/* font: bold 36px/43px 'Trebuchet MS', sans-serif; */
font: 32px/58px 'Six Caps', sans-serif;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
padding-bottom: 21px;
text-shadow: rgba(0,0,0,0.27) 0 1px 1px;
}
h3 {
font-size:13px;
color: #eee;
margin-bottom: 6px;
font-weight: normal;
}
p {
padding-bottom: 17px;
color:#999;
}
#glob {
position:absolute;
width:100%;
height:100%;
overflow:hidden;
z-index:2;

background: url(../../../__/4.jpg) center top no-repeat;
background: none;
}
.spinner {
position:fixed;
left:0px;
top:0px;
width:100%;
height:100%;
z-index:9999;
background:url( "../images/ajax-loader.gif") 50% 50% no-repeat #111;
}
#bgStretch {
z-index:1;
}
#bgStretch>img {
background: transparent;
}
#slpashGrid{
position: absolute;
display: block;
width: 100%;
height: 100%;
/*background: url(../images/splash_grid.png);*/
z-index: 1;
}
.pagin{
position: relative;
text-align:  center; 
}
.pagin>ul{
display: inline-block;
}
.pagin>ul>li{
display: inline-block;
position: relative;
width: 11px;
height: 12px;
margin: 0 3px;
}
.pagin>ul>li>a{
display: block;
position: relative;
width: 100%;
height: 100%;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background: url(../images/pagin_icon.png) right center no-repeat;
}
.pagin>ul>li.active>a,.pagin>ul>li>a:hover{
background: url(../images/pagin_icon.png) left center no-repeat;
}
header, footer{
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	z-index:100;
}
/*header*/
header{
top:-25px;
height:250px;
}
/*end header*/
/*footer*/
footer {
bottom:0px;
height: 80px;
background: url(../images/footer_bg.png) center bottom repeat-x;
}
.cordolo{
	background-image:url(../images/cordolo.png);
	background-repeat:no-repeat;
	position:absolute;
	top:11px;
	width:690px;
	height:100px;
	z-index:-1;
}
footer p {
position:relative;
margin-top:-20px;
}
footer p a{
color: #dd0000;
}
footer p a:hover{
color: #fff;
text-decoration: none;
}
.soc_links{

float: right;
}
/*end footer*/
/*menu*/
.menu {
position: relative;
display: inline-block;
float: right;
top: 40px;
height: 58px;
}
#menu>li {
display: inline-block;
position: relative;
margin-left: 1px;
}
#menu>li.no_bg {
background: none;
}
#menu>li>a {
position: relative;
display: inline-block;
font: 32px/58px 'Six Caps', sans-serif;
color: #FFFFFF;
text-transform: uppercase;
padding: 0 10px;
}
#menu>li>strong{
display: inline-block;
position:absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: -1;
background: url(../images/menu_bg.png) repeat-x;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
 box-shadow: 0 1px 0 #3b3f42;
-moz-box-shadow: 0 1px 0 #3b3f42;
-webkit-box-shadow: 0 1px 0 #3b3f42;

height: 0;
}
.submenu_1 {
position:absolute;
z-index:9100;
left: 1px;
top: 70px;
width: 404px;
}
.submenu_1 li {
position:relative;
display: inline-block;
text-align: center;
margin-right: -2px;
}
.submenu_1 a {
position:relative;
display: block;
font: 12px/28px 'Trebuchet MS', sans-serif;
/*color: #FFFFFF;*/
padding: 0 10px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
box-shadow: none;
    color: #FF0000;
    font-weight: bold;
}
.submenu_1 li>a:hover,.submenu_1 li.sfHover>a{
color: #000000;
background: url(../images/submenu_bg.png) repeat-x;
box-shadow: 0 1px 0 #3b3f42;
-moz-box-shadow: 0 1px 0 #3b3f42;
-webkit-box-shadow: 0 1px 0 #3b3f42;
}
.submenu_2 {
position:absolute;
z-index:9100;
width: 100%;
left: 100%;
top: 0px;
display: none;
}
/*end menu*/
/*pages*/
#content {
position:relative;
width:960px;
margin: 0 auto;
z-index: 50;
}
#content>ul {
width:100%;
height: 100%;
}
#content>ul>li.no_disp{
display: none;
width: 0;
height: 0;
}
#content>ul>li {
position:absolute;
width:100%;
background: url(../images/content_bg.png);
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
overflow: hidden;
margin-top: -8px;
border: 1px solid #fff;

}
.readMore {
position: relative;
display: inline-block;
font: bold 16px/46px 'Trebuchet MS', sans-serif;
color: #818181;
padding: 0 13px;
text-shadow: rgba(0,0,0,0.27) 0 1px 1px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
box-shadow: 0 1px 0 #363636;
-moz-box-shadow: 0 1px 0 #363636;
-webkit-box-shadow: 0 1px 0 #363636;
background: url(../images/more_bg.png) center top repeat-x;
}
.readMore:hover {
text-decoration: none;  
}
figure{
display: inline-block;
position: relative;
box-shadow: 0 1px 0 #2e2e2e;
-moz-box-shadow: 0 1px 0 #2e2e2e;
-webkit-box-shadow: 0 1px 0 #2e2e2e;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #101010;
background: -moz-linear-gradient(top, #101010, #141414);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#101010), color-stop(100%,#141414));
background: -webkit-linear-gradient(top, #101010, #141414);
background: -o-linear-gradient(top, #101010, #141414);
background: -ms-linear-gradient(top, #101010, #141414);
background: linear-gradient(top, #101010, #141414);
margin-bottom: 23px;
}
figure>img, figure>a,figure>div{
padding: 10px;
background-color:#333;
}
.list1{
margin-top: -1px;
height: 296px;
}
.list1>li{
position: relative;
width: 100%;
display: block;
margin-bottom: -4px;
float: left;
}
.list1>li>figure{
float: left;
margin: 4px 21px 21px 0;
}
.list2{
/*margin-top: -21px;*/

}
.list2>li{
width: 100%;
background: url(../images/hline.png) center bottom repeat-x;
padding: 15px 0 10px;


}
.list2>li.last{
background: none;
}
.list2>li>span{
	display: inline-block;
	background: url(../images/list_icon.png) 0px 3px no-repeat;
	display: inline-block;
	position: relative;
	color: #bbb;
	font: 11px/13px Arial, sans-serif;
	padding-left: 16px;
}
.list2>li>span>a{
display: inline-block;
position: relative;
color: #707070;
font: 11px/13px Arial, sans-serif;
margin-left: 16px;
/*white-space: nowrap;*/
}


/*
.list2>li>a:hover{
text-decoration: underline;
}
*/

.list3{
margin-top: 3px;
}
.list3>li{
position: relative;
width: 220px;
height: 159px;
float: left;
display: inline-block;
margin: 0 20px 20px 0;
}
.list3>li.right{
margin-right: 0;
}
.list3>li a{
position: relative;
display: block;
width: 200px;
height: 138px;
}
/**/
.list_gallery{
margin-top: 3px;
}
.list_gallery>li{
position: relative;
width: 220px;
height: 159px;
float: left;
display: inline-block;
margin: 0 20px 20px 0;
}
.list_gallery>li.right{
margin-right: 0;
}
.list_gallery>li a{
position: relative;
display: block;
width: 200px;
height: 138px;
}
.pic_slider{
width: 940px;
height: auto;
}
.pic_slider>ul{

}
.btnsHolder{
position: absolute;
right: 0;
top: 30px;
}
.btnsHolder>a{
margin-left: 12px;
}
.prev, .prev_timeline, .next, .next_timeline{
display: inline-block;
position: relative;
width: 13px;
height: 23px;
}
.prev, .prev_timeline {
background: url(../images/arrowL.png) left center no-repeat;
}
.next, .next_timeline{
background: url(../images/arrowR.png) right center no-repeat;
}
.soc_icons{
margin-top: 6px;
}
.soc_icons>li{
display: inline-block;
position: relative;
float: left;
width: 24px;
height: 24px;
margin-right: 6px;
}
.soc_icons>li>a{
display: inline-block;
position: relative;
width: 100%;
height: 100%;
}
.soc_icons>li>a>img{
position: relative;
margin-top: 10px;
}
a .sitem_over{
color:#fff;
}


.sitem_over {
position:absolute;
background:url( '../images/pic_bg_over.png');
z-index:2;
width: 200px;
height: 138px;
display:none;
overflow: hidden;
}
.sitem_over>strong {
position:relative;
/*background:url( '../images/icon_zoom.png') center no-repeat;*/
width: 100%;
margin-top:110px;
display: block;
padding:10px;
}
/*PADDINGS*/
.pad1 {
padding: 10px 0 28px;
}
.pad2 {
padding-bottom:18px;
}
.pad3 {
padding-bottom: 32px;
}
.pad4 {
padding-bottom: 22px;
}
.pad5 {
padding-bottom: 26px;
}
.pad6 {
padding-top: 52px;
}
.mar1{
margin: 4px 21px 21px 0;
}
.color1{
color: #383838;
}
.color2{
color: #818181;
}
.color3{
color: #fff;
}
.w1{
display: inline-block;
width: 59px;
}
.lh2{
line-height: 18px;
}
/*additional classes*/
.block {
display:block;
}
.inblock {
display:inline-block;
}
.fleft {
float:left;
}
.fright {
float:right;
}
.all {
text-align:left;
}
.alr {
text-align:right;
}
.alc {
text-align:center;
}
.wrapper {
width:100%;
overflow:hidden;
}
.box{
overflow:hidden;
}
a.und,.und a {
text-decoration:none;
}
a {
text-decoration:none;
}
a.und:hover,.und a:hover {
text-decoration:underline;
}
.nocolor,.nocolor a {
color:inherit;
}
.upc {
text-transform:uppercase;
}
.nopad {
padding:0;
}
.nomar {
margin:0;
}
.clear {
clear:both;
line-height:0;
}
.rel {
position:relative;
}
.automargin {
margin:0 auto;
}
.ws {
white-space: pre;
}
/*google map*/
.google_map{
position:  relative;
overflow: hidden;
border-radius: 0px;
width: 360px;
height: 317px;
border: none;
box-shadow: none;
background-color: #111;
background-image: url(../images/ajax-loader.gif);
background-repeat: no-repeat;  
background-position: 50%;
}
/*end google map*/
/* Forms*/
#form1 {
position: relative;
margin-top: 0px;
height: 389px;
}
#form1 input,
#form1 textarea {
position: relative;
border: none;
color:#818181;
padding: 10px 9px 8px;
text-transform: uppercase;
width: 281px;
outline:none;
background: #101010;
background: -moz-linear-gradient(top, #101010, #141414);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#101010), color-stop(100%,#141414));
background: -webkit-linear-gradient(top, #101010, #141414);
background: -o-linear-gradient(top, #101010, #141414);
background: -ms-linear-gradient(top, #101010, #141414);
background: linear-gradient(top, #101010, #141414);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
box-shadow: 0 1px 0 #2e2e2e;
-moz-box-shadow: 0 1px 0 #2e2e2e;
-webkit-box-shadow: 0 1px 0 #2e2e2e;
}
#form1 textarea {
height: 123px;
overflow:auto;
resize: none;
}
#form1 label {
display:inline-block;
min-height: 44px;
position: relative;
width: 299px;
}
#form1 .success{
position: relative;
padding-bottom: 3px;
color: #fff;
}
#form1 .error, #form1 .empty {
text-align: left;
display:none;
font-size:10px;
color:#fff;
margin-left: 3px;
top: -3px;
position: relative;
}
fieldset{
height: 210px;
}
.btns{
padding: 22px 0 0;
position: relative;
}
.btns a{
display:inline-block;
margin-right: 10px;
}
/* Form defaults */
input, select, textarea {
font: normal 11px/13px 'Trebuchet MS', sans-serif;
vertical-align:middle;
}
/*end forms*/
.title{
margin: 10px 10px 10px 10px;
}
/* slideshow */	
#slideshowAuto, #slideshowBox1, #slideshowBox2, #slideshowBox3 {
	position:relative;
	height:186px;
	width:280px;
	overflow:hidden;
}
#slideshowTeam {
	position:relative;
	height:266px;
	width:400px;
	overflow:hidden;
}
#slideshowAuto IMG, #slideshowBox1 IMG, #slideshowBox2 IMG, #slideshowBox3 IMG, #slideshowTeam IMG{
	position:absolute;
	top:0;
	left:0;
	margin:10px;
	z-index:8;
	opacity:0.0;
	border:0;
}

#slideshowAuto IMG.active, #slideshowBox1 IMG.active, #slideshowBox2 IMG.active, #slideshowBox3 IMG.active,  #slideshowTeam IMG.active{
	z-index:10;
	opacity:1.0;
}

#slideshowAuto IMG.last-active, #slideshowBox1 IMG.last-active, #slideshowBox2 IMG.last-active, #slideshowBox3 IMG.last-active, #slideshowTeam IMG.last-active  {
	z-index:9;
}

/* Gallery */
.dida{
	color:#fff;
	/*	
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	*/
	position:absolute; top:110px; z-index:99999; padding:8px; width:184px; height:14px;
}
.timeline a b{
	color:#eee;
}
.timeline li{
	width:278px;
	height:80px;
	border: 1px dashed #666666;
	margin:0 20px 20px 0;
	padding:10px;
	float:left;
}
.timeline li.last{
	margin-right:0;
}
.timeline li h3{
	font-size:14px;
	color:#fff;
}
.container_timeline{
	padding:20px;
	display:block;
	width:280px;
	height:auto;
}
.contatti h3{
	font-size:12px;
	margin-bottom:15px;
}
.contatti li{
	font-size:12px;
	margin-bottom:15px;
}
.contatti li b{
	color:#fff;
}