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


a {
	text-decoration:none !important;
	color:inherit;
}

body {
	margin:0;
	padding:0;
	background:#f4f4f4; 
}
.player_ending {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.player_ending_repeat {
	background: cadetblue;
	color: white;
	padding: 10px;
	margin-bottom: 20px;
	border: 2px solid white;
	cursor:pointer;
}
.player_ending_repeat:hover {
	background: white;
	color:cadetblue;
	border: 2px solid cadetblue;
}
.player_ending_test {
	background: darkseagreen;
	color: white;
	padding: 10px 19px;
	border: 2px solid white;
	cursor:pointer;
}
.player_ending_test:hover {
	background: white;
	color:darkseagreen;
	border: 2px solid darkseagreen;
}
.countdown_txt {
	width:100%;
	font: 500 30px 'Raleway', sans-serif;
	color:#00498F;
	text-align:center;
}

.countdown_txt span {
	font: 500 18px 'Raleway', sans-serif;
	color:#666;
	margin:0 20%;	
}

.countdown {
	margin: 10px 2%;
	font: 700 55px 'Raleway', sans-serif;
	color:red;
	text-align:center;
}

.countdown span {
	font: 500 45px 'Raleway', sans-serif;
	color:rgba(255,0,4,0.76);
}	
	

.top_social {
	width:100%;
	padding:5px;
	display:flex;  
	flex-flow: row wrap;
  	justify-content: flex-end;
	background:#ddd;    
	color: #00478D;
	font-size:20px;
	box-sizing:border-box;
}

.top_social_wrap {
	justify-content:space-around;
}



.has-error {
	border: 1px solid #A41B23 !important;
}
.text-error {
	color: #A41B23 !important;
}

.error_box {
	width:100%;
	box-sizing: border-box;
	border:2px solid red;
	padding:5%;
	font: 600 15px 'Raleway', sans-serif;
	text-align:center;
	text-transform:uppercase;
}

.ricerca {
	text-align:right;
	width:37% !important;
	float:right;
}

.footer img {
    vertical-align: initial;
}

.help-block {
	font-size:16px !important;
}
#header {
	width:100%;
	position:relative;
}

.logo {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

.scrollup {
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:30px;
    right:80px;
    display:none;
    text-indent:-9999px;
    background: url('images/icon_top.png') no-repeat;
}
.scrollup:hover {
	opacity:0.6;
}

.menu {
	width:100%;
	font: normal 22px/60px 'Yanone Kaffeesatz', sans-serif;
}


.menu_bt a:link {
	color:#5F6A71;
}

.menu_bt a:visited {
	color:#5F6A71;
}

.menu_bt:hover {
	/*background: url(../images/menu_bt.gif) repeat-x;
	color:#fff;*/
	border: 2px solid #00498F;
	background: none;
	color:#00498F;    margin: 2px -2px 2px 2px !important;
	
}

.menu_bt:hover .fa {
	color:#fff;
}

.menu_bt .fa {
	color:#00498F;
}

.login_bar {
	width:100%;
	background:#eee;
}

.double_img_container {
	width: 50%;
	display:inline-block;
	position:relative;
	margin-right:-4px;
	height:100%;
	overflow:hidden;
}

.top {
	margin-top:20px;
	width:100%;
	height:300px;
}
	
.double_img {
	height:50%;
	position:relative;
	overflow: hidden;
    margin-bottom: 2px;
}

.small_img_txt {
	width: 48%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #EEEEEE;
    padding: 1%;
	height:93%;
}

.small_img_txt_title {
	font: 600 15px 'Raleway', sans-serif;
	color: #00478D;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:justify;
	border-bottom:1px solid #fff;
	text-transform:uppercase;
}

.small_img_txt_content {
	font: 400 12px 'Raleway', sans-serif;
	color: #000;
	text-align:justify;
}

.small_img_txt_bottom {
	position: absolute;
    bottom: 0px;
    right: 0px;
    background: #00498F;
    color: #fff;
    font: 300 13px 'Raleway', sans-serif;
    text-align: right;
    width: 100%;
}

.list_box {
	width:100%;
	margin-top:10px;
}

.normal {
	width:100%;
}

#canvas {
	left:-100px;
	top:25%;
	position:absolute; 
}

.post_preview {
	padding:1%;
	margin: 10px 0px;
	width:98%;
	border-bottom: 5px solid #eee;
}



.post_preview_title {
	font: 700 20px 'Raleway', sans-serif;
	color: #00478D;
	padding-bottom:10px;
	text-align:justify;
	border-bottom:1px solid #fff;
	text-transform:uppercase;
}

.post_preview_title a:link {
	color: #00478D;
}

.post_preview_title a:visited {
	color: #00478D;
}

.post_preview_txt {
	font: 400 18px 'Raleway', sans-serif;
	color: #000;
	text-align:justify;
}

.post_preview_footer {
	position: absolute;
    bottom: 0px;
    right: 0px;
    /*background: #00498F;*/
    color: #333;
    font: 500 13px 'Raleway', sans-serif;
    text-align: right;
    width: 100%;
	text-transform:uppercase;
	border-top: 1px solid #ccc;
    padding-top: 10px;
}

.list_title {
	background: url(../images/list_title.png) repeat-x;
	height:40px;
	font: 300 40px/40px 'Yanone Kaffeesatz', sans-serif;
	width: 100%;
	margin: 40px 1% 20px 1%;
}

.list_title_txt {
	background:#fff;
	color:#00498F;
	float:left;
	padding-right:1%;
}

.post_preview_cat {
	width:49%;
	display:inline-block;
	margin-right:-4px;
	padding-left:1%;
	text-align:left;
    box-sizing: border-box;
}

.post_preview_data {
	width:50%;
	display:inline-block;
	margin-right:-4px;
	padding-right:1%;
	text-align:right;
    box-sizing: border-box;
}

.home_map_box {
	width:100%;
}

.home_map_box_title {
	width:100%;
	font: 300 40px 'Yanone Kaffeesatz', sans-serif;
	color:#00498F;
	text-align:center;
}

.home_map_box_txt {
	background:#00498F;
	color:#fff;
	font: normal 20px 'Yanone Kaffeesatz', sans-serif;
	text-align:center;
	padding:1%;
	margin:1%;
	width:96%;
}

.home_map_box_bt {
	width:100%;
	margin:30px 0 0px 0px;
	background:#eee;
	color:#00498F;
	text-align:center;
	font: 300 30px/40px 'Yanone Kaffeesatz', sans-serif;
}

.infertilita {
	background:#E74C3C !important;
}

.infertilita_font {
	color:#E74C3C !important;
}

.pagina_title {
	text-align:center;
	font: 500 50px/60px 'Yanone Kaffeesatz', sans-serif;
	color:#00498F;
	width:100%;
}

.share {
	width:99%;
	background:#eee;
	text-align:right;
	font-size:20px;
	line-height:30px;
	padding-right:1%;
}

.share a:link {
	color:#333;
}

.share a:visited {
	color:#333;
}

.categoria {
	float:left;
	font: 500 20px/30px 'Yanone Kaffeesatz', sans-serif;
    margin-left: 10px;
    text-transform: uppercase;
}
	
 
.post_box_old {
	margin:30px 0px;
}

.post_box_old_txt {
	font: normal 14px 'Raleway', sans-serif;
	color:#666;
	width: 60%;
    display: inline-block;
    margin-right: -4px;
    margin-bottom: 30px;
}

.post_box_txt {
	padding:2%;
	font: normal 14px/25px 'Raleway', sans-serif;
	color:#666;
	margin-bottom: 30px;
}

.pagina_subtitle {
	padding:2%;
	font: normal 18px 'Raleway', sans-serif;
	color:#666;
	text-align:center;
}

.divider_questionario {
	height: 2px;
    margin: 20px 5px 10px 5px;
    border-bottom: 2px #eee dashed;
}

.divider_title {
	width:98%;
	background:#eee;
	text-align:right;
	font-size:20px;
	line-height:30px;
	padding: 0 1%;
}

.divider_title span {
	font: 600 16px 'Raleway', sans-serif;
	color:#00498F;
	display:inline-block;
	width:50%;
	margin-right:-4px;
	text-align:left;
}

.download_bt {
	font: bold 16px 'Raleway', sans-serif;
	color:#333;
	display:inline-block;
	width:50%;
	margin-right:-4px;
}

.allegati_row {
	font: 400 15px/40px 'Raleway', sans-serif;
	color:#666;
	border-bottom:1px solid #ccc;
	padding:0 1%;
	width:98%;
}

.allegati_row .fa {
	color:#00498F;
	font-size:20px;
	margin-right:20px;
}

.menu_bt_sub {
	font: 500 18px/25px 'Yanone Kaffeesatz', sans-serif;
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.44);
	text-align:left;
	position:relative;
}

.menu_bt_sub .fa {
	margin-top:4px;
	float:right;
}



.correlati {
	width:100%;
	margin-top:20px;
}

.correlati_box {
	width:32%;
	display:inline-block;
	margin-right:-4px;
	margin-left:1%;
}

.correlato img {
	width:100%;
}

.allegati_text {
	width:78%;
	display:inline-block;
	margin-right:-4px;
	text-overflow: ellipsis; 
	white-space: nowrap;
    overflow: hidden;
	vertical-align: top;
} 

.allegati_data {
	text-align:right;
	width:16%;
	display:inline-block;
	margin-right:-4px;
}

.correlati_box {
	vertical-align:top;
}

.correlati_box .post_preview_title {
    font: 300 16px 'Raleway', sans-serif !important;
    background: #eee;
    padding: 2%;
	text-align:center;
}

.pagination {
    padding: 2%;
    width: 96%;
    margin-top: 10px;
}

.back, .forward {
    width: 15%;
    margin-right: -4px;
    background: #333;
	color:#fff;
}

.page_wrap {
    display: inline-block;
    width: 65%;
    margin-right: -4px;
    padding-left: 3%;
}

.page {
    width: 18%;
    margin: 0 -4px 0 1%;
    background: #999;
}

.back, .forward, .page {
    text-align: center;
    display: inline-block;
    color: #fff;
    line-height: 30px;
    border-radius: 3px;
}

.selected {
	background: #00498F;
}

.map_list_doc {
	width:96%;
	border-bottom:1px solid #ccc;
	padding:2%;
	cursor:pointer;
}

.map_list_doc_header {
	width:90%;
	margin:0 5% 10px 5%;
}

.map_list_doc_header_new {
    width: 48%;
    margin: 0 10px;
    display: inline-block;
	position:relative;
}

.map_list_doc_avatar {
	width:30px;
	border:3px solid #ddd;
	overflow:hidden;
	border-radius:30px;
	display:inline-block;
	margin-right:-4px;
}

.map_list_doc_avatar img {
	vertical-align:middle;
}

.big_avatar {
    width: 50px !important;
}

.big_avatar_new {
    width: 150px !important;
    border-radius: 150px !important;
}

.big_name {
	font: 600 20px/60px 'Yanone Kaffeesatz', sans-serif;
}

.big_name_new {
	font:600 30px/150px 'Yanone Kaffeesatz', sans-serif !important;
	position: absolute;
    top: 50%;
    margin-top: -20px;
}
	

.map_list_doc_name {
	font: 600 20px/40px 'Yanone Kaffeesatz', sans-serif;
	color:#3673B1;
	vertical-align:top;
	display:inline-block;
	margin-right:-4px;
	margin-left:4%;
}

.map_list_doc_struttura {
	cursor: pointer;
}

.map_list_doc_struttura_nome {
	width:100%;
	text-align:center;
	font: 600 20px 'Yanone Kaffeesatz', sans-serif;
	text-transform:uppercase;
	color:#fff;
	background:#3673B1;
}

.struttura_certificata {
	width:100%;
	text-align:center;
	font: 400 15px 'Yanone Kaffeesatz', sans-serif;
	text-transform:uppercase;
	color:#fff;
	background:#CA9800;
	border-top:2px solid #8C6900;
}

.map_list_doc_struttura_place {
	font: 400 17px 'Yanone Kaffeesatz', sans-serif;
	color: #333;
	padding:10px 1%;
	background:#eee;
	
}
.congresso_data {
	background: #3673B1;
    color: #fff;
    font: 300 14px/24px Arial, sans-serif;
    padding-left: 10px;
	text-align:center;
}
	
.congresso_data span {
	 font: bold 11px/24px Arial, sans-serif;
	 color:#ABC9E7;
}

.map_list_data_info {
	font: 400 17px 'Yanone Kaffeesatz', sans-serif;
	color:#666;
	margin:10px 0;
}
.map_list_data_info_new {
    font: 400 17px 'Yanone Kaffeesatz', sans-serif;
    color: #666;
    margin: 10px 0;
    vertical-align: inherit;
    padding-left: 1%;
}

.map_list_data_info_wrap {
    min-height: 150px;
    width: 48%;
    display: inline-block;
    border-left: 1px solid #ccc;
	vertical-align:top;
}

.map_list_data_info span {
	font: 600 20px 'Yanone Kaffeesatz', sans-serif;
	color:#3673B1;
	text-transform:uppercase;
}

.map_list_data_info_new span {
	font: 600 20px 'Yanone Kaffeesatz', sans-serif;
	color:#3673B1;
	text-transform:uppercase;
}

.map_list_data_strutture {
	padding:10px 0px;
	margin-top:10px;
	font: 400 15px 'Yanone Kaffeesatz', sans-serif;
	color:#666;
	background:#eee;
}

.map_list_data_strutture {
	width:100%;
}

.struttura {
	font: 400 15px 'Yanone Kaffeesatz', sans-serif;
	color:#fff;
	background:#3673B1;
	text-transform:uppercase;
	padding:0 1%;
	width:50%;
}


.congresso_data {
	background: #3673B1;
    color: #fff;
    font: 300 14px/24px Arial, sans-serif;
    padding-left: 10px;
	text-align:center;
}
	
.congresso_data span {
	 font: bold 11px/24px Arial, sans-serif;
	 color:#ABC9E7;
}

.map_search {
	width:98%;
	margin:1%;
}

.map_search input {
	width:90%;
	border:1px solid #eee;
	font: 300 25px/40px 'Yanone Kaffeesatz', sans-serif;
	color: #666;
    padding-left: 10px;
}

.italy {
	width:6%;
	text-align:center;
	vertical-align:top;
	border:1px solid #eee;
	margin-left: 2%;
	display:inline-block;
	height:40px;
}


.map {
    width: 69%;
	height: 600px;
    position: absolute;
    top: 54px;
    right: 0px;
	z-index:1;
}

.map_box {
	position:relative;
}

.close  {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999;
	cursor:pointer;
}

.others {
	background:#666 !important;
}

.map_list span {
	padding: 1%;
    font: bold 20px/30px 'Yanone Kaffeesatz', sans-serif;
    text-align: center !important;
    color: #3673B1;
    display: inherit;
    text-transform: uppercase;
}
	
.logged {
	width:70%;
	display:inline-block;
	margin-right:-4px;
}

.area_soci_menu {
	width:30%;
	display:inline-block;
	vertical-align:top;
	margin-right:-4px;
	background:#DDDDDD;
	margin-top:2%;
}

.area_soci_title {
	font: 400 30px/30px 'Yanone Kaffeesatz', sans-serif;
	color:#fff;
	background:#3673B1;;
	text-align:center;
	width:100%;
}

.area_soci_menu_bt {
	width:96%;
	font: normal 15px/30px 'Raleway', sans-serif;
	color:#333;
	padding:0px 2%;
	border-bottom: 1px solid #aaa;
	text-decoration:none;
	text-transform:uppercase
}

.area_soci_menu_bt:hover {
	background:#f4f4f4;
}

.doc {
	background:#ccc;
	color:#666 !important;
}

.socio_img {
	width:100%;
	background:#eee;
	position:relative;
	height:30px;
}

.socio_img > .avatar_edit {
    display: none;
}
.socio_img:hover > .avatar_edit {
  display: inline-block;
}

.socio_img_content {
	width:120px;
	border:3px solid #eee;
	border-radius:120px;
	position:absolute;
	right:10px;
	top:-45px;
	background:#fff;
	overflow:hidden;
	vertical-align:middle;
}

.scheda_socio_box {
	width:96%;
	border-bottom:1px solid #ccc;
	padding:2%;
	margin-bottom:2%;
}

.scheda_socio_title {
	font: normal 30px/50px 'Yanone Kaffeesatz', sans-serif;
	color:#3673B1;
	text-transform:uppercase;
}

.scheda_socio_content {
	font: 400 18px/40px 'Raleway', sans-serif;
	color:#666;
	border-bottom: 1px solid #eee;
	position:relative;
}

.scheda_socio_content span {
	font: bold 18px/40px 'Yanone Kaffeesatz', sans-serif;
	color:#333;
}

.pagamento_ko {
	font: bold 30px/40px 'Raleway', sans-serif !important;
	text-align: center;
    text-transform: uppercase;
    color: crimson !important;
}

.pagamento_ok {
	font: bold 30px/40px 'Raleway', sans-serif !important;
	text-align: center;
    text-transform: uppercase;
    color: seagreen !important;
}

.edit_content {
	color:#3673B1;
	position:absolute;
	right:0px;
	top:0px;
	font-size: 20px;
}

.foto_ok {
	font: 400 15px/20px 'Raleway', sans-serif;
	color:#666;
}

.scheda_socio_multititle {
	width:100%;
	margin-bottom:30px;
	padding:0px;
}

.scheda_socio_title_sub {
	color: #aaa;
	display:inline-block;
	margin:0px 2%;
	font: normal 25px/30px 'Yanone Kaffeesatz', sans-serif;
	text-transform:uppercase;
}

.scheda_socio_title_sub a:link {
	color: #aaa;
	text-decoration:none;
}

.scheda_socio_title_sub a:visited {
	color: #aaa;
	text-decoration:none;
}

.scheda_socio_multititle > .active {
	color:#3673B1;
	border-bottom:2px solid #3673B1;
}

.scheda_socio_multititle > .active a:link {
	color:#3673B1;
	text-decoration:none;
}

.scheda_socio_multititle > .active a:visited {
	color:#3673B1;
	text-decoration:none;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

tab-content > .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

tab-content > .fade.in {
    opacity: 1;
}

.scheda_socio_subtitle {
	width:100%;
	background:#eee;
	color:#333;
	font: bold 20px/25px 'Yanone Kaffeesatz', sans-serif;
	padding-left:1%;
}	

.scheda_socio_right input, select {
	border:1px solid #ccc;
	font: 400 14px 'Raleway', sans-serif;
	height:25px;
	width:100%;
}

.scheda_socio_right label {
	display:inline-block;
	vertical-align:middle;
}

.scheda_eventi {
	display: inline-block;
    width: 47%;
    margin-left: 2%;
}

.scheda_socio_right input[type="radio"] {
	height: auto;
	width: auto;
}

.map_bt {
	color:#3673B1 !important;
}

.socio_img_content img {
	vertical-align:middle;
}

.avatar_creator {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:auto;
/*	width:50%;
*/    z-index: 9999;/*
    background: #fff;
    padding: 0%;
	margin: 5% 23%;
	min-height:50%;
	-webkit-box-shadow: 0px 0px 86px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 86px -16px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 86px -16px rgba(0,0,0,0.75);*/
}

.avatar_creator_box {
	height:98%;
}
	

.avatar_upoad {
	width:100%;
	margin-top: 1%;
}

.avatar_upload_bt {
	padding:1%;
	font: 400 40px/60px 'Yanone Kaffeesatz', sans-serif;
	background:#3673B1;
	color:#fff;
	margin:0 auto;
	text-align:center;
	width:230px;
}

.avatar_crop {
	width:100%;
}

.avatar_creator_bt {
	width:100%;
	color:#fff;
	font: normal 25px/40px 'Yanone Kaffeesatz', sans-serif;
	background:#66CC99;
	text-align:center;
}

.avatar_edit {
	width: 140px;
    position: absolute;
    right: 2px;
    z-index: 4;
    top: -10px;
}

.avatar_edit_change {
	width:50%;
	margin-right:-4px;
	display:inline-block;
	text-align:left;
}

.avatar_edit_change .fa {
	/*background:#3673B1;*/
	background: rgba(0,0,0,0.45);
	color:#fff;
	padding:5px;
	border-radius:50%;
}

.avatar_edit_delete {
	width:50%;
	margin-right:-4px;
	display:inline-block;
	text-align:right;
}

.avatar_edit_delete .fa {
	background: rgba(0,0,0,0.45);
	color:#fff;
	padding:5px;
	border-radius:50%;
}

.avatar_creator_bt_annulla {
	background:rgba(228,54,57,1.00);
	width:50%;
	display:inline-block;
	cursor:pointer;
}

.avatar_creator_bt_salva {
	width:50%;
	display:inline-block;
	cursor:pointer;
}

.modifica {
	width: 49% !important;
	display:inline-block !important;
	margin-right: -4px !important;;
    background: #3673B1 !important;
    color: #fff;
    font: normal 18px 'Yanone Kaffeesatz', sans-serif;
    text-align: center;
    text-transform: uppercase;
	border:none;
	margin:20px 0px 20px 0px !important;
	cursor:pointer;
}

.elimina {
	width: 49% !important;
	display:inline-block !important;
	margin-right: -4px !important;
    background: #D91E18 !important;
    color: #fff;
    font: normal 18px 'Yanone Kaffeesatz', sans-serif;
    text-align: center;
    text-transform: uppercase;
	border:none;
	margin:20px 0px 20px 0px !important;
	cursor:pointer;
}

.scheda_socio_box button {
	width: 30%;
    background: #666;
    padding: 5px 0px;
    color: #fff;
    font: normal 18px 'Yanone Kaffeesatz', sans-serif;
    text-align: center;
    text-transform: uppercase;
    border: none;
    margin: 1% 1% 1% 70%;
}

.salva_profilo button {
	width: 100%;
    background: #68C3A3;
    padding: 5px 0px;
    color: #fff;
    font: normal 18px 'Yanone Kaffeesatz', sans-serif;
    text-align: center;
    text-transform: uppercase;
    border: none;
	margin:20px 0px 20px 0px !important;
}

.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.accedi {
	padding:1%;
	display: inline-block;
}

.areasoci_bt {
	display: inline-block;
    margin-right: -4px;
    padding: 1%;
    color: #fff;
    font: normal 18px 'Yanone Kaffeesatz', sans-serif;
    background: #3673B1;
	text-transform:uppercase;
}

.areasoci_bt a:link {
	color:#fff;
}
	
.areasoci_bt a:visited {
	color:#fff;
}

.mobile_menu_container {
	background:#DDDDDD;
	width:70%;
	height:100%;
	z-index:99999;
}
	

.mobile_menu {
	position:fixed;
	bottom:0;
	z-index:10000;
	background:#333;
	font: 300 18px/40px 'Yanone Kaffeesatz', sans-serif;
	color:#fff;
	border-top:1px solid #eee;
	width:100%;
}

.mobile_menu_bt {
	width:32%;
	display:inline-block;
	box-sizing:border-box;
	text-align:center;
}

.mobile_menu_content {
	background:#fff;
	border:1px solid #ccc;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
	box-sizing:border-box;
	width:90%;
	margin: 10% 5% 0% 5%;
	padding:1%;
	position:fixed;
	bottom:40px
}

.footer {
    background: #3673B1;
    color: #fff;
    font: 400 14px 'Raleway', sans-serif;
    padding: 1%;
}

.footer_end {
	background:#00498f;
	font: 400 12px/25px 'Raleway', sans-serif;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
}

.footer_left, .footer_right {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    margin-right: -4px;
}

.footer_right {
	text-align:right;
}

.footer_bottom {
    background: #ddd;
    color: #00498F;
    font: 600 14px/25px 'Raleway', sans-serif;
    text-align: center;
}

.full {
	width:100% !important;
}

.new_abstract {
	padding:20px 0;
	border-top:1px solid #ccc;
}

.new_abstract_pdf {
	width:40%;
	display:inline-block;
	margin-right:-4px;
	font: 400 20px/30px 'Yanone Kaffeesatz', sans-serif;
    color: #fff;
    background: #3673B1;
	text-align:center;
}

.new_abstract_data {
	width:60%;
	display:inline-block;
	margin-right:-4px;
	font: 400 20px/30px 'Yanone Kaffeesatz', sans-serif;
	color: #3673B1;
	text-align:right;
}

.new_abstract_data span {
	font: bold 20px/30px 'Yanone Kaffeesatz', sans-serif;
	color:#666;
}

.new_abstract_bt {
	margin:10px 0px;
	background:#333;
	font: 400 30px/40px 'Yanone Kaffeesatz', sans-serif;
	text-align:center;
	color:#fff;
}

.abstract_box {
	margin:20px 0;
	border:1px solid #ccc;
}

.abstract_box_top {
	font: 400 20px/30px 'Yanone Kaffeesatz', sans-serif;
    color: #fff;
    background: #3673B1;
	text-align:center;
}

.abstract_box_row {
	font: 400 15px/30px 'Yanone Kaffeesatz', sans-serif;
    color: #666;
    background: #fff;
	text-align:center;
	border-bottom:1px solid #ccc;
}	

.abstract_box_cell {
	width:20%;
	display:inline-block;
	margin-right:-4px;
    vertical-align: middle;
}

.abstract_box_cell_arg {
	width:30%;
	display:inline-block;
	margin-right:-4px;
    vertical-align: middle;
}

.abstract_box_cell_end {
	width:10%;
	display:inline-block;
	margin-right:-4px;
    color: #3673B1;
    vertical-align: middle;
}

.abstract_box_cell_row {
	width:80%;
	display:inline-block;
	margin-right:-4px;
	text-align:left;
}

.org_table {
	border-right: 1px solid #ccc;
	width:100%;
}

.org_td {    
	width: 40%;
    background: #eee;
	
}

.org_table td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.titletd {
    background: #3673B1;
    color: #fff;
	
}

.post_box_txt li {
    color: #666;
    list-style: none;
    width: 100%;
    line-height: 40px;
	padding-left:2%;
}

.post_box_txt li a {
	color: #666;
}

.post_box_txt li:hover {
	color: #fff;
	background: #3673B1;
	box-sizing:border-box;
}

.post_box_txt li:hover a {
	color: #fff;
}

.ricerca button {
    border: none;
    background: none;
}

.link_container {
	width:100%;
	border-bottom:1px solid #ccc;
	margin:10px 0px;
}

.link_bt {
	float: right;
    min-width:20%; 
	background:#3673B1; 
	padding:0 2%;
	font: 600 17px 'Yanone Kaffeesatz', sans-serif;
	text-align:center;
	color:#fff;
}

.link_bt a:link {
	color:#fff;
}

.link_bt a:visited {
	color:#fff;
}

.link_titolo {
	color: #3673B1;
	font: normal 27px/40px 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	width:100%;
}

.link_content {
	width:100%;
}


.link_txt {
	vertical-align:top;
	font: 400 17px 'Raleway', sans-serif;
	color:#666;
	text-align:justify;
	width:85%;
}

.link_txt a:link {
	color:#333;
	text-decoration:underline;
}

.link_txt a:visited {
	color:#333;
	text-decoration:underline;
}

.link_txt a:hover {
	color:#3673B1;
	text-decoration:underline;
}
	

.sub_menu {
	left: 101%;
	background:#3673B1;
	padding:0 1%;
	position:absolute;
	color:#fff;
	top:0;
	min-width:96%;
}


.footer_top {
	width:100%;
	background: #fff;
	margin-top:10px;
	height:30px;
	clear:both;
}

.footer_menu {
	background: #00498f
}

.footer_menu_bt {
	width:19.4%;
	font: normal 18px/30px 'Yanone Kaffeesatz', sans-serif;
	color:#fff;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	background:#00498f;
}

.footer_menu_bt:hover {
	color:#3673B1;
}

.archivio_title {
	background:#3673B1;
	color:#fff;
	font: normal 18px/30px 'Yanone Kaffeesatz', sans-serif;
	padding-left:5px;
}

.archivio_download {
	background:#EEE;
	text-align:center;
	color:#3673B1;
	border-top: 1px solid #fff;
	padding:5px;
}

.iouomo a:link {
	color:#333;
	text-decoration:underline;
}

.iouomo a:visited {
	color:#333;
	text-decoration:underline;
}

.iouomo a:hover {
	color:#3673B1;
	text-decoration:underline;
}

.submenu_loginbar {
    color: #666;
    font: 400 20px 'Yanone Kaffeesatz', sans-serif;
	background:#eee;
}

.submenu_login_bar_bt {
	display: inline-block;
    background: none;
    padding: 0 1%;
    width: 15%;
    text-align: left;
}
.submenu_loginbar a:link {
	color: #666 !important;
}
	
.submenu_loginbar a:visited {
	color: #666 !important; 
}

.submenu_login_bar_bt:hover {
	color: #3673B1;
}
	
	

.ricerca {
	padding:7px !important;
}

.blog_ricerca {
	width:100%;
	margin:10px auto;
	border-bottom: 5px solid #3673B1;
    padding-bottom: 10px;
}

.blog_ricerca input {
	height:40px;
	border:1px solid #ddd;
	font: 400 17px 'Raleway', sans-serif;
	color:#333;
	width:98%;
	margin:0 1%;
}

.blog_preview {
	width:100%;
	margin:10px auto;
}

.blog_preview_title {
	font: 700 17px 'Raleway', sans-serif;
    color: #00478D;
    padding-bottom: 10px;
    text-align: justify;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
	width:100%;
}

.blog_preview_title a:link {
	color:#00478D;
}

.blog_preview_title a:visited {
	color:#00478D;
}

.blog_preview_title a:hover {
	color:#fff;
	background:#00478D;
}

.blog_preview_txt {
	font: 400 14px 'Raleway', sans-serif;
    color: #333;
	width:100%;
    text-align: justify;
	margin:10px 0;
}

.blog_preview_info {
	background:#ddd;
	margin-top:10px;
	width:100%;
}

.blog_preview_info span {
	color:#00478D;
	font-weight:bold;
}

.blog_preview_author {
	width:49%;
	margin-right:-4px;
	display:inline-block;
	text-align:left;
	padding-left:1%;
	font: 400 16px/20px 'Yanone Kaffeesatz', sans-serif; 
	color: #333;
}

.blog_preview_author a:link {
	color:#00478D;
}

.blog_preview_author a:visited {
	color:#00478D;
}

.blog_preview_author a:hover {
	color:#00478D;
	text-decoration:underline;
}

.blog_preview_comment {
	width:49%;
	margin-right:-4px;
	display:inline-block;
	text-align:right;
	padding-right:1%;
	font: 400 14px/20px 'Yanone Kaffeesatz', sans-serif;
	color: #333;
}
	
.blog_author_img {
	width: 20%;
    border: 3px solid #eee;
    border-radius: 120px;
    background: #fff;
    overflow: hidden;
    vertical-align: top;
	display:inline-block;
	margin-right:-4px;
}

.blog_author {
	width:98%;
	background:#eee;
	padding:1%;
	margin-bottom:55px;
}

.blog_author_descr {
	display:inline-block;
	margin-right:-4px;
	color: #333;
	font: 400 16px 'Raleway', sans-serif;
	padding:1%;
	width: 78%;
}

.blog_author_descr span {
	font-weight:bold;
}

.blog_comment_row {
	width:100%;
	margin:10px auto;
	position:relative;
}

.blog_comment_img {
	width: 10%;
    border: 2px solid #eee;
    border-radius: 60px;
    background: #fff;
    overflow: hidden;
    vertical-align: top;
	display:inline-block;
}

.blog_comment_content {
	display:inline-block;
	padding:1%;
	width:88%;
}

.blog_comment_txt {
	font: 400 12px 'Raleway', sans-serif;
	color:#666;
	text-align:justify;
	width:100%;
	margin:10px 0;
}

.blog_comment_name {
	font: 600 15px 'Raleway', sans-serif;
	color:#00478D;
	width:100%;
}

.blog_comment_data {
	width:98%;
	background:#eee;
	padding:0 1%;
	font: 400 13px 'Yanone Kaffeesatz', sans-serif;
	text-align:right;
}

.blog_preview_img {
	vertical-align:top;
}
	
.post_fullwidth {
	width:100%;
	padding:0 2%;
	text-align:justify;
}

.blog_insert_comment {
	width:98%;
	padding:1% 0;
	margin-top:20px;
	padding-top:20px;
	border-top: 1px solid #ddd;
}

.blog_insert_comment textarea {
	resize:none;
	width:100%; 
	height:150px;
}

.blog_comment_bt {
	background: #3673B1;
	padding:5px;
	font: bold 14px 'Raleway', sans-serif;
	text-align:center;
	color:#fff;
	width:20%;
	float:right;
}

.blog_comment_bt:hover {
	background: #00498f;
}

.blog-attachments {
  list-style: none;
}
.blog-attachments li {
  float: left;
  width: 180px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}
.blog-attachment-name {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}
.blog-attachment-icon,
.blog-attachment-info,
.blog-attachment-size {
  display: block;
}
.blog-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}
.blog-attachment-size {
  color: #999;
  font-size: 12px;
  padding: 5px 0px;
}
.blog-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}
.blog-attachment-icon.has-img {
  padding: 0;
}
.blog-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto;
}


.post_owner {
	font: bold 14px/40px 'Raleway', sans-serif;
	background:#333;
	color:#fff;
	text-align:right;
	padding-right: 2%;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	z-index:9999;
}

.post_owner a:link {
	color:#fff;
}

.post_owner a:visited {
	color:#fff;
}

.post_owner a:hover {
	color:#fff;
	text-decoration:underline;
}

.blog_comment_delete {
	position:absolute;
	top:0;
	right:20px;
	color:rgba(204,42,45,1.00);
	font-size:18px;
}

.mobile_menu_container {
	background:#ddd;
}

.body_login {
            font-family: 'Segoe UI Light', Georgia, Arial;
            font-size: 13px;
            color: #333;
            background:#626262 url('../images/lg_wp.jpg') center top no-repeat;
        }


.lgncnt {
            background-color: #fff;
            width: 430px;
            margin: 100px auto;
            padding: 34px 34px 0px 34px;
            border-radius: 5px;
            box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.46);
			color:#666;
        }
		

.login > div:nth-child(1) {
        }

.login > div:nth-child(1) > i {
            opacity: 0.8;
            background-image: url('lock.png');
            display: inline-block;
            height: 32px;
            width: 24px;
            background-position: 0px 0px;
            vertical-align: bottom;
        }

.login > div:nth-child(1) > span {
            color: #666;
            font-size: 20px;
            display: inline-block;
            padding-left: 6px;
			font-family:'Raleway', sans-serif;
        }

.login > div:nth-child(1) > p {
            padding-left: 35px;
            color: rgba(0, 0, 0, 0.66);
			font-family:'Raleway', sans-serif;
        }

.login > div:nth-child(1) > p > b {
        }

.login > div:nth-child(2) {
            margin-top: 25px;
        }

.login > div:nth-child(2) > input {
            display: block;
            width: 100%;
            border-radius: 0px;
            padding: 10px 15px;
            background-color: #2A4773;
            /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.62) inset;*/
            color: #fff;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            margin-bottom: 15px;
			border:none;
        }

.login > div:nth-child(3) {
            color: rgba(0, 0, 0, 0.66);
            font-size: 12px;
            padding-left: 37px;
        }

.login > div:nth-child(3) > input {
            vertical-align: bottom;
        }


.login > div:nth-child(3) > a {
            margin-left: 15px;
        }

.login > div:nth-child(4) {
            text-align: right;
        }

.login > div:nth-child(4) > input {
            cursor: pointer;
            background: #2ea3f2;
            background-image: -webkit-linear-gradient(top, #fff, #ccc);
            background-image: -moz-linear-gradient(top, #fff, #ccc);
            background-image: -ms-linear-gradient(top, #fff, #ccc);
            background-image: -o-linear-gradient(top, #fff, #ccc);
            background-image: linear-gradient(to bottom, #fff, #ccc);
			border:1px solid #999;
            font-family: Arial;
            color: #666;
            font-size: 14px;
            padding: 10px 25px 10px 25px;
            text-decoration: none;
        }

.login > div:nth-child(4) > input:hover {
            background: #3cb0fd;
            background-image: -webkit-linear-gradient(top, #6D819F, #2A4773);
            background-image: -moz-linear-gradient(top, #6D819F, #2A4773);
            background-image: -ms-linear-gradient(top, #6D819F, #2A4773);
            background-image: -o-linear-gradient(top, #6D819F, #2A4773);
            background-image: linear-gradient(to bottom, #6D819F, #2A4773);
            text-decoration: none;
			color:#fff;
			border:1px solid #fff;
        }


.login > div:nth-child(5) {
            background-color: #20385C;
            margin-left: -34px;
            width: 498px;
            border-radius: 0 0 3px 3px;
            padding: 10px 37px;
            text-align: left;
            color: rgba(255, 255, 255, 0.37);
            margin-top: 20px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }
		
.banner_hp {
	width:100%;
	margin:30px 0px 20px 0px;
	background: #f4f4f4;
    padding-bottom: 10px;
}

.scegli_wrap {
	background:rgba(0,0,0,0.74); 
	position:fixed; 
	top:0; 
	bottom:0; 
	left:0; 
	right:0;  
	z-index:9998;
}

.scegli {
	width:900px;
	height:500px;
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
	z-index:9999;
}

.scegli_title {
	width:100%;
}

.scegli_box {
	display:flex;
}

.elearning {
	display:flex;
	justify-content:space-between;
}

.elearning_bt {
	flex-basis:49%;
}

.elearning_bt:hover {
	background:#ccc;
}

.iscrizione_corso_bt {
    width: 100%;
    background: #3673B1;
    padding: 5px 0px;
    color: #fff;
    font: normal 22px 'Yanone Kaffeesatz', sans-serif;
    text-align: center;
    text-transform: uppercase;
    border: none;
    margin: 20px 0px 20px 0px !important;
}

.sponsor_title {
	width:100%;
	box-sizing:border-box;
    background: #3673B1;
    padding-left: 15px;
    color: #fff;
    font: normal 32px 'Yanone Kaffeesatz', sans-serif;
}

.sponsor {
	padding:10px;
	display:flex;
	justify-content:space-around;
}

.sponsor a {
	flex-basis:20%;
}

.footer_faronet {
	color: #666;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	font: normal 18px 'Yanone Kaffeesatz', sans-serif;
}

@media screen and (min-width: 120px) {
	
	.scegli {
	width:100%;
	height:auto;
    padding: 10%;
	}
	
	.scegli_box {
	display:block;
}
	
	.map_struttura {
	display:none;
	width:49%;
}
	
	.map_list_data_strutture {
	width:100%;
	display:block;
}
	
	.big_name_new {
    font: 600 20px/30px 'Yanone Kaffeesatz', sans-serif !important;
    width: 100% !important;
	position: relative;
    top: 0;
    margin-top: 0px;
}
	
.map_list_doc_header_new {
	width: 100%;
    text-align: center;
}
	
.logged {
	width:100%;
}

.list_box .area_soci_menu {
	display:none;
}

.area_soci_menu {
	width:100%;
}
	
.mobile_menu_container {
	width:50%;
	height:100%;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99999; 
}
	
.blog_preview_content {
	width:98%;
	display:block;
	padding:2%;
}
	
.blog_preview_img {
	width:100%;
	display:inline-block;
	margin-right:0px;
}
	
.footer_menu_bt {
	width:100%;
}
	
.footer_menu {
	width:100%;
}

.link_table img {
	display:none;
}

	
.ricerca button {
	display:none;
}
	
.ricerca {
	text-align:right;
	width:100% !important;
	float:right;
}
	
.mobile_menu {
	display:block;
}
	
	
.scheda_socio_title_sub {
	font: normal 19px/30px 'Yanone Kaffeesatz', sans-serif;
}
	
.scheda_socio_left {
	font: normal 20px/20px 'Yanone Kaffeesatz', sans-serif;
	color:#000;
	padding:10px 0px;
	width:100%;
	text-transform:uppercase;
	background:#fcfcfc;
	display:block;
	margin-right:0;
}

.scheda_socio_right {
	font: 400 14px/20px 'Raleway', sans-serif;
	color:#666;
	padding:10px 0px;
	width:100%;
	display:block;
	margin-right:0;
}
	
.map_list_data {
	width:98%;
	display:block;
	margin-right:-0px;
	margin-left:0%;
	border:1px solid #ccc;
	padding:1%;
	vertical-align:top;
	position: fixed;
    z-index: 1000;
	background: #fff; 
	top: 0px;
	left:0%;
	height:100%;
}

.map_list_data_new {
	width:98%;
	display:block;
	margin-right:-0px;
	margin-left:0%;
	border:1px solid #ccc;
	padding:1%;
	vertical-align:top;
	position: relative;
    z-index: 1000;
	background: #fff; 
	top: 0px;
	left:0%;
	height:100%;
    margin: 0%;
}
	
.map {
    width: 69%;
	height: 600px;
    position: absolute;
    top: 54px;
    right: 0px;
	z-index:1;
	display:none;
}
	
.map_list {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0%;
	margin-right:-4px;
}
	
.allegati_text {
	width:40%;
	display:inline-block;
	margin-right:-4px;
	text-overflow: ellipsis; 
	white-space: nowrap;
    overflow: hidden;
	vertical-align: top;
} 

.allegati_data {
	text-align:right;
	width:40%;
	display:inline-block;
	margin-right:-4px;
}
	
.correlati_box {
	width:100%;
	display:block;
	margin-right:0px;
	margin-left:0%;
}
	
.menu_sub {
	box-shadow: 2px 2px 5px #888888;
	background:#00498F;
	padding: 0% 1% 0% 1%;
	position:relative;
	color:#fff;
	min-width:96%;
	cursor:pointer;
}
	
.menu_bt {
	display:block;
	margin: 0px 0px 0px 0px;
	color:#fff;
	width:100%;
	border-bottom:1px solid #fff;
	background:#3673B1;
	text-align:center;
	position:relative;
	text-transform:uppercase;
	cursor:pointer;
}

.menu_bt:hover {
	background: #3673B1 url(../images/x.gif) repeat-x; 
	color:#fff;
	border: none;
}

.menu_bt:hover .fa {
	color:#fff;
}

.post_box_old_img {
	width: 100%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    padding: 1%;
}
	
.post_preview_content {
	display:inline-block;
	margin-right:-4px;
	width:100%;
	vertical-align:top;
	padding-left:10px;
	position:relative;
	height:175px;
	background:#FFFFFF
}
	
.post_preview_img img {
	width:100%;
}

.post_preview_img {
	display:inline-block;
	margin-right:-4px;
	width:100%;
	overflow:hidden;
}
	
#container {
	width:100%;
	margin:0 auto;
	background:#fff;
}
	
.home_map_box {
	width:100%;
	margin-right:0px;
	display: block;
	text-align:center;
}

.menu {
	width:100%;
	font: normal 20px/30px 'Yanone Kaffeesatz', sans-serif;
	display:none;
}

.menu_mobile {
	display:block;
	width:100%;
	font: 500 25px/30px 'Yanone Kaffeesatz', sans-serif;
	text-align:center;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	color:#3673B1;
}

.accedi {
	width: 100%;
	font: 500 20px 'Yanone Kaffeesatz', sans-serif;
	
}


.accedi input {
	font: 300 18px 'Yanone Kaffeesatz', sans-serif;
	border:1px solid #ccc;
	color:#ccc;
	height:20px;
	width:100%;
	padding-left:2px;
	margin:5px 0px;
	height:25px;
}

.accedi_bt {
	width:100%;
	background:#3673B1;
	padding:2px 4px;
	color:#fff;
	font: normal 20px/28px 'Yanone Kaffeesatz', sans-serif;
	text-align:center;
	margin:5px 0px;
	display:block;
	cursor:pointer;
	text-transform:uppercase;
}

.big_img {
	width: 100%;
	display:inline-block;
	position:relative;
	margin-right:-1px;
	height: 100%;
    overflow: hidden;
}

.top_categoria {
	position:absolute;
	top:0px;
	right:0px;
	background:#00498F;
	color:#fff;
	font: 300 13px 'Raleway', sans-serif;
	text-align:right;
	width:30%;
}

.big_img_txt {
	background: rgba(0,0,0,0.5);
	font: normal 16px 'Raleway', sans-serif;
	color:#fff;
	text-align:justify;
	position:absolute;
	bottom:0px;
	width:100%;
}

.big_img_title {
	background: rgba(0,0,0,0.2);
	font: bold 18px 'Raleway', sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:1%;
}

.big_img_content {
	padding:1%;
	display:none;
}

.double_img_container {
	width: 50%;
	display:none;
	position:relative;
	margin-right:-4px;
	height:100%;
	overflow:hidden;
}

}
	

@media screen and (min-width: 768px) {
	
	.scegli {
	width:100%;
	height:auto;
    padding: 10%;
	}
	
	.scegli_box {
	display:block;
}
	
	.map_struttura {
	display:none;
	width:49%;
}
	
	.map_list_data_strutture {
	width:100%;
	display:block;
}
	
	.big_name_new {
    font: 600 30px 'Yanone Kaffeesatz', sans-serif !important;
    width: 48% !important;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
	
	.map_list_doc_header_new {
	width: 48%;
    text-align: left;
}
	
.logged {
	width:70%;
}
	
.list_box .area_soci_menu {
	display: inline-block;
}

.area_soci_menu {
	width:30%;
}
	
.mobile_menu_container {
	width:50%;
	height:100%;
	display:none;
}
	
.blog_preview_content {
	width:78%;
	display:inline-block;
	padding:2%;
}

	
.blog_preview_img {
	width:20%;
	display:inline-block;
	margin-right:-4px;
}
	
.footer_menu_bt {
	width:19.4%;
}
	
.footer_menu {
	width:100%;
	margin:0 ;
}
	
.link_table img {
	display: inline-block;
}

	
.ricerca button {
	display: none;
}
	
.ricerca {
	text-align:right;
	width:100% !important;
	float:right;
}

.ricerca input {
	width:100% !important;
}
	
.mobile_menu {
	display:none;
}
	
.scheda_socio_title_sub {
	font: normal 25px/30px 'Yanone Kaffeesatz', sans-serif;
}

.scheda_socio_left {
	font: normal 20px/20px 'Yanone Kaffeesatz', sans-serif;
	color:#000;
	padding:10px 0px;
	width:40%;
	text-transform:uppercase;
	background:#fcfcfc;
	display:inline-block;
	margin-right:-4px;
}

.scheda_socio_right {
	font: 400 14px/20px 'Raleway', sans-serif;
	color:#666;
	padding:10px 0px;
	width:60%;
	display:inline-block;
	margin-right:-4px;
}
	
.map_list_data {
	width:29%;
	display:inline-block;
	margin-right:-4px;
	margin-left:1%;
	border:1px solid #ccc;
	padding:1%;
	vertical-align:top;
	position: absolute;
    z-index: 2;
	background: #fff; 
	top: 54px;
	left:30%;
	display:block;
	height:auto;
}

.map_list_data_new {
	width:96%;
	display:inline-block;
	margin-right:-4px;
	margin-left:1%;
	border:1px solid #ccc;
	padding:1%;
	vertical-align:top;
	position: relative;
    z-index: 2;
	background: #fff; 
	display:block;
	height:auto;
    margin: 1%;
}
	
.map {
    width: 69%;
	height: 600px;
    position: absolute;
    top: 54px;
    right: 0px;
	z-index:1;
}
	
.map_list {
	width:29%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-left:1%;
	margin-right:-4px;
}
	
.allegati_text {
	width:78%;
	display:inline-block;
	margin-right:-4px;
	text-overflow: ellipsis; 
	white-space: nowrap;
    overflow: hidden;
	vertical-align: top;
} 

.allegati_data {
	text-align:right;
	width:16%;
	display:inline-block;
	margin-right:-4px;
}
	
.correlati_box {
	width:32%;
	display:inline-block;
	margin-right:-4px;
	margin-left:1%;
}
	
.menu_sub {
	box-shadow: 2px 2px 5px #888888;
	background:#00498F;
	padding: 2% 2% 0% 2%;
	position:absolute;
	color:#fff;
	min-width:150%;
	z-index:10;
	cursor:pointer;
}
	
.menu_bt {
	display:inline-block;
	color:#5F6A71;
	width:auto;
	padding:0 10px;
	border-bottom:none;
	background:transparent;
	margin: 2px -2px 2px 2px;
	position:relative;
	text-transform:uppercase;
	cursor:pointer;
	border: 2px solid #fff;
}

.menu_bt:hover {
	/*background: url(../images/menu_bt.gif) repeat-x;
	color:#fff;*/
	border: 2px solid #00498F;
	margin: 0px -4px 0px 0px;
	background: none;
	color:#00498F;
}

.menu_bt:hover .fa {
	color:#fff;
}

	
.post_box_old_img {
	width: 38%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    padding: 1%;
}
	
.post_preview_content {
	display:inline-block;
	margin-right:-4px;
	width:68%;
	vertical-align:top;
	padding-left:10px;
	position:relative;
	height:175px;
}

.post_preview_img img {
	width:100%;
}
	
.post_preview_img {
	display:inline-block;
	margin-right:-4px;
	width:30%;
	overflow:hidden;
}
	
#container {
	width:100%;
	margin:0 auto;
	background:#fff;
}
	
.home_map_box {
	width:100%;
	margin-right:-4px;
	display:inline-block;
}
	
	
.big_img {
	width: 100%;
	display:inline-block;
	position:relative;
	margin-right:-1px;
	height: 100%;
    overflow: hidden;
}
	
.menu {
	width:100%;
	font: normal 20px/60px 'Yanone Kaffeesatz', sans-serif;
	display:flex;
	justify-content:space-around;
}

.menu_mobile {
	display:none;
}

.accedi {
	width: 100%;
}


.accedi input {
	font: 300 18px 'Yanone Kaffeesatz', sans-serif;
	border:1px solid #ccc;
	color:#ccc;
	height:20px;
	width:40%;
	padding-left:2px;
	margin:0px;
	height:25px;
}

.accedi_bt {
	width:10%;
	background:#3673B1;
	padding:0px 4px;
	color:#fff;
	font: normal 18px/28px 'Yanone Kaffeesatz', sans-serif;
	text-align:center;
	margin:0px;
	display:inline-block;
	text-transform:uppercase;
}

.double_img_container {
	width: 50%;
	display:none;
	position:relative;
	margin-right:-4px;
	height:100%;
	overflow:hidden;
}
	
}

@media screen and (min-width: 1024px) {
	
	.scegli {
	width:900px;
	height:500px;
    padding: 10px;
	}
	
	.scegli_box {
	display:flex;
}
	
	.map_struttura {
	display:inline-block;
	width:49%;
}
	
	.map_list_data_strutture {
	width:50%;
	display:inline-block;
}
	
	.big_name_new {
    font: 600 30px 'Yanone Kaffeesatz', sans-serif !important;
    width: 48% !important;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
	
	.map_list_doc_header_new {
	width: 48%;
    text-align: left;
}
	
.logged {
	width:70%;
}
	
.list_box .area_soci_menu {
	display: inline-block;
	width:30%;
}

.area_soci_menu {
	width:30%;
}
	
.mobile_menu_container {
	width:50%;
	height:100%;
	display:none;
}
	
.ricerca input {
	width:40% !important;
}
	
.blog_preview_content {
	width:78%;
	display:inline-block;
	padding:2%;
}

	
.blog_preview_img {
	width:20%;
	display:inline-block;
	margin-right:-4px;
}
	
.footer_menu_bt {
	width:19.4%;
}
	
.footer_menu {
	width:100%;
	margin:0 ;
}
	
.link_table img {
	display: inline-block;
}

	
.ricerca button {
	display: inline-block;
}
	
.ricerca {
	text-align:right;
	width:37% !important;
	float:right;
}
	
.mobile_menu {
	display:none;
}
	
.scheda_socio_title_sub {
	font: normal 25px/30px 'Yanone Kaffeesatz', sans-serif;
}
	
.scheda_socio_left {
	font: normal 20px/20px 'Yanone Kaffeesatz', sans-serif;
	color:#000;
	padding:10px 0px;
	width:40%;
	text-transform:uppercase;
	background:#fcfcfc;
	display:inline-block;
	margin-right:-4px;
}

.scheda_socio_right {
	font: 400 14px/20px 'Raleway', sans-serif;
	color:#666;
	padding:10px 0px;
	width:60%;
	display:inline-block;
	margin-right:-4px;
}
	
.map_list_data {
	width:29%;
	display:inline-block;
	margin-right:-4px;
	margin-left:1%;
	border:1px solid #ccc;
	padding:1%;
	vertical-align:top;
	position: absolute;
    z-index: 2;
	background: #fff; 
	top: 54px;
	left:30%;
	height:auto;
}

.map_list_data_new {
	width:96%;
	display:inline-block;
	margin-right:-4px;
	margin-left:1%;
	border:1px solid #ccc;
	padding:1%;
	vertical-align:top;
	position: relative;
    z-index: 2;
	background: #fff; 
	height:auto;
    margin: 1%;
}
	
.map {
    width: 69%;
	height: 600px;
    position: absolute;
    top: 54px;
    right: 0px;
	z-index:1;
	display:block;
}
	
.map_list {
	width:29%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-left:1%;
	margin-right:-4px;
}
	
.allegati_text {
	width:78%;
	display:inline-block;
	margin-right:-4px;
	text-overflow: ellipsis; 
	white-space: nowrap;
    overflow: hidden;
	vertical-align: top;
} 

.allegati_data {
	text-align:right;
	width:16%;
	display:inline-block;
	margin-right:-4px;
}
	
.correlati_box {
	width:32%;
	display:inline-block;
	margin-right:-4px;
	margin-left:1%;
}
	
.menu_sub {
	box-shadow: 2px 2px 5px #888888;
	background:#00498F;
	padding: 2% 2% 0% 2%;
	position:absolute;
	color:#fff;
	min-width:150%;
	z-index:10;
	cursor:pointer;
}
	
.menu_bt {
	display:inline-block;
	color:#5F6A71;
	width:auto;
	padding:0 10px;
	border-bottom:none;
	background:transparent;
	margin: 2px -2px 2px 2px;
	position:relative;
	text-transform:uppercase;
	cursor:pointer;
	border: 2px solid #fff;

}

.menu_bt:hover {
	/*background: url(../images/menu_bt.gif) repeat-x;
	color:#fff;*/
	border: 2px solid #00498F;
	margin: 0px -4px 0px 0px;
	background: none;
	color:#00498F;
}

.menu_bt:hover .fa {
	color:#fff;
}

	
.post_box_old_img {
	width: 38%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    padding: 1%;
}

.post_preview_content {
	display:inline-block;
	margin-right:-4px;
	width:68%;
	vertical-align:top;
	padding-left:10px;
	position:relative;
	height:175px;
}

.post_preview_img img {
	width:100%;
}
	
.post_preview_img {
	display:inline-block;
	margin-right:-4px;
	width:30%;
	overflow:hidden;
}
	
#container {
	width:100%;
	margin:0 auto;
	background:#fff;
}
	
.home_map_box {
	width:100%;
	margin-right:-4px;
	display:inline-block;
}
	
.big_img {
	width: 50%;
	display:inline-block;
	position:relative;
	margin-right:-4px;
}
	
.menu {
	width:100%;
	font: normal 23px/60px 'Yanone Kaffeesatz', sans-serif;
	display:flex;
	justify-content:space-around;
}

.menu_mobile {
	display:none;
}

.accedi {
	width: 50%;
}


.accedi input {
	font: 300 18px 'Yanone Kaffeesatz', sans-serif;
	border:1px solid #ccc;
	color:#ccc;
	height:20px;
	width:40%;
	padding-left:2px;
	margin:0px;
	height:25px;
}

.accedi_bt {
	width:10%;
	background:#3673B1;
	padding:0px 4px;
	color:#fff;
	font: normal 18px/28px 'Yanone Kaffeesatz', sans-serif;
	text-align:center;
	margin:0px;
	display:inline-block;
	text-transform:uppercase;
}

.big_img {
	width: 50%;
	display:inline-block;
	position:relative;
	margin-right:-1px;
	height: 100%;
    overflow: hidden;
}

.double_img_container {
	width: 50%;
	display:inline-block;
	position:relative;
	margin-right:-4px;
	height:100%;
	overflow:hidden;
}
	
}

@media screen and (min-width: 1200px) {
	
	.scegli {
	width:900px;
	height:500px;
    padding: 10px;
	}
	
	.scegli_box {
	display:flex;
}
	
	.map_list_data_strutture {
	width:50%;
	display:inline-block;
}

.map_struttura {
	display:inline-block;
	width:49%;
}
	
	.map_list_doc_header_new {
	width: 48%;
    text-align: left;
}

.big_name_new {
    font: 600 30px 'Yanone Kaffeesatz', sans-serif !important;
    width: 48% !important;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
	
.logged {
	width:70%;
}
	
.list_box .area_soci_menu {
	display: inline-block;
	width:30%;
}

.area_soci_menu {
	width:30%;
}
	
.mobile_menu_container {
	width:50%;
	height:100%;
	display:none;
}
	
.ricerca input {
	width:40% !important;
}
	
.blog_preview_content {
	width:78%;
	display:inline-block;
	padding:2%;
}

	
.blog_preview_img {
	width:20%;
	display:inline-block;
	margin-right:-4px;
}
	
.footer_menu_bt {
	width:19.4%;
}
	
.footer_menu {
	width:100%;
	margin:0 ;
}
	
.link_table img {
	display: inline-block;
}

	
.ricerca button {
	display: inline-block;
}
	
.ricerca {
	text-align:right;
	width:37% !important;
	float:right;
}
	
.mobile_menu {
	display:none;
}
	
.scheda_socio_title_sub {
	font: normal 25px/30px 'Yanone Kaffeesatz', sans-serif;
}
	
.scheda_socio_left {
	font: normal 20px/20px 'Yanone Kaffeesatz', sans-serif;
	color:#000;
	padding:10px 0px;
	width:30%;
	text-transform:uppercase;
	background:#fcfcfc;
	display:inline-block;
	margin-right:-4px;
}

.scheda_socio_right {
	font: 400 14px/20px 'Raleway', sans-serif;
	color:#666;
	padding:10px 0px;
	width:70%;
	display:inline-block;
	margin-right:-4px;
}
	
.map_list_data {
	width:29%; 
	display:inline-block;
	margin-right:-4px;
	margin-left:1%;
	border:1px solid #ccc;
	padding:1%;
	vertical-align:top;
	position: absolute;
    z-index: 2;
	background: #fff; 
	top: 54px;
	left:30%;
	height:auto;
}

.map_list_data_new {
	width:96%; 
	display:inline-block;
	margin-right:-4px;
	margin-left:1%;
	border:1px solid #ccc;
	padding:1%;
	vertical-align:top;
	position: relative;
    z-index: 2;
	background: #fff; 
	height:auto;
    margin: 1%;
}
	
.map {
    width: 69%;
	height: 600px;
    position: absolute;
    top: 54px;
    right: 0px;
	z-index:1;
	display:block;
}
	
.map_list {
	width:29%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-left:1%;
	margin-right:-4px;
}
	
.allegati_text {
	width:78%;
	display:inline-block;
	margin-right:-4px;
	text-overflow: ellipsis; 
	white-space: nowrap;
    overflow: hidden;
	vertical-align: top;
} 

.allegati_data {
	text-align:right;
	width:16%;
	display:inline-block;
	margin-right:-4px;
}
	
.correlati_box {
	width:32%;
	display:inline-block;
	margin-right:-4px;
	margin-left:1%;
}
	
.menu_sub {
	padding: 2% 2% 0% 2%;
	position:absolute;
	color:#fff;
	min-width:150%;
	z-index:10;
	cursor:pointer;
	box-shadow: 2px 2px 5px #888888;
	background:#00498F;
}
	
.menu_bt {
	/*display:block;
	margin: 0px 0px 0px 0px;
	color:#fff;
	width:13%;
	border-bottom:1px solid #fff;
	background:#eee;
	text-align:center;
	position:relative;
	text-transform:uppercase;
	cursor:pointer;
	color:#333;
	line-height:40px;*/
	display: inline-block;
    color: #5F6A71;
    width: auto;
	padding:0 10px;
    border-bottom: none;
    background: transparent;
    margin: 2px -2px 2px 2px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #fff;
}

.menu_bt:hover {
	/*background: url(../images/menu_bt.gif) repeat-x;
	color:#fff;*/
	border: 2px solid #00498F;
	margin: 0px -4px 0px 0px;
	background: none;
	color:#00498F;
}

.menu_bt:hover .fa {
	color:#fff;
}

	
.post_box_old_img {
	width: 38%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    padding: 1%;
}
	
.post_preview_content {
	display:inline-block;
	margin-right:-4px;
	width:68%;
	vertical-align:top;
	padding-left:10px;
	position:relative;
	height:175px;
}

.post_preview_img img {
	width:100%;
}
	
.post_preview_img {
	display:inline-block;
	margin-right:-4px;
	width:30%;
	overflow:hidden;
}

#container {
	width:950px;
	margin:0 auto;
	background:#fff;
}
	
.home_map_box {
	width:100%;
	margin-right:-4px;
	display:inline-block;
}
	
.big_img {
	width: 50%;
	display:inline-block;
	position:relative;
	margin-right:-1px;
	height: 100%;
    overflow: hidden;
}

.menu {
	width:100%;
	font: normal 23px/60px 'Yanone Kaffeesatz', sans-serif;
	display:flex;
	justify-content:space-around;
}

.menu_mobile {
	display:none;
}

.accedi {
	width: 50%;
}


.accedi input {
	font: 300 18px 'Yanone Kaffeesatz', sans-serif;
	border:1px solid #ccc;
	color:#808080;
	height:20px;
	width:40%;
	padding-left:2px;
	margin:0px;
	height:25px;
}

.accedi_bt {
	width:10%;
	background:#3673B1;
	padding:0px 4px;
	color:#fff;
	font: normal 18px/28px 'Yanone Kaffeesatz', sans-serif;
	text-align:center;
	margin:0px;
	display:inline-block;
	text-transform:uppercase;
}

.double_img_container {
	width: 50%;
	display:inline-block;
	position:relative;
	margin-right:-4px;
	height:100%;
	overflow:hidden;
}
	
}

