/* Add Google WebFonts */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Philosopher:400,700);


*{margin: 0px; padding: 0px;-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;}

font {

font-family: 'Source Sans Pro', sans-serif;
font-family: 'Philosopher', sans-serif;
}

html, body {
	height: 100%;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #333;

}

p {
margin-bottom: 20px;
line-height: 25px;
font-size: 17px;
text-align: justify;
}

#content ul {
	margin: 30px;
	margin-bottom: 30px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

#content ol {
	list-style-position: inside;
}

#content ol li {
font-size: 15px;
color: #666;
}

#content a {
text-decoration:underline;
}

#content ul li {
margin-bottom: 10px;
background-image: url(../img/bullet.png);
background-repeat: no-repeat;
background-position: left 6px;
padding-left: 16px;
font-size: 15px;
color: #666;
}

.corpo {

}


img {
border: none;
}


h1 {
font-family: 'Philosopher', sans-serif;
color: #3D5AC3;
margin-bottom: 30px;
font-weight: 500;
font-size: 28px;
}

h2 {
font-family: 'Philosopher', sans-serif;
color: #333;
margin-bottom: 20px;
margin-top:40px;
padding-bottom:10px;
border-bottom:1px solid #ccc;
font-weight: 500;
font-size: 25px;
}

h3 {
font-family: 'Philosopher', sans-serif;
color: #333;
margin-bottom: 30px;
margin-top:0px;
padding-bottom:10px;
border-bottom:1px solid #ccc;
font-weight: 500;
font-size: 20px;
}


a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

::selection {
    background: #DEDEDE; /* Safari */
}
::-moz-selection {
    background: #DEDEDE; /* Firefox */
}

input:focus {
 outline:none;
}

.btn {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	color: white;
	text-decoration: none;
	background-color: #3D5AC3;
	cursor: pointer;
	border: none;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
padding:10px;
padding-right:20px;
padding-left:20px;
	text-align:center;
	margin:0px;
	margin-top:30px;
	font-size: 18px;

	}
	
.btn:hover {
text-decoration: none;
background-color: #333;
color:#fff;
}	

.container {
width: 950px;
margin-left: auto;
margin-right: auto;
height: auto;
position: relative;
clear: both;
}
.clear {
	clear: both;
	width: 100%;
}



div#wrapper{
	min-height: 100%;
	 overflow-x: hidden; 
	margin: 0px auto;
	position: relative;
}

div#header{
	height: 100px;
	background-color: #f0f0f0;
	width:100%;
	-moz-box-shadow:  -1px 1px 10px rgba(0,0,0,0.2);
-webkit-box-shadow:  -1px 1px 10px rgba(0,0,0,0.2);
box-shadow: -1px 1px 10px rgba(0,0,0,0.2);
z-index: 99999;
position: relative;
	}

div#content{
	padding-bottom: 100px;
	background-color: white;
	overflow: auto;
	clear:both;
}
div#footer{
width: 100%;
height: 100px;
position: absolute;
bottom: 0px;
background-color: #ccc;
min-width: 1000px;
padding-top: 40px;
padding-bottom: 40px;
}


#footer p {
text-align: center;
position: absolute;
width: 100%;
margin-bottom: 0px;
font-size: 15px;
color: #6C6C6C;
}

/*module*/


.modulo {
width: 640px;
margin-top:20px;
border-spacing: 0px 10px;
}

.modulo tr td {
padding:5px;
}

.modulo tr th {
background: #e6e6e6;
color: #427fc1;
padding: 10px;
text-align: center;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
text-transform: uppercase;

}

.select_module {
	position: relative;
	width: 400px;
	padding: 5px;
	margin: 0px;
	background-color: white;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

.field_module {
	position: relative;
	height: 35px !important;
	border: 1px solid #e3e3e3;
	background: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	margin: 0;
	width: 100%;
	overflow: auto;
	-moz-box-shadow: inset 2px 3px 3px #f5f4f4;
	-webkit-box-shadow: inset 2px 3px 3px #f5f4f4;
	box-shadow: inset 2px 3px 3px #f5f4f4;
	padding-right: 10;
	padding-left: 10px;
	color: #3f79b7;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



.field_note {
	border: 1px solid #e3e3e3;
	background: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	margin: 0;
	height: 200px !important;
	overflow: auto;
	-moz-box-shadow: inset 2px 3px 3px #f5f4f4;
	-webkit-box-shadow: inset 2px 3px 3px #f5f4f4;
	box-shadow: inset 2px 3px 3px #f5f4f4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #3f79b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	 outline:none;

	
}
.label_check a {
	color: #666;
	text-decoration: underline;

}

.label_check input {
position: relative;
float: left;
margin-right:5px;
top:2px;

}

.label_module {
	float: left;
	position: relative;
	width: 200px;
	font-size: 14px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}


.alert {
color: #7E7E7E;
line-height: 20px;
font-size: 11px;
}

.campo_form {
width: 50%;
padding-bottom: 0.5em;
position: relative;
float: left;
padding-right: 1em;
}


table  {
font-size: 15px;
color: #666;
}


table tr:hover  {
cursor:pointer;
background-color:#f0f0f0;
}


table tr td  {
padding:10px;
border-bottom:1px solid #ccc;
}

table tr th  {
padding:10px;
background:#333;
color:white;
font-family: 'Philosopher', sans-serif;
font-weight:normal;
text-align:left;
font-size: 19px;
}

table.approfondimenti  {
font-size: 15px;
color: #666;
}


table.approfondimenti  tr:hover  {
cursor: auto;
background-color:white;
}


table.approfondimenti  tr td  {
width: 33%;
padding: 10px;
border-bottom: none;
font-family: 'Philosopher', sans-serif;
font-weight: normal;
text-align: center;
font-size: 25px;
color: #333;
padding-top: 20px;
}

table.approfondimenti  tr th  {
width:33%;
padding:0px;
background:white;
color:black;

}

table.approfondimenti  img  {
width:100%;
border:none;
}

/*stile news*/


.newsart {
	padding: 10px;
	height: auto;
	border: 1px dotted #ccc;
	overflow: auto;
	margin-bottom: 20px;
} 

.newsart.approfondimenti {
padding: 0px;
height: auto;
border:none;
overflow: auto;
margin-bottom: 20px;
}

.newsart h3 {
font-size: 17px;
font-weight: normal;
margin-bottom: 10px;
}

.newsart h3 a {
text-transform: inherit;
color: #0054A4;
font-weight: normal;
text-decoration: none !important;
pointer-events: none;
cursor: default;
} 

.newsart.approfondimenti h3 a {
pointer-events: inherit !important;
cursor: pointer !important;
} 

.newsart p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
	line-height: 24px;
font-size: 15px;
color: #666;
}

.newsart p a {
	color: black;
	text-decoration: none;
}

.newsart p a:hover {
	color: black;
	text-decoration: underline;
}

.newsart_img {
position:relative;
float:right;

} 

.newsart_img img {
	height: auto;
	width: 215px;
	border: 1px solid #ccc;
	margin: 0px;
	margin-left: 13px;
} 


.newsart .articolo_news {
/*height: 80px;
overflow: hidden;*/
}

.articolo_img {
position: relative;
float: left;
width: auto;
height: auto;
clear: both;
}

.articolo_img img {
width: 250px;
height: auto;
/**/padding: 3px;
border: 1px solid #D9D9D9;
margin-left: 0px;
margin-right: 13px;
margin-top: 0px;
margin-bottom: 10px;
}

.pathway {
position: relative;
width: 100%;
margin-bottom: 30px;
padding-top: 10px;
margin-top: 4em;
border-top: 1px dotted #ccc;
}

.pathway a {
color: #3D5AC3;
margin-left: 5px;
margin-right: 5px;
}

.pathway a:hover {
color: #333;
margin-left: 5px;
margin-right: 5px;
}



.seguici {
position: absolute;
right: 0px;
bottom: -37px;
display:none;
}

.seguici img {
width:45px;
position:relative;
float: right;
margin-left:10px;
}

.sistema_puglia {
padding-top:10px;
padding-bottom:0px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
margin-top:20px;
margin-bottom:20px;
display:none;
}

.sistema_puglia img {
width:200px;
}

.sistema_puglia p {
font-size:13px;
font-weight:600;
}

.sistema_puglia p a {
text-decoration: none !important;
}

#content ul.partnership {
margin: 0px !important;
padding: 0px !important;
position: relative;
width: 100%;
height: auto;
list-style-image: none;
list-style-type: none;
overflow: hidden;
}

#content ul.partnership a {
text-decoration:none;
}


#content ul.partnership li {
float: left;
height: 290px;
position: relative;
margin:5px;
border: 1px dotted #ccc;
padding: 5px;

}


.partnership_img {
height: 150px;
width: 100%;
border: 1px dotted #ccc;
background: white;
}

.partnership_img img {
max-width: 280px;
max-height: 120px;
text-align: center;
}

#content ul.partnership li  {
background-image: none !important;
width: 32%;
}

#content ul.partnership li h1 {
color: #444;
text-align: center;
padding: 0px;
margin-top: 15px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}

#content ul.partnership li p {
color: rgb(133, 132, 132);
padding: 5px;
margin: 0px;
max-height: 68px;
overflow: hidden;
font-size: 14px;
line-height: 20px;
text-align: center;
}

.partnership_logo {
height: 150px;
width: 100%;
display: table;
}
.partnership_logo div {
display:table-cell;
vertical-align:middle;
text-align:center;
}

.iframe_contatti {
position: relative;
float: left;
width: 50% !important;
margin-right: 20px;
height: 263px !important;
border: 1px solid #ccc;

}


@media (max-width:1100px) {  
.container {
width: 100%;
}

p, h1, h2, table, .pathway, form {
padding-left:1em;
padding-right:1em;
}

.condividi {
right: 1em !important;
}

div#footer {
 min-width: inherit;
}

.seguici {
right: 66px !important;
}

.newsart {
margin-left:1em;
margin-right:1em;
}

.articolo_img {
margin-left: 1em;
}

}
@media (max-width:600px) {  
#content ul.partnership li {
width: 100%;
}

#topnav .logo {
font-size: 2em !important;
}
#topnav .logo span {
font-size: 13px !important;
}

.condividi {
bottom: 17px !important;
left: 15px !important;
}


#toTop {
bottom: 50px !important ;
}

iframe {
width:100%;
}

.campo_form {
width:100%;

}


}