@import url("home-gallery.css");

#slide {
	z-index:0;	
	height:640px;
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left:0px;
	top:22px;
	width:100%;
	overflow:hidden;	
}
.gradient {
	height:200px;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:5;	

    background: -moz-linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.75)), color-stop(100%, rgba(0,0,0,0))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* w3c */
   
}
#myGallery, #myGallerySet, #flickrGallery
{
	width: 100%;
	height: 640px;
	z-index:5;
	border: 0px solid #000;
}


#Intestazione {
	height:200px;
	margin: 0px auto;
}
#Intestazione, #ColCX {
	position:relative;
}

#ColSX{
	display: none;
	width: 0px; 
}

.modulo_menu{
	display: none;
}

#ColSX, #ColDX {
	top:0px;
}
#Footer h3 {
	
}

#ColCX .modulo,
.innerFooter .modulo
 {
	text-align:left;	
	
}
#ColCX .modulo ul li {
	padding: 6px 0px 6px 15px;
	list-style-type: none;
}
#ColCX .modulo ul li a {
	
}

#head-content { 
	top:70px;
	border-top:2px solid #01425e;
	border-bottom:2px solid #01425e;
}
#ColCX_Content {
	padding:0px 0% 0px 0% !important;	
	position: relative;
	top: 367px;
}


.c33, .c25 {
	z-index:100;
	position:relative;	
}


#ColCX .modulo h3 a {
	background:url("img/icon-home.png") 0px 0px no-repeat;	
}
#ColCX .modulo h3 a,
.innerFooter .modulo h3 a
 {
	padding:12px 0px 25px 50px;
	line-height:50px;
}

.innerFooter .col1 h3 a {
	background:url("img/icon-home.png") 0px -70px no-repeat;		
}
.innerFooter .col2 h3 a {
	background:url("img/icon-home.png") 0px -140px no-repeat;		
}
.innerFooter .col3 h3 a {
	background:url("img/icon-home.png") 0px -210px no-repeat;		
}
.innerFooter .col4 h3 a {
	background:url("img/icon-home.png") 0px -280px no-repeat;		
}


.innerFooter .Block {
	padding:20px 0px 20px 0px;	
}

.mod_home_image .modulo_content, .modulo_home .modulo_content{
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;	
}

.mod_home_image .modulo_content p{
	margin: 0px !important;
	
}

.modulo_home, .mod_home_image, .modulo_news{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0,0, 0.25);
	-moz-box-shadow:    0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.modulo_home {
	background: #fff;
	height: 440px;
}

.modulo_news{
	background: #fff;
	height: 440px;
}

.modulo_home h3, .modulo_news h3 a{
	text-align: center;
	color: #097BBA;
	line-height: 20px;
}

.modulo_home p {
	padding: 0px 15px !important;
	margin-bottom: 20px;
	font-size: 12px !important;
	line-height: 17px;
}

.modulo_home p.img_p {
	padding: 0px 0px !important;
}

.modulo_home .button {
	padding: 10px 15px;
	
	color: #fff;
	background-color: #286eaa;
	-webkit-box-shadow: inset 0 1px rgba(255,255,255,.3);
	-moz-box-shadow: inset 0 1px rgba(255,255,255,.3);
	box-shadow: inset 0 1px rgba(255,255,255,.3);
	border: solid 1px #236399;
	border-radius: 5px;
}

.modulo_home ul{
	margin: 0px 0px 10px 0px !important;
	padding: 0px 10px;
}
.modulo_home li{
	list-style-type: none !important;
	padding-left: 0px !important;
	border-bottom: 1px solid #b3b3b3;
}
.modulo_home li.last{
	border-bottom: none;
}

.modulo_home li a{
	
	color: #097BBA;
}

#corpo:after {
    content: "";
    display: block;
    height: 350px;
    overflow: hidden;
    width: 100%;
}

