@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'OCRAStd';
    font-style: normal;
    font-weight: normal;
    src: local('fonts/OCR A Std'), url('fonts/OCRAStd.woff') format('woff');
}

@font-face {
	font-family: 'Eurostile_LT_Std_Bold';
	src: url('fonts/Eurostile_LT_Std_Bold.eot');
	src: url('fonts/Eurostile_LT_Std_Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Eurostile_LT_Std_Bold.woff') format('woff'),
		url('fonts/Eurostile_LT_Std_Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins-Regular';
	src: url('fonts/Poppins-Regular.eot');
	src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Poppins-Regular.woff') format('woff'),
		url('fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins-Bold';
	src: url('fonts/Poppins-Bold.eot');
	src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Poppins-Bold.woff') format('woff'),
		url('fonts/Poppins-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { padding:0px; margin:0px; font-family: 'Poppins-Regular'; overflow-x: hidden; }


strong,
b { 
	font-family: 'Poppins-Bold';
}


img {height:auto; width: auto;}

#top, #menu ul, #end, .ricercacentro, #risultaticentri, #content {width:95%;}

#bg_page {
	width: 100%;
	height: 50%;
	top:0px;
	left: 0px;
	z-index: 0;
}

.pagebg {
	width: 100%;
	height: 100%;
	position: fixed;
	background:url(../mtdgt/bgpage.png) #FFF no-repeat;
	background-position: top left;
	background-size: 80%;
	z-index: 0;
}

#bg_header {
	background-image:url(../mtdgt/bg_button.png);
	background-position: top center; 
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	max-width: 1200px;
	left: calc((100% - 1200px)/2);
	z-index: 10;
	position: relative;
}

.mtdgt_container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: table;
}


.mtdgt_col {
	float: left;
	position: relative;
	display: block;
	display: table-cell;
	width: 100%;
}

.mtdgt_col.lg70 {
	width: 70%;
}

.mtdgt_col.lg15 {
	width: 15%;
}

.mtdgt_col.lg20 {
	width: 20%;
}

.mtdgt_col.lg25 {
	width: 25%;
}

.mtdgt_col.lg50 {
	width: 50%;
}

.mtdgt_col.lg30 {
	width: 30%;
}

.mtdgt_col.lg100 {
	width: 100%;
}

.mtdgt_col .intbox {
	padding-left: 15px;
	padding-right: 15px;
}

.mtdgt_col .intboxs {
	padding-left: 45px;
	padding-right: 45px;
}

.mapbg {
	background-image:url(../mtdgt/bgmap.png);
	background-position: top left; 
	background-size: auto 100%;
	background-repeat: no-repeat;
	line-height: 24px;
}


.illu_header {
	position: absolute;
	background-image:url(../mtdgt/bg_ill.png);
	background-position: top center; 
	background-repeat: no-repeat;
	background-size: 50%;
	width: 100%;
	height: 600px;
	top: 25px;
	left: -30px;
}

.label_header {
	position: absolute;
	/*
	background-image:url(../mtdgt/bollo.png);
	background-position: top right; 
	background-repeat: no-repeat;
	background-size: 35%;
	*/
	width: 75%;
	height: 300px;
	top: 115px;
	right: 0px;
}

#smartBanner {
	padding-top: 8px;
	padding-bottom: 8px;
	display: table;
	position: relative;
	display: none;
}

#smartBanner p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.mob_txt_nverde {
	width: 50%;
	margin-left: 30px;
	margin-right: 20px;
	font-size: 11px;
	line-height: 11px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.mob_n_nverde {
	width: 50%;
	padding-left: 15px;
	padding-right: 20px;
	display: table-cell;
	vertical-align: middle;
}

.mob_n_nverde img {
	width: 100%;
}

#menu { 
	position:static; 
	top:0px; 
	height:100px;
	width:100%; 
	margin:0px 0px 5px; 
	text-align: center; 
}

#menu ul { display:block;  height:80px; margin:0px auto; padding:0px; list-style: none; text-align: center; margin-left: 6px;  }

#menu ul li {
	display:inline-block; 
	float: left; 
	height:35px; 
	width:14.2%; 
	margin-top:15px; 
	text-align: center; 
}

#menu ul li.desk {
	width:14.2%; 
}


#menu ul li a { 
	display:inline-block; 
	height:35px; 
	width:96%; 
	font-size:13px; 
	text-decoration:none; 
	color:#00536c; 
	text-align:center; 
	letter-spacing: -0.5px;
	/* 
	background-image: url(../mtdgt/button22.png); 
	background-position: top center; 
	background-size: 100%;
	background-repeat: repeat-x; 
	*/
	background: #ffffff90;
	border-radius: 7px; 
	font-family: 'Poppins-Bold';
	line-height: 13px;
	border: 2px solid #008789;
}

#menu ul li a.selb { 
	
}



#menu ul li a:hover { 
	color:#FFFFFF;
	/*
	background-image: url(../mtdgt/button_sel.png); 
	background-position: top center; 
	background-repeat: repeat-x; 
	*/
	background: #194658;
	font-weight:bold; 
}

#menu ul li a.selb:hover { 
	color:#FFFFFF; 
	background: #887b56;
}



#menu ul li a span {
	display:table-cell; 
	vertical-align: middle; 
	height:35px; 
	width:1000px; 
	text-align:center;
}

#menu ul li a.selectedpage {
	font-weight:bold; 
	border: 2px solid #f39200;
	border-radius: 7px;
}

#menu ul li a#test,
#menu ul li a#test2 { 
	background-image: url(../mtdgt/button22_1.png); 
	background-position: top center; 
	background-size: 100%;
	background-repeat: repeat-x; 
	border-radius: 10px;
	font-size:11px;
	font-weight: normal; 
}

#menu ul li a#test:hover { 
	color:#24195d; 
	background-image: url(../mtdgt/button_sel.png); 
	background-position: top center; 
	background-repeat: repeat-x; 
	border-radius: 10px; 
}

#menu ul li.mob {
	display: none;
}


#top { 
	margin:0px auto;
	margin-top: 0px;
	height: 260px;
}

#topframe { 
	position: relative;
	height: 260px;
}



#menu ul li#mobileopen {display:none;}
#menu ul li#openmobilemenu, #menu ul li#closemobilemenu { display:none; }


#top div#logo {
	width: 280px;
	left: 20px;
	position: absolute;
	padding: 0px !important;
	margin-top: 0px;
}
#top div#logo img {
	width: 280px;
}

#top h1 { 
	font-size: 20px; 
	color: #194658;
	left: 300px;
	position: absolute;
	bottom: 0px;
	font-family: 'Eurostile_LT_Std_Bold';
	font-weight: normal;
}

#top h1.mob { 
	display: none;
	bottom: 45px;
}


#numeroverdeDx { 
	position: absolute;
	width: 300px; 
	font-size: 12px; 
	text-align: center; color: #FFF; 
	top: 0px;
	right: 5px;
}


#numeroverdeDx img { 
	width: 90%; 
	margin: 10px 0px; 
	clear: both;
}


#numeroverdeSmall { display: none; background-color:#482561; font-size:9px; color: #FFF; clear:both; height: 45px; float: none; padding: 5px 0% 0px 4%; }
#numeroverdeSmall span {width:150px; margin-left:12px; margin-right: 10px; display: block; float: right; padding-top: 1px;   }
#numeroverdeSmall img {height:33px; width:112px; float: right;}

#content { border-bottom:1px solid #CCC; margin: 30px auto; clear: both;}
h2 {color: #215; font-size:30px; border-bottom:2px solid #913; }

#end { }
ul.sponsor { 
	display:block; 
	margin: 20px auto; 
	padding: 0px; 
	text-align: center; 
	list-style: none; 
	width: 90%; 
	margin-left:5%; 
}

ul.sponsor li { 
	display:inline-block;
	vertical-align: top; 
	margin: 0px; width: 33%; 
	padding: 0px;
}



ul.sponsor li p {font-size:12px; margin:0px; padding: 0px 0px 10px 0px;}
ul.sponsor li img#feder { width:180px;}
ul.sponsor li img#siaaic {margin-left:15px; height:90px; width: 180px;}
ul.sponsor li img#sipirs {height:90px; width: 90px; margin-left: 5%;}


#end div#social { 
	width:100%; 
	padding:0px ; 
	height:60px; 
	padding-top:0px; 
	border-bottom: none;
	text-align: right;
	margin-top: 50px;
	margin-right: 50px;
}

#end div#social span.share {
	margin-right: 20px;
}


#end div#social span { display:inline-block; height: 42px; width:250px; margin: 0px 10px; border: none; padding: 0px; }
#end div#social span.share { background-image: url(../images/sharedsite.png); background-position: center center; background-repeat: no-repeat; background-size: contain; text-align: right;}
#end div#social span.share a#fb { display:inline-block; height:42px; width:35px; }
#end div#social span.share a#wht { display:inline-block;  height:42px; width:30px; }
#end div#social span.share a#twit { display:inline-block;  height:42px; width:30px; }

#end div#socialasmazero { 
	width:100%; padding:0px ; height:115px; padding-top:25px; border-bottom: 0px solid #CCC !important; text-align: center; 
	background-image: url(../mtdgt/footer.png); 
	background-repeat:repeat-x; 
	background-position: top center;
	background-size: 100%;
}
#end div#socialasmazero span { display:inline-block; height: 70px; width:auto; margin:0px 5px; border: none; padding: 0px; }
#end div#socialasmazero span.fb img { height: 55px; width:auto; }
#end div#socialasmazero span.asmazero img { height: 90px; width:auto; margin-right: 150px; }

#end div#socialasmazerosmall {display: none;}    


#end .close { width:100%; padding: 15px 0px ; border-top: 1px solid #CCC;}
#end .close ul {display:block; list-style: none; margin: 0px; padding: 0px; width:100%; text-align: center;}
#end .close ul li {display: block; float:left; padding: 0px 6px; font-size: 11px; color: #AAA; border-left:1px solid #DDD;}
#end .close ul li#leftref {border-left:none; padding-left:0px;}
#end .close ul li#rightref {float: right; border-left:none; padding-right:0px;}
#end .close ul li a {color: #777; text-decoration: none;}
#end .close ul li a:hover {color: #333; text-decoration: underline;}

.eventorealizzato {height:35px; }
.eventorealizzato {width:100%; margin: 25px 0px; font-size:14px; color: #777;  line-height:35px; text-align:center; }
.eventorealizzato img {display:inline-block; vertical-align: middle; width: 107px; height:35px; margin-left: 0px;}

.ricercacentro,  
.ricerca {
	height: 450px; 
}


.sup_tit {
	color: #008789;
	font-size: 24px;
	margin: 0px;
}
.nverde_txt {
	color: #00536c;
	font-size: 18px;
}

h3.nverde_txt {
	color: #00536c;
	font-size: 22px;
	margin-bottom: 2px;
}

.nverde_txt2 {
	color: #00536c;
	font-size: 15px;
}

.nverde_txt2 b {
	font-weight: inherit;
}

.ricercacentro{  
	margin: 20px auto;
	padding-top:10px;
	border: 1px dashed #000;
}

.spaziomap { 
	float: left; 
	width: 100%; 
}

.n_verde2 {
	width: 80%;
	max-width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ricerca {width:50%;  float: left; text-align: center;}

form select {  width:80%; padding:10px 5%; margin:5px 5%; font-family: 'Gotham Rounded'; font-size: 16px; color: #777; border: 1px solid #888;
    					box-shadow: none; background-color: #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; vertical-align: bottom;
						background-image:url(../images/backregionselect.png); background-position: right center; background-size: contain; background-repeat: no-repeat;}

form select::-ms-expand {display: none;}



.ricerca p { color:#333; width: 90%;  font-size:15px; margin: 30px auto; text-align: center;}
.ricerca p strong { color:#215; }
.ricerca h3 { 
	width: 95%; font-size: 21px; text-align: center; margin: 10px auto; color: #f39200;
	font-family: 'Eurostile_LT_Std_Bold';
	font-weight: normal;
}

#risultaticentri {
	margin: 0px auto; 
	clear:both; 
	text-align: center; 
	background-image:url(../images/back_results.jpg); 
	background-position: bottom; 
	background-repeat:repeat-x; 
	background-color: rgba(238, 238, 238, 0.419); 
	padding-top: 25px;
}



#risultaticentri hr { clear:both; width: 100%; margin-top:30px;}
#risultaticentri strong.TitoloRegione { 
	display:block; height:60px; width:98%; 
	padding:0px 1%; font-size: 24px; text-align: center; 
	 background-repeat:no-repeat; background-position: top center; 
	 color: #1a4658;
}


.zeroCentri { padding:30px;}
.zeroElencoCentri { padding:10px; font-size:16px; text-align: left;}

 div#itemCentro {
	display:inline-block; 
	text-align: left; 
	width:30%; 
	margin: 10px 1%; 
	border-radius: 10px; 
	vertical-align: top; 
	background-color: #FFF;
	box-shadow: 0px 10px 8px #DDD; 
	background-image:url(../images/marker.png); 
	background-position: top left; 
	background-repeat: no-repeat; 
	background-size: 55px 77px;
}


 div#itemCentro span { display: block; padding: 20px 20px 20px 75px; }
 div#itemCentro span p { display: block; padding: 0px; margin: 0px 0px 0px 0px;}
 div#itemCentro span a { display: block; padding: 0px; margin: 10px 0px 5px 0px; font-size:12px; color: #777;}
 div#itemCentro span a:hover {color:#333;}

 div#itemCentro span a img { 
	height: 25px;
    width: 20px; 
	vertical-align: middle; 
	margin-right: 5px;
}

 div#itemCentro span p.nomeCentro{ 
	font-weight:bold; 
	font-size: 15px; 
	color:#008789;
}

 div#itemCentro span p.secondonomeCentro { font-weight:bold; font-size: 15px; color:#0074ae;}
 div#itemCentro span p.indirizzoCentro { margin-top: 10px; font-size: 13px;}
 div#itemCentro span p.capCentro { margin-top:2px; font-size: 13px;}
 div#itemCentro span a.schedaCentro { text-decoration: none;}

 div#closeNV { width:100%; text-align: center; font-size: 14px; padding: 30px 0px;  }
 div#closeNV img { height: 60px; width:203px; margin: 5px; }

#elencocentri {text-align:left;  background-image:url(../images/back_elenco.jpg); background-position: bottom; background-repeat:repeat-x; background-color: #EEE; }



div#content h3 {font-size: 24px;  color:#913; margin:0px; padding:0px;}
div#content p { font-size: 16px; line-height:23px; margin-top: 10px; padding-top: 0px; margin-bottom:40px;}
div#content p a {font-weight:bold; color:#913;}
div#content p a:hover { color:#215;}
div#content p.boxevidence {font-size: 20px; line-height:normal; text-align:center;  background-color:#EEE; border-radius:15px; padding:30px 60px; color:#913;}
div#content p.boxevidence img.bnv {height:35px; width:110px; position: relative; top:-5px; vertical-align:middle;}
div#content p  span {color:green; white-space: nowrap;}

div#content p a#tornasu { display:block; width:15%; margin-top:15px; margin-left:85%; height:40px; font-size:15px; line-height:40px; text-align: center; border-radius:5px; background-color: #EEE; color: #913;}

div.scaricaevento { width:640px;}
div.scaricaevento hr {clear: both; width: 100%; color: #fff; border: 1px solid #FFF;}
div.scaricaevento a { font-size:16px; color: #777; background-color: #EEE; height:230px; border-radius:12px;  text-align: center; text-decoration: none; display: block; width:45%; margin-right:5%; float:left; padding: 15px 0px;}
div.scaricaevento a img { width:190px; height: 190px;}
div.scaricaevento strong { display: block; padding:0px 20px;} 

p#sintesi { 
	border-radius:12px; 
	padding: 30px; 
	background-image: url(../images/backsint.jpg); 
	background-position: bottom left; 
	background-repeat: no-repeat;
	max-width: 780px;
    margin: 0px auto;
    border: 1px solid #CCCCCC;
}

p#sintesi span.sin {color:#07B; display: inline-block; padding-top: 15px;}
p#sintesi img {float:left; margin-bottom:120px; margin-right: 30px; width:150px; margin-top: 0px; }
p#sintesi em { font-style:normal; color: #999;}
p#sintesi span strong { font-size:20px; display: inline-block; padding: 5px 0px;}
p#sintesi a.sin {font-weight:normal; text-decoration: none; color: #000;}
p#sintesi a.sin:hover {text-decoration: underline;}

em#fbclick { color:#3b5998; width:50%;  } 
em#fbclick a#fbclick { color:#3b5998;  } 
em#fbclick a strong#fbclick { color:#3b5998;  } 
em#fbclick img {height:25px; width:25px; margin-right:5px;  vertical-align: middle; display: inline;}

div#content p#farmacovigilanza { clear: both; }
div#content p#farmacovigilanza span {white-space: nowrap; color: #000;}
div#content p#farmaco {line-height:normal;}
div#content p#farmaco b{font-style: normal; text-decoration: none; font-weight:normal; line-height: normal; font-size:13px; color: #000; }

div#content strong#titleasma { margin:0px; padding:0px; font-size:16px; color: #215; display: block;}
div#content p.linkutili { margin: 15px 0px; padding: 0px; font-size: 15px;}
div#content p.linkutili a { color:#215; text-decoration: none;}
div#content p.linkutili a:hover {text-decoration: underline;}
div#content em.dida { color:#777; font-size:12px; display: block;}

div#content ul.asmamenu { margin:0px; margin-left:3%; padding:20px; color:#215; font-size: 16px; float: left; }
div#content ul.asmamenu a {color:#913;}
div#content ul.asmamenu a:hover {color:#215; }
div#content ul.asmamenu li {margin-bottom:7px;}
div#content ul.asmamenu li.vuoto {margin-bottom:0px; list-style: none;}

div#content p#selectasmabpco{ text-align: center;}
div#content p#selectasmabpco a {text-decoration: none; line-height: normal;}
div#content p#selectasmabpco a strong {font-size: 30px;}
div#content p#selectasmabpco a:hover {text-decoration: underline;}
div#content p#selectasmabpco a#btnasma, div#content p#selectasmabpco a#btnbpco { float: none; margin:0px 30px;}
div#content a#btnasma, div#content a#btnbpco { display:inline-block; padding: 20px;  width: 250px; text-align: center; border-radius: 10px; color: #FFF; font-family: 'Gotham Rounded'; font-weight: normal; font-size: 20px;text-decoration: none;}
div#content a#btnasma { background-color:#913; float: right; margin:20px; text-decoration: none;}
div#content a#btnbpco { background-color:#215; float: right;margin:20px; text-decoration: none;}
div#content a#btnasma:hover { text-decoration: underline;}
div#content a#btnbpco:hover {  text-decoration: underline;}

div#content p img.ciclo, div#content p img.fatt, div#content p img.sintom, div#content p img.sintombpco, div#content p img.fumo { margin: 7px 0px 0px 0px; border: 1px solid #913; }
div#content p img.ciclo, div#content p img.fumo {width:770px; height: 396px;}
div#content p img.fatt {width:770px; height:151px; }
div#content p img.sintom, div#content p img.sintombpco {width:770px; height:225px; }

div#contentpromotori { width:100%; text-align: center;}
div#contentpromotori #promotori{width:26%; vertical-align: top; margin:0px 1%; padding:2%; display:inline-block; border: 1px solid #DDD; border-radius:15px; text-align:left; overflow: hidden;}
div#contentpromotori hr {visibility: hidden; clear: both;}
div#contentpromotori ul { margin: 0px 2% 40px 5%; padding:0px; color:#913;}
div#contentpromotori ul p {margin: 0px 0px 5px 0px; color:#000;}
div#contentpromotori p a {color:#333;}
div#content div#contentpromotori #promotori h3{font-size:18px;}
div#content div#contentpromotori #promotori h3 br {display:none;}

div#contentpromotori #promotori img { margin-top:7px;}
div#contentpromotori #promotori img#feder{ width: 180px; }
div#contentpromotori #promotori img#siaaic{ width: 180px;  height:90px; }
div#contentpromotori #promotori img#sipirs{ width: 90px;  height:90px; }
div#contentpromotori #promotori p:last-child {margin-bottom:0px;}

div#content div#contentpromotori #promotori #opentext {display:none;}
div#content div#contentpromotori #promotori #hidetext {height:auto; overflow: hidden;}

div#content div.sezionemedia { border-top:1px solid #DDD; padding:20px;}

img#infokit {float: left; margin-right:20px; margin-bottom:10px; width: 200px; border: none;}
hr#infokit {clear:both; float: none; border:0px solid #FFF; visibility: hidden; }


ul#comunicati { list-style: none; margin: 0px 0px 20px 0px; padding: 0px; width:60%; }
ul#comunicati li { margin: 15px 0px 0px 0px; border-bottom:1px solid #CCC; background: #f4f5f7; border-radius: 12px; }
ul#comunicati li a {color:#333; text-decoration: none;}
ul#comunicati li a:hover {color:#000; text-decoration: underline;}
ul#comunicati li p {width:90%; height:50px; line-height:50px; margin:0px; padding:0px 0px 0px 5%; }
ul#comunicati li img {height: 50px; width: 25px; display: inline-block; vertical-align: middle; float: right; position: relative; top:-50px; right: 8px; margin-right: 5px;}

div#photogallery {margin-bottom:20px; margin-top: 15px;}
div#photogallery div { display:inline-block;width:265px; vertical-align:top; margin-right:10px;} 
div#photogallery img {width:265px; height:180px; margin-right:0px; margin-bottom:0px; vertical-align:top;}
div#photogallery div p { font-size:12px; line-height:18px; text-align: center; margin-top:0px; padding-top:2px; margin-bottom:10px;}


div#priv {text-align: left; font-family: 'Gotham Rounded';}
div#priv h1 {display:none; margin-bottom:5px; margin-top:10px; } 
div#priv h2 { margin:0px; padding:0px; background-color: #FFF; border:0px solid #FFF; color:#124; text-align: left; text-shadow:none; width: 100%; white-space: normal; font-family: 'Gotham Rounded'; height:auto; margin-bottom:5px; margin-top:10px; }	
 div#priv h3 { margin:0px; padding:0px; background-color: #FFF; border:0px solid #FFF; color:#124; text-align: left; text-shadow:none; width: 100%; white-space: normal; font-family: 'Gotham Rounded'; height:auto; margin-bottom:10px; margin-top:10px; font-size:21px; }	

div#priv .one_line_col { margin:0px; padding:0px; font-family: 'Gotham Rounded'; text-align: left; }
div#priv p {margin:10px 0px 0px 0px;}
.one_line_col { margin:0px; padding:0px; font-family: 'Gotham Rounded'; text-align: left; }


ul.archivio {display: block; text-align: left; list-style: none; margin:20px 0px; padding: 0px;  }
ul.archivio li {display: inline-block; text-align: center; width:100%; max-width:150px; margin-right:15px; margin-bottom:10px;}
ul.archivio li strong {display: block; font-size:25px; margin:0px; padding:5px; background-color:#DDD; color:#124; }
ul.archivio li img { width:100%;}
ul.archivio li a { text-decoration: none;}


#mobile_nverde {
	position: relative;
	width: 100%;
	height: 70px;
	background-image:url(../mtdgt/bg_numeroverde.png);
	background-position: top right; 
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: none;
}

.box_nverde {
	height: 50px;
	width: 46%;
	margin-left: 2%;
	margin-top: 18px;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
}


div#content p.evid2 {
	font-size: 18px; 
	line-height:normal; 
	text-align:center;  
	background-color:#009fe3; 
	border-radius:15px; 
	padding:30px 60px; 
	color:#FFFFFF;
	margin: 30px auto;
	text-align: center;
	text-decoration: none;
}

div#content p .super_tit {
	font-size: 30px; 
	color:#FFFFFF;
	font-family: 'OCRAStd';
	line-height: 32px;
}



/* -------------- RISOLUZIONE 1210 ------------------------------------------------------------------------------------ */

@media (max-width: 1200px) {

	#bg_header {
		background-image:url(../mtdgt/bg_button.png);
		background-position: top center; 
		background-repeat: no-repeat;
		background-size: 100%;
		width: 100%;
		max-width: 1200px;
		left: 0px;
	}
}


/* -------------- RISOLUZIONE 1210 ------------------------------------------------------------------------------------ */



@media (min-width: 1210px) {
#top { }
#top, #menu ul, #end, .ricercacentro, #risultaticentri, #content {width:1200px;}

#top, #topframe  {  }
	


#top h1 { }


	

.ricerca {width:47%; margin-right: 3%;}

	
ul.sponsor li p {font-size:13px;}
ul.sponsor li img#feder { width:190px;}
ul.sponsor li img#siaaic {margin-left:15px; height:95px; width: 190px;}
ul.sponsor li img#sipirs {height:95px; width: 95px;}
	
#end .eventorealizzato { margin: 35px 0px; font-size:14px;}

	
form select { font-size: 18px; }
.topricerca { height:340px;}
.ricerca p {  font-size: 17px;}
.ricerca h3 {  font-size: 28px;}
	
div#content a#btnasma, div#content a#btnbpco { width: 350px;}
	
    
div#priv {text-align: left; font-family: 'Gotham Rounded';}
div#priv h1 {display:none; margin-bottom:5px; margin-top:10px; } 
div#priv h2 { margin:0px; padding:0px; background-color: #FFF; border:0px solid #FFF; color:#124; text-align: left; text-shadow:none; width: 100%; white-space: normal; font-family: 'Gotham Rounded'; height:auto; margin-bottom:5px; margin-top:10px; }	
 div#priv h3 { margin:0px; padding:0px; background-color: #FFF; border:0px solid #FFF; color:#124; text-align: left; text-shadow:none; width: 100%; white-space: normal; font-family: 'Gotham Rounded'; height:auto; margin-bottom:10px; margin-top:10px; font-size:21px; }	

div#priv .one_line_col { margin:0px; padding:0px; font-family: 'Gotham Rounded'; text-align: left; }
div#priv p {margin:10px 0px 0px 0px;}
.one_line_col { margin:0px; padding:0px; font-family: 'Gotham Rounded'; text-align: left; }
}


@media (max-width: 950px) {
#numeroverdeDx {  margin-right:30px; }

}
/* -------------- RISOLUZIONE 800 ------------------------------------------------------------------------------------ */



@media (max-width: 800px) {

#top, #end, .ricercacentro, #risultaticentri {width:100%;}



#top h1 { }

#numeroverdeDx {  margin-top: 5px; margin-right:15px; }


#menu{margin-bottom: 10px; background-position: bottom; height:88px; margin-bottom:0px;}
#menu ul {width:98%;} 
#menu ul {height:50px; background-image:none; padding-top:5px;}
#menu ul li, #menu ul li a, #menu ul li a span {height:43px;}
#menu ul li { margin-top:7px;}
#menu ul li a { font-size:10px;}

#end .close { width:95%; margin: auto; }
#end .close ul li { float: none; display:inline-block; font-size:11px;}
#end .close ul li#leftref {padding:0px 6px;}
#end .close ul li#rightref { width:100%; clear: both; border-left:none; padding-left:0px; margin-top:15px;}

#end .eventorealizzato { margin: 20px 0px; font-size:13px;}

#end div#socialasmazero {height: 80px;}    
#end div#socialasmazero span { display:inline-block; height: 70px; width:auto; margin:0px 5px; border: none; padding: 0px; }
#end div#socialasmazero span.fb img { height: 50px; width:auto; }
#end div#socialasmazero span.asmazero img { height: 50px; width:auto; }   
    
    
ul.sponsor li p {font-size:11px;}
ul.sponsor li img#feder {  width:160px;}
ul.sponsor li img#siaaic {margin-left:0px; height:80px; width: 160px;}
ul.sponsor li img#sipirs {height:80px; width: 80px;}
	
.ricercacentro {margin-top:10px;}

form select { font-size: 14px; width:90%; margin-right: 5%; }
	

	
.zeroElencoCentri { padding:10px; font-size:15px;}
	
div#itemCentro { width:46%; margin: 10px 1%;}
div#closeNV { font-size: 12px; }
	
div#content p img.ciclo, div#content p img.fumo {width:600px; height: 308px;}
div#content p img.fatt {width:600px; height:118px; }
div#content p img.sintom, div#content p img.sintombpco {width:600px; height:175px; }

div#content div#contentpromotori #promotori {width:30%; padding-left:2%; padding-right:1%; margin-left:0px; margin-right: 0px; float: left;}	
div#content div#contentpromotori #promotori h3{font-size:16px;}	
div#content div#contentpromotori #promotori p{font-size:14px; line-height:19px; margin-bottom:20px;}	
div#content div#contentpromotori #promotori ul p {margin-bottom:0px;}
div#content div#contentpromotori #promotori ul { margin-left:8%; margin-bottom:20px; }
	
div#content div#contentpromotori #promotori:first-child {border:none; border-top:1px solid #DDD; border-left:1px solid #DDD;  border-radius:15px 0px 0px 0px;}
div#content div#contentpromotori #promotori:nth-child(2) {border-bottom:none; border-radius:0px;}
div#content div#contentpromotori #promotori:nth-child(3) {border:none; border-top:1px solid #DDD; border-right:1px solid #DDD; border-radius:0px 15px 0px 0px;}
	
ul#comunicati { width:100%; }
	
div#content a#btnasma, div#content a#btnbpco { width: 190px; }

div#content p#selectasmabpco a#btnasma, div#content p#selectasmabpco a#btnbpco {margin: 0px 10px;}	
div#content a#btnasma { background-color:#913; float: right; margin:20px 10px 0px 0px;}
div#content a#btnbpco { background-color:#215; float: right;margin:20px 10px 0px 0px }
	
}




#pagecontainer {
	background-image:url(../mtdgt/bg_2025_desk.png);
	background-position: top center; 
	background-repeat: no-repeat;
	background-size: 100%;
}

#pagecontainer.int {
	background-image:url(../mtdgt/bg_2025_desk_int.png);
	background-position: top center; 
	background-repeat: no-repeat;
	background-size: 100%;
}


.box_media2 {
	border-radius: 18px;
	background: #FFFFFF;
	border: 1px solid #CCC;
	text-align: left;
	width: calc(96% - 50px);
	margin-left: 2%;
	padding: 25px;
}

#box_patrocini {
	height: 80px;
	background-image:url(../mtdgt/bg_patrocini.png);
	background-position: top center; 
	background-repeat: no-repeat;
	background-size: 100%;
}

#box_patrocini .w20 {
	width: 20%;
}

#box_patrocini .w12 {
	width: 12%;
}

.banner_connessi {
	width: 65%;
	margin-left: 20px;
}


/* -------------- RISOLUZIONE 650 ------------------------------------------------------------------------------------ */



@media (max-width: 650px) {
#top, #menu ul, #end, .ricercacentro, #risultaticentri, #content {width:100%;}	
#elencocentri {text-align:center;}

#menu{ position: absolute; top:-360px;  z-index: 1000; background-color: transparent; background-image:none; }
#menu ul {
	width:50px; /*width:280px; */ 
	padding:18px 0px; 
	height: 360px; 
	border-radius: 0px 0px 12px 12px; 
	background-color: transparent; 
	background: #008789;
}

#menu ul li { float:none; display: block; width:85%; height:57px; margin: 0px auto; border-radius:0px; overflow: hidden;}
#menu ul li a.selectedpage {
	border-radius:0px;
	background-position: top center;
	border: 0px solid #f39200;
}

#menu ul li#openmobilemenu, 
#menu ul li#closemobilemenu { 
	width: 50px; 
	height: 30px;
	margin-top: 56px; 
}

#menu ul li#openmobilemenu a, #menu ul li#closemobilemenu a {width: 50px; height: 30px; background-color: transparent; line-height: normal; padding: 0px; margin: 0px; border: none;}

#menu ul li#openmobilemenu img {
	height:18px;
	width: 22px;
	margin-top:7px;
}

#menu ul li#closemobilemenu img {height:18px; width: 30px; margin-top:5px;}
#menu ul li#openmobilemenu { display: block;}
#menu ul li#closemobilemenu {display: none;}

#menu ul li a { 
	font-size:15px; 
	background-image: none; 
	background-color: #FFF; 
	height:50px; 
	line-height: 50px; 
	width:100%; 
	border: 0px solid #347; 
	border-radius:0px; 
}

#menu ul li a br { display: none;}
#content { margin: 20px auto; clear: both;}

	
#top, #topframe {   }
#topframe { }
#top { height:200px;}


#top h1 {  }

#numeroverdeDx {display: none;}
#numeroverdeSmall { display: block; margin-bottom:0px; }
	
ul.sponsor li p {font-size:10px; padding: 0px 0px 8px 0px;}
ul.sponsor li img#feder { width:140px;}
ul.sponsor li img#siaaic {margin-left:0px; height:65px; width: 130px;}
ul.sponsor li img#sipirs {height:65px; width: 65px;}
	
#end .close ul li {font-size:11px;}
#end .eventorealizzato { margin: 15px 0px; font-size:11px;}
#end .eventorealizzato img {height:30px; width:92px; }


form select { font-size: 15px;}
.topricerca { height:130px;}
.ricercaform {height:70px;}
	
.ricercacentro {margin-top:0px;}



.ricerca {width:100%; float: none; padding-top: 10px; background-image: url(../images/italiawhite.svg); background-position: right top; background-size: 70%; background-repeat: no-repeat;}
	
div#itemCentro { width:95%; margin: 10px 1%; }

div#closeNV { width:100%; margin:0px auto;  font-size: 11px; padding:auto 5%; }
div#closeNV img { height: 55px; width:186px;  margin: 5px; }

#elencocentri h4 { font-size:18px; display: block; padding: 0px 2%; text-align: left;	}

div#content h2 { padding-left:3%}
div#content p {width:94%; margin-left: auto; margin-right: auto; margin-bottom:20px; font-size: 14px; line-height:18px;}
div#content h3 {padding-left:3%}
	
div#content p.boxevidence {font-size: 16px; padding:20px 4%; width: 88%; margin:20px auto; text-align: center;}

div#content p a#tornasu {  width:20%; margin-top:10px; margin-bottom:25px; margin-left:80%; font-size:15px;}
	
div.scaricaevento { width:95%; margin-left:5%;}
div.scaricaevento a { font-size: 15px; height:180px;}	
div.scaricaevento a img { width:140px; height: 140px;}

p#sintesi { padding: 15px 0px;}
p#sintesi span.sin { padding-top: 15px;}
p#sintesi img {float:left; margin-bottom:70px; margin-left:2%; margin-right: 30px; height:48px; width:100px;  }

div#content p.linkutili {padding-left:3%}
	
div#content div#contentpromotori #promotori {width:90%; margin: 0px 0px 15px 0px; padding-top:30px; padding-bottom:0px;  float: none;}	
div#content div#contentpromotori #promotori p{font-size:15px; line-height:19px;}		
div#content div#contentpromotori #promotori:first-child, div#content div#contentpromotori #promotori:nth-child(2), div#content div#contentpromotori #promotori:nth-child(3){border:1px solid #DDD; border-radius:15px;} 
div#content div#contentpromotori #promotori h3 {font-size:18px;}	
div#content div#contentpromotori #promotori h3 br {display:block;}


div#content div#contentpromotori #promotori #hidetext {height:0px; overflow: hidden;}
div#content div#contentpromotori #promotori #opentext {display:block; background-color: #EEE; color: #215; text-align: center; height: 30px; line-height: 35px; font-size:13px; border-radius:10px 10px 0px 0px; width:45%; margin: 0px auto; font-weight: bold;}
	
	
div#content p img.ciclo, div#content p img.fumo {width:500px; height: 900px; }
div#content p img.fatt {width:500px; height:587px; }
div#content p img.sintom, div#content p img.sintombpco {width:500px; height:460px; }

p#farmacovigilanza { clear: both; }
p#farmacovigilanza b{font-style: normal; text-decoration: none; font-weight:normal; font-size:12px; color: #000; }

div#content p#farmaco {line-height:14px;}
div#content p#farmaco b{font-size:11px; }	

div#content a#btnasma, div#content a#btnbpco { width: 150px; margin: 0px 10px; font-size:17px;}	

div#content p#selectasmabpco a#btnasma, div#content p#selectasmabpco a#btnbpco {margin: 0px 10px;}	
div#content a#btnasma { background-color:#913; float: right; margin:25px 25px 0px 0px;}
div#content a#btnbpco { background-color:#215; float: right;margin:25px 25px 0px 0px }

 ul.archivio { text-align: center;}

	#top div#logo {
		margin-top: 5px;
	}

	#top { 
		margin-top: 0px;
	}
	#top div#logo img {
		width: 130px;
	}

	#topframe {
		height: 230px;
	}

	#top h1 {
		left: 23px;
		bottom: 10px;
	}

	.label_header {
		display: none;
	}


	.illu_header {
		position: absolute;
		background-image: url(../mtdgt/bg_ill.png);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: 80%;
		width: 100%;
		height: 300px;
		top: -15px;
		left: 40px;
	}

	#bg_header {
		padding-top: 50px;
		background-image: none;
	}

	#menu {
		position: absolute;
		top: -470px;
		z-index: 1000;
		background-color: transparent;
		background-image: none;
	}
	
	#menu ul {
		margin: 0px auto;
		height: 475px;
	}
	
	#menu ul li a.selectedpage {
		background-image: none;
		background-color: #194658;
		border-radius: 0px;
		color: #FFF;
	}

	#menu ul li a#test2 {
		background-image: url(../mtdgt/button22_1.png);
		background-position: top center;
		background-size: 200%;
		background-repeat: repeat-x;
		border-radius: 0px; 
		font-size: 14px;
	}

	#mobile_nverde {
		display: block;
	}

	#top h1 { 
		display: none;
	}

	#top h1.mob { 
		display: block;
	}

	#menu ul li.desk {
		display: none;
	}

	
	#menu ul li.mob {
		display: block;
	}
	
	div#content p.evid2 { 
		font-size: 14px; 
		padding:20px 4%; 
		width: 88%; 
		margin:20px auto; 
		text-align: center;
	}

	div#content p .super_tit {
		font-size: 22px; 
		line-height: 24px;
	}

	

	#smartBanner {
		display: block;
	}

	#pagecontainer,
	#pagecontainer.int {
		background-image: url(../mtdgt/bg_2025_mobile.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.box_media2 {
		width: calc(88% - 50px);
		margin-left: 6%;
	}

	#box_patrocini {
		height: auto;
		background-image: none;
	}

	#box_patrocini .w20,
	#box_patrocini .w12 {
		width: 60%;
	}

	
	.banner_connessi {
		width: 80%;
	}


	.mtdgt_col.sm100 {
		width: 100%;
	}
}


@media (max-width: 440px) {
	.box_nverde {
		font-size: 11px;
	}
}


/* -------------- RISOLUZIONE 550 ------------------------------------------------------------------------------------ */



@media (max-width: 550px) {

    

#end {width:100%;  margin:25px auto; }
	h2 {border-bottom:1px solid #913; font-size:20px;}	

	ul.sponsor li {width:53%;}
ul.sponsor li.doppio{width:40%; margin-left:0%;}
ul.sponsor li img#feder { width:110px;}
ul.sponsor li img#siaaic {margin-left:0px; height:55px; width: 110px;}
ul.sponsor li img#sipirs {height:60px; width: 60px; margin-left: 1%;}

.zeroElencoCentri { padding:10px; font-size:13px;}
	#elencocentri h4 { font-size:16px; display: block; padding: 0px 3%;	}
	
#end .eventorealizzato {width:90%; margin:20px auto; line-height: 13px; }
#end .eventorealizzato img {height:30px; width: 92px; }
 
#end div#socialasmazero {display: none;}    
#end div#socialasmazerosmall {
	display: block; 
	text-align: center; 
	background-image: url(../mtdgt/footer.png); 
	background-repeat:repeat-x; 
	background-position:bottom;
}    

#end div#socialasmazerosmall span { display:inline-block; width:80%; margin:0px; border: none; padding: 0px; }
#end div#socialasmazerosmall span.fb img { width:80%; margin-bottom:0px; }
#end div#socialasmazerosmall span.asmazero img { width:80%; margin-top:30px; }       
    
    
div.scaricaevento { width:94%; margin-left:3%;}
div.scaricaevento a { font-size: 12px; height: 130px;}	
	div.scaricaevento a strong { padding: 0px 5px;}
div.scaricaevento a img { width:90px; height: 90px;}

p#sintesi { padding: 15px 0px; background-image:none;}
p#sintesi span.sin { padding-top: 18px; font-size:13px;}
	p#sintesi span strong { font-size:18px;}
p#sintesi img {float:none; display: block; margin-bottom:0px; margin-left:0; margin-right: 30px; height:62px; width:130px;  }	
	
div#content ul.asmamenu { font-size: 13px; margin-top:0px; margin-bottom: 0px; padding-top: 5px; padding-bottom:5px; }
	div#content ul.asmamenu li { margin: 15px 0px; }	

div#content p a#tornasu {  width:35%; margin-top:10px; margin-bottom:25px; margin-left:65%; font-size:14px;}
	
div#content div#contentpromotori #promotori {width:86%; margin: 0px 4% 15px 4%; padding:20px 3% 0px 3%; }	
div#content div#contentpromotori #promotori h3 {font-size:17px;}	

	div#content div#contentpromotori #promotori #opentext {width:55%;}	
	
	img#infokit {float: none; display: block;}


div#content p img.ciclo, div#content p img.fumo {width:280px; height: 510px; }
div#content p img.fatt {width:280px; height:329px; }
div#content p img.sintom, div#content p img.sintombpco {width:280px; height:258px; }

ul#comunicati li p { font-size:12px; width:94%; height:auto; line-height:16px; margin:0px; padding:10px 0px 10px 5%;  }
ul#comunicati li img {height: 40px; width:20px; float:right; position: relative; top:-37px; right: 8px; margin-right: 5px;}	

p#farmacovigilanza { clear: both; }
p#farmacovigilanza b{font-style: normal; text-decoration: none; font-weight:normal;  font-size:11px; color: #000; }	
	
#end div#social { height:100px; }

div#content a#btnasma, div#content a#btnbpco { width: 100%; padding:15px 0px; margin:10px 0px;}
	
div#content p#selectasmabpco a#btnasma, div#content p#selectasmabpco a#btnbpco { width: 100%; padding:15px 0px; margin:10px 0px; font-size: 17px}	
	
div#content p#selectasmabpco a#btnasma { background-color:#913; color:#FFF; border:none; }
div#content p#selectasmabpco a#btnbpco { background-color:#215; color:#FFF; border:none; }
	
div#content a#btnasma { background-color:#FFF; color:#913; border:1px solid #913; margin:10px 3%; width: 94%; float: none; font-size: 14px;}
div#content a#btnbpco { background-color:#FFF; color:#215; border:1px solid #215;  margin:10px 3%;  width: 94%; float: none;font-size: 14px;}

div#content p#selectasmabpco a#btnbpco br, div#content p#selectasmabpco a#btnasma br { display: block;}
div#content a#btnbpco br, div#content a#btnasma br { display: none;}

div#priv h2 {font-size:16px; }	
div#priv h3 {font-size:18px; }	


ul.archivio li {display: inline-block; text-align: center; width:145px; margin:5px; margin-bottom:10px;}
ul.archivio li strong { font-size:21px; }

/* -------------- RISOLUZIONE 350 ------------------------------------------------------------------------------------ */



} 

@media (max-width: 350px) {
    
    #top {height:210px;}

    

.ricerca p {  font-size: 14px; margin: 15px auto;}
	
#end .close ul li {display: block; float:none; margin:5px auto; padding: 0px 6px; font-size: 11px; color: #AAA; border-left:none;}
	
#end div#socialasmazerosmall span { display:inline-block; width:95%; margin:0px; border: none; padding: 0px; }
#end div#socialasmazerosmall span.fb img { width:95%; margin-bottom:0px; }
#end div#socialasmazerosmall span.asmazero img { width:95%; margin-top:25px; }          
    
div#closeNV img { height: 50px; width:169px; margin: 5px; }
ul.sponsor li img#sipirs {height:60px; width: 60px; margin-left:0px;}

	div.scaricaevento a strong { padding: 0px 20px;}
	
	div#content div#contentpromotori #promotori h3 {font-size:15px;}	
	div#content div#contentpromotori #promotori #opentext {width:60%;}	
	
ul#comunicati li p { font-size:12px; width:80%; height:auto; line-height:16px; margin:0px; padding:10px 0px 10px 5%;  }
ul#comunicati li img {height: 40px; width:20px; float:right; position: relative; top:-45px; right: 8px;}	


ul.archivio li {display: inline-block; text-align: center; width:120px; margin:5px; margin-bottom:10px;}
ul.archivio li strong { font-size:21px; }
}





.loghi_patrocini,
.loghi_partner {
	width: 96%;
}



.bigtit {
	font-size: 26px;
	color: #008789;
	font-family: 'Poppins-Bold';
}

.minihr {
	border: none;
	height: 1px;
	color: #0074ae;
	background-color: #0074ae;
	margin-bottom: 5px;
	margin-top: 5px;
}

.evilink {
	font-weight: bold;
	color: #008789;
	text-decoration: underline;
	font-size: 20px;
}

.box_media {
	border-radius: 8px;
	text-align: center;
	width: 92%;
	margin-left: 2%;
	background-image:url(../mtdgt/boxmedia.png);
	background-position: bottom center;
	background-size: 100% 100%;
}



.box_media2 img {
	height: 65px;
}

.box_media .titbox {
	color: #008789;
	font-size: 18px;
	margin-top: 6px;
	font-weight: 600;
}

.box_media2 .titbox {
	color: #008789;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 15px;
	font-weight: bold;
}

.box_media2.banner {
	background: #EFEFEF; 
	color: #008789;
	font-size: 18px;
}

.box_media img {
	width: 180px;
	height: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.txt_green {
	color: darkgreen;
	font-weight: bold;
}



#elencocentri h4 { 
	font-size:20px; 
	display: block; 
	padding: 0px 1%; 
	background-color: #008789; 
	color: #FFFFFF; 
	height: 30px; 
	line-height: 30px; 
	margin: 20px 0px 0px 0px;
}

.bsponsor {
	width: 94%;
	margin-left: 3%;
}

.titsponsor {
	width: 100%;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	font-size: 14px;
}

.box1 .titsponsor {
	width: 74%;
}

.box1 .logosponsor {
	width: 70%;
	margin-top: 10px;
}

.box2 .titsponsor {
	text-align: center;
}

.box2 .logosponsor {
	width: 60%;
	margin-top: 10px;
}

.box2 .lg50 {
	text-align: center;
}


.box3 .titsponsor {
	width: 74%;
	float: right;
	text-align: right;
}

.box3 .logosponsor {
	width: 70%;
	margin-top: 10px;
	float: right;
}

#boxbanner {

} 


#boxbanner img {
	width: 27%;
}


@media (max-width: 650px) {

	#boxbanner img {
		width: 68%;
	}

	.sup_tit {
		font-size: 18px;
	}
	.nverde_txt {
		color: #00536c;
		font-size: 14px;
	}
	
	h3.nverde_txt {
		font-size: 16px;
	}
	
	.nverde_txt2 {
		font-size: 12px;
	}

	.mapbg {
		line-height: 15px;
	}


	.box1 .titsponsor {
		width: 100%;
		text-align: center;

	}
	
	.box1 .logosponsor {
		width: 60%;
		margin-left: 20%;
	}
	

	.box2 {
		margin-top: 30px;
	}
	
	.box2 .logosponsor {
		width: 60%;
	}

	.box3 {
		text-align: center;
	}

	.box3 .titsponsor {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	
	.box3 .logosponsor {
		width: 60%;
		float: none;
	}
}
