@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Slabo+27px);
body {
	margin:0;
	padding:0;
	width:100%;
	color: #666;
	font:normal 12px/1.5em "Liberation sans", Arial, Helvetica, sans-serif;
	background:#f0f2f6 url(../images/bgg.jpg) repeat-x left top;
}
html, .main {
	padding:0;
	margin:0;
}
.main {

}
.clr {
	clear:both;
	padding:0;
	margin:0;
	width:100%;
	font-size:0;
	line-height:0;
}
h2 {
	margin:8px 0;
	padding:8px 0;
	font-size:25px;
	font-weight:bold;
	color:orange;	font-family: 'Slabo 27px', serif;
}
p {
	margin:8px 0;
	padding:0 0 8px 0;
}
a {
	color: #E2EFF3;
	text-decoration:underline;
}
ul, ol{
	padding-left: 22px;margin:0;

}

.header, .content, .art-nav, .fbg, .footer, form,  .content .mainbar, .content .sidebar {
	margin:0;
	padding:0;
}
.header {
}
.header_resize {
	margin:0 auto;
	padding:0;
	width:960px;
}
.logo {
	padding:0;
	width:auto;
	float:left;
	height:130px;
	width:100%;
}
h1 {
	margin:0;
	padding:24px 0 0;
	font-size:32px;
	font-weight:normal;
	line-height:1.2em;
	display:inline-block;
	/*padding-left:7px;*/
	color:orange;	font-family: 'Slabo 27px', serif;
	
}
h1 a, h1 a:hover {
	/*color:#ffae00;*/
	text-decoration:none;
}
h1 span {
}
h1 small {
	display:block;
	font-size:18px;
	line-height:1.2em;
	letter-spacing:normal;
	text-transform:lowercase;
	color:#E2EFF3;
}
.slider {
	padding:0 0 8px;
}
.art-nav {
	margin:5px auto;
	padding:10px 0px;
	float:right;
	}
.art-nav ul {
	list-style:none;
	padding:0;
	float:left;
}
.art-nav ul li {
	margin:0;
	padding:0 0px 0 0;
	float:left;
}
.art-nav ul li a {
	display:block;
	margin:0;
	padding:8px 2px 10px 2px;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#3f3f3f;
	text-decoration:none;
	font-family: 'Slabo 27px', serif;
	text-transform:uppercase;
	
	background-image: linear-gradient( #ffa528, #ffa528 50%, transparent 50%, transparent );
    background-position: 0 100%;  
    background-size: 200% 200%;
    transition: all .25s ease-in;

}
.art-nav ul a.active , .art-nav ul li a:hover {
	text-decoration:none;

    background-position: 0 0;
}


.art-nav ul li  ul li a {
		padding:18px 6px 18px 6px;
		width:100%;
	}


.art-nav ul li  ul li a:hover, .art-nav ul li  ul li a.active {
		
   background-color: #ffa528;

	}


















/* begin Menu */
/* menu structure */
.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover {
	outline:none;
}
.art-menu, .art-menu ul {
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
	display:block;
}
.art-menu li {
	margin:0;
	padding:0;
	border:0;
	display:block;
	float:right;
	position:relative;
	z-index:5;
}
.art-menu li:hover {
	z-index:10000;
	white-space:normal;
	}
.art-menu:after, .art-menu ul:after {
	content:".";
	height:0;
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both;
}
.art-menu {
	min-height:0;
	padding:0;
}


/* menu structure */
.art-nav {
width: 100%;
	position:relative;
		margin:0 auto;
		z-index:100;
		
	}
	.art-nav ul {
float:right
		
	}

.art-nav-wrapper {
	position:relative;
	width:790px;
	margin:0 auto;
}
.art-menu ul{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  right: 0;
  /*top: 0;*/

  min-height: 0;

  /*padding: 10px 30px 30px 30px;
  */margin: 10px 12px 10px -130px;
}
.art-menu li:hover>ul{
  visibility: visible;
  top: 100%;
}
.art-menu li li:hover>ul{
  top: 0;
  left: 100%;
}
/* end menu structure */

/* begin MenuItem */
.art-menu a {
	position:relative;
	display:block;
	overflow:hidden;
	height:31px;
	cursor:pointer;
	text-align:left;
	text-decoration:none;
	font-size:12px;
}
.art-menu ul li {
	margin:0;
	clear:both;
	width: 100%;
}
.art-menu a .r, .art-menu a .l {
	position:absolute;
	display:block;
	top:0;
	z-index:-1;
	height:151px;
	
}
.art-menu a .l {
	left:0;
	right:0;
}
.art-menu a .r {
	width:400px;
	right:0;
	clip:rect(auto, auto, auto, 400px);
}
.art-menu a .t, .art-menu ul a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover {
	text-align:left;
	text-decoration:none;
}
.art-menu a .t {
	
	padding:0 15px;
	margin:0;
	line-height:34px;
	text-align:center;
}
.art-menu a:hover .l, .art-menu a:hover .r {
	top:-43px;
}
.art-menu li:hover>a .l, .art-menu li:hover>a .r {
	top:-43px;
}
.art-menu li:hover a .l, .art-menu li:hover a .r {
	top:-43px;
}
.art-menu a:hover .t {
	color:#022c4e;
}
.art-menu li:hover a .t {
	color:#022c4e;
}
.art-menu li:hover>a .t {
	color:#022c4e;
}
.art-menu a.active .l, .art-menu a.active .r {
	top:-86px;
}

.art-menu a.active .t {
	color:#022c4e;/* focus menu*/
}
/* end MenuItem */
/* end Menu */


/* begin MenuSubItem */
.art-menu ul a {
	display: block;
	white-space: nowrap;
	height: 26px;
/*	width: 150px;
*/	overflow: hidden;
		border-width: 0px;
	border-style: solid;
	border-color: #56A7D2;
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #1F1F1F;
	font-size: 13px;
	margin:0;
	padding:0;
}
.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span {
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}
.art-menu ul a:link,
.art-menu ul a:visited,
.art-menu ul a:hover,
.art-menu ul a:active,
.art-nav ul.art-menu ul span,
.art-nav ul.art-menu ul span span {
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #1F1F1F;
	font-size: 13px;
	margin:0;
	/*padding:0;*/
}
.art-menu ul li a:hover {
	color: #000000;
	border-color: #82BEDE;
	background-position: 0 -26px;
}
.art-menu ul li:hover>a {
	color: #000000;
	border-color: #82BEDE;
	background-position: 0 -26px;
}

/*sottomenu*/
.art-menu li ul   {
		margin-top:0px;display:block;margin-left:0px;padding-left:0px;
}

.art-menu li ul li a {
		display:block;padding:5px 6px;background:#ddd
}


.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span {
	}
.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span {
	}
/* end MenuSubItem */





/* begin Contacts */
td.ContattiLabelTextNormal {
	padding:6px 0px;
	line-height:19px;
	font-weight:bold;
	display:block;
	margin-top:1px;
	font-size:12px;
}
.ContattiRequiredField {
	background:#ae4848;
	}
.required-field {
	border:1px solid #8F969F;
	font-size:9px;
	color:white;
	padding:1px;
	margin-top:5px;
	background:#ae4848;
	width:90px;
	text-align:center;
}
.personal-info{
	font-size:9px;
	padding:3px;
	margin-top:15px;
	line-height:12px;
	text-align:justify;
}
/* end Contacts */






/* begin Elenco */
.ProjectListDiv {
	margin-top:15px;
}
.ProjectListDiv  td h3 {
	margin:4px 0 4px;
}
.ProjectListImg {
	display:block;
}
.ProjectListRowNormal {
	background:transparent;
	border:1px solid #FFFFFF;
}
.ProjectListRowHover {
	background:#fff;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	color:#1b566d;
}
.list_title {
		padding:5px 10px;
	border-bottom:1px solid #FFFFFF;
}
.list_text {
	margin:10px 0;
	padding:10px;
}
.list_img {
	display:inline;
	width:178px;
	height:118px;
	margin-left:3px;
	margin-bottom:5px;
}
.list_back a, .list_back a:visited {
	margin:18px 5px;
	float:left;
	width:150px;
	color:#3F4246;
}
.list_back a:hover {
	color:#ae4848;
}
.list_buttons {
	width:430px;
	margin:10px 0;
	float:right;
}
.list_center_btn {
	float:left;
}
.list_right_btn {
	float:right;
	margin-right:5px;
}
/* end Elenco */





/* begin Button */
.art-button-wrapper a.art-button,
.art-button-wrapper a.art-button:link,
.art-button-wrapper input.art-button,
.art-button-wrapper button.art-button {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	position:relative;
	top:0;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	color: #272A2D !important;
	width: auto;
	outline: none;
	border: none;
	background: none;
	line-height: 31px;
	height: 31px;
	margin: 0 !important;
	padding: 0 16px !important;
	overflow: visible;
	cursor: pointer;
}
.art-button img, .art-button-wrapper img {
	margin: 0;
	vertical-align: middle;
}
.art-button-wrapper {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	height: 31px;
	overflow: hidden;
	white-space: nowrap;
	width: auto;
	margin: 0;
	padding: 0;
	z-index: 0;
}
.firefox2 .art-button-wrapper {
	/*display: block;*/
	/*float: left;*/
}
input, select, textarea {
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	padding:7px;
	border:none;
	background:#4f7174;
	color:white;

}
.art-block select  {
	width:96%;
}
.art-button-wrapper.hover .art-button, .art-button-wrapper.hover a.art-button:link, .art-button:hover {
	text-decoration: none !important;
}
.art-button-wrapper.active .art-button, .art-button-wrapper.active a.art-button:link {
	color: #CBDBE1 !important;
}
.art-button-wrapper .art-button-l, .art-button-wrapper .art-button-r {
	display: block;
	position: absolute;
	height: 109px;
	margin: 0;
	padding: 0;
	background: #fff;
}
.art-button-wrapper .art-button-l {
	left: 0;
	right: 9px;
}
.art-button-wrapper .art-button-r {
	width:411px;
	right:0;
	clip:rect(auto, auto, auto, 402px);
}
.art-button-wrapper.hover .art-button-l, .art-button-wrapper.hover .art-button-r {
	top:-38px;
}
.art-button-wrapper.active .art-button-l, .art-button-wrapper.active .art-button-r {
	top:-76px;
}
.art-button-wrapper input {
	float: none !important;
}
/* end Button */

























.content {
}
.content_resize {
	margin:0 auto;
	padding:24px 0;
	width:960px;
}
.content .mainbar {
	margin:0;
	padding:0;
	float:left;
	width:670px;
}
.content .mainbar h2 {
	margin-bottom:0;
	padding-bottom:10px;
	font-size:30px;
	line-height:1.2em;
}
.content .mainbar div.img {
	padding:12px 0 0;
	float:left;
}
.content .mainbar img {
}
.content .mainbar img.fl {
	margin:0;
	border:none;
}
.content .mainbar .article {
	margin:0 0 40px;
	padding:20px 40px 20px 40px;
	border-radius: 5px;
	border-style:solid;
	border-width:5px;
	border-color:#4f7174;
	}
.content .mainbar .post_content {
	float:left;
	width:540px;padding-bottom: 22px;}
.content .sidebar {
	padding:0;
	float:right;
	width:240px;
}
.content .sidebar .gadget {
	margin:0 0 12px;
	padding:0 0 24px;
}
ul.ex_menu {
	margin:0;
	padding:11px 20px;
	list-style:none;
	color:#959595;
}
ul.ex_menu li {
	margin:0;
}
ul.ex_menu li {
	padding:4px 0;
}
ul.ex_menu li a {
	font-weight:bold;
	color:#161616;
	text-decoration:none;
}
ul.ex_menu li a:hover {
	color:#E2EFF3;
	font-weight:bold;
	text-decoration:none;
}
.fbg {
}
.fbg_resize {
	margin:0 auto;
	/*width:920px;*/
	padding:24px 20px;
	background:#eaeaea;
	color:#6e6e6e;
}
ol {
	list-style:none;
}
.footer {
border-top:1px solid white;
}
.footer_resize {
	margin:0 auto;
	
	width:960px;
	color:#6e6e6e;
	line-height:1.5em;
	padding-bottom:3px;
	padding-top:6px;
	padding-left:43px;
    background: url(../images/logo_dav_prof.png) no-repeat;

}
.footer_resize p {
	margin:24px 0;
	padding:0;
	line-height:normal;
	white-space:nowrap;
	text-indent:inherit;
}
.footer_resize a {
	color:#3f3f3f;
	font-weight:bold;	
	text-decoration:none;
	margin:0;
	padding:0;
	border:none;
	background-color:transparent;
}
.footer_resize a.login{
background-color: #eee;
background-image:  url(../images/login.png);
background-repeat: no-repeat;
background-position: right;
padding: 3px 27px 3px 7px;
text-decoration: none;
color:#bbb
}

.footer_resize a:hover {
	color:#3f3f3f;
	background-color:transparent;
	text-decoration:none;
}
.footer_resize .lf {
	float:left;
}
.footer_resize .rf {
	float:right;
}
a {
	outline:none;
}
.barra {
	position:absolute;
	width: 100%;
	background-color:#F00;
	float: left;
	text-align:center;
	}
	
	
	
	
	
#ctl00_PopupPlaceHolder_LoginControl_LoginPopup_MainPanel{
	background:#436265;border-radius:2em;padding:22px;
}

			
/* alert errore login*/
.art-block{
	background:#436265;border-radius:5px;padding:22px;color: orange;
}

			
#ctl00_PopupPlaceHolder_LoginControl_LoginPopup_MainPanel h3{
	color:orange;
}


.login-label, label{
	padding-right:11px;color:white;
}



.SocialPanel{
box-shadow:none;width:960px;margin:0 auto;
	
}

.SocialPanel div{
display:inline-block;padding:4px;
	
}

		
		
		
/* responsive */

@media handheld, only screen and (max-width: 767px) {

body {
 


  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}


.logo, .content, .content_resize, .header_resize, .mainbar, .sidebar, .gadget, .ex_menu, .SocialPanel, .content .sidebar, .content .mainbar, .art-menu, .art-nav {
width:100%;float:none;
}
.slider,.slider img, .ProjectImageDiv #slideshowImageFade img,  #slideshowImageFade, .slider #ImageFade{
	width:100%
}
html > body .footer {position:relative;}
 .ex_menu li{
	width:49%;
	display:inline-block
}
.logo{
	height: 130px;
}

.art-nav ul li a {
      padding: 18px 0px 10px;
    }
    
    .content_resize {
	padding:0px;
}
.bo{width: 66.66%;}

}


@media handheld, only screen and (max-width: 600px) {
.slider, .slider img, .ProjectImageDiv #slideshowImageFade img, #slideshowImageFade, .slider #ImageFade {
    width: 100%;
}

			
		