﻿@font-face {
	font-family: GothamRounded;
	src: url("/css/fonts/GothamRnd-Bold_1.otf") format("opentype");
	src: url('/css/fonts/GothamRnd-Bold_1.eot');
    src: url('/css/fonts/GothamRnd-Bold_1.eot?#iefix') format('embedded-opentype'),         
         url('/css/fonts/GothamRnd-Bold_1.woff') format('woff'),
         url('/css/fonts/GothamRnd-Bold_1.ttf') format('truetype'),
         url('/css/fonts/GothamRnd-Bold_1.svg#denseregular') format('svg');	
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: GothamRounded;
	src: url("/css/fonts/GothamRnd-Medium_1.otf") format("opentype");
	src: url('/css/fonts/GothamRnd-Medium_1.eot');
    src: url('/css/fonts/GothamRnd-Medium_1.eot?#iefix') format('embedded-opentype'),         
         url('/css/fonts/GothamRnd-Medium_1.woff') format('woff'),
         url('/css/fonts/GothamRnd-Medium_1.ttf') format('truetype'),
         url('/css/fonts/GothamRnd-Medium_1.svg#denseregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: GothamRounded;
	src: url("/css/fonts/GothamRnd-Light_1.otf") format("opentype");
	src: url('/css/fonts/GothamRnd-Light_1.eot');
    src: url('/css/fonts/GothamRnd-Light_1.eot?#iefix') format('embedded-opentype'),         
         url('/css/fonts/GothamRnd-Light_1.woff') format('woff'),
         url('/css/fonts/GothamRnd-Light_1.ttf') format('truetype'),
         url('/css/fonts/GothamRnd-Light_1.svg#denseregular') format('svg');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: GothamRounded;
	src: url("/css/fonts/GothamRnd-Book_2.otf") format("opentype");
	src: url('/css/fonts/GothamRnd-Book_2.eot');
    src: url('/css/fonts/GothamRnd-Book_2.eot?#iefix') format('embedded-opentype'),         
         url('/css/fonts/GothamRnd-Book_2.woff') format('woff'),
         url('/css/fonts/GothamRnd-Book_2.ttf') format('truetype'),
         url('/css/fonts/GothamRnd-Book_2.svg#denseregular') format('svg');
	font-weight: 300;
	font-style: normal;
}
html, body{	
	-webkit-font-smoothing:antialiased;
	margin:0;
	padding:0;
	font-size:16px;
	background-color:white;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{	
	color: #000000;
	font-family: 'GothamRounded', sans-serif;
}
.container{
	padding-left:10px;
	padding-right:10px;
	max-width: 980px;
	position:relative;
}
img.fleft{
	margin-right:10px;
}
img.fright{
	margin-left:10px;
}

.hspace{
	position:relative;
	height:15px;
}
.first-space{
	padding-top:126px;
}
.space{
	position:relative;
	height:126px;
}
h1,h2,h3,h4{
	margin-top:0px;
	margin-bottom:7px;
}
section{
	/*padding-top:70px;*/
}
.section_bg {
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    height:653px;
    color:white;
}

.c1{
	color:#024089;
}
.header{
	position:fixed;
	width:100%;
	z-index:10;
	height:126px;
	background-color:white;
	/*-webkit-box-shadow: 0 0 4px 0 #000000;
	box-shadow: 0 0 4px 0 #000000;*/
}

.header .col_hm{
	
}
.header .logo{	
	position:relative;
	height:60px;
	margin-top:15px;	
}
.header .cont_logo{
	height:90px;	
}
.main-navigation{	
	height:46px;
	position:relative;
}
/*
.header.smaller, .header.smaller .col_hm{
	height:70px;
}
.header.smaller .logo{
	top:5px;
}
.header.smaller .main-navigation{
	top:12px;
}*/
.main-navigation #menu{
	height:46px;		
	overflow:hidden;
	padding:0;
	margin:0;
	background-color:#CFD1D2;
	margin:auto;
}
.main-navigation li{
	font-size:16px;
	display:inline-block;	
	height:46px;	
	text-align:center;		
}
.main-navigation li .table{
	height:46px;
}
.main-navigation li .td{
	height:46px;
	vertical-align:middle;	
	text-align:center;
}
.main-navigation li a{
	color:#024089;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;	
	text-transform:uppercase;
	display:inline-block;	
	padding-left:14px;
	padding-right:14px;  
	font-weight:500;
    height:100%;
    line-height:46px;
}

.main-navigation a:hover{
	text-decoration:underline;
}
.main-navigation li a.selected{	
	background-color:#b2daf0;
    border-left:1px solid #97bfd4;
    border-right:1px solid #97bfd4;
    padding-left:17px;
	padding-right:17px;    
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: none;
}

.cont_flags{
	position:absolute;
	right:0px;
	top:10px;
	height:22px;
}
.cont_flags img{
	width:20px;
	margin-right:3px;
}
.box_brd_l{
	border-left:3px solid #E6E6E6;
}
.text_home img.ico{
	width:100%;
	max-width:45px;
}
.home_left .col_f{
	margin-bottom:15px;
	margin-top:15px;
}
.paddingbox{
	padding:0 20px;
}
.box h1{
	text-align:center;
	border-top:5px solid #E6E6E6;
	border-bottom:5px solid #E6E6E6;
	padding:10px 0;
	line-height:40px;
	font-weight:normal;
	margin-bottom:30px;
}
.home_right{
	margin-bottom:15px;
	margin-top:15px;
}
.button{
	display:inline-block;
	padding:6px 12px;
	line-height:16px;
	text-align:center;	
	cursor:pointer;
	color:#ffffff;
	background-color:#007BC4;
}
.button:hover{
	color:#666666!important;
	background-color:#E6E6E6;
}
.btn_list a{
	display:block;
	line-height:16px;
	cursor:pointer;
	color:#666666;
	background-color:#E6E6E6;
	padding:7px 4px;
	text-align:center;
	margin-top:8px;		
}
.btn_list a:hover{
	text-decoration:none!important;
	color:#ffffff;
	background-color:#007BC4;
}
.btn_list ul,.btn_list li{
	list-style-type:none!important;
	margin:0;
	padding:0!important;
}

.overlay{
	width:100%;
	height:100%;
	background-color:white;
	opacity:0.5;
}
.txt a{	
	color: #6F6F6E;
	color:#007BC4;
}
.txt a:hover{
	color:#007BC4;
	text-decoration:underline;
}
.box_cprod{
	border-top:2px solid #007BC4;
	
}
.box_cprod h3{
	color:#099FDB;
	font-size:16px;	
	height:20px;
	line-height:20px;
	display:block;
	float:left;	
}
.box_cprod .tit{
	display:block;
	height:20px;
	padding-top:10px;
	padding-bottom:10px;
}
.box_cprod .q{
	width:20px;
	height:20px;
	display:block;
	float:left;
	margin-right:5px;	
}
.box_cprod ul{
	list-style-type: square;
	padding:0;
	margin:0;
	padding-left:20px;
	margin-top:16px;
	margin-bottom:16px;
	font-size:13px;
	color:#099FDB;
}
.box_cprod ul li{
	padding-top:4px;
	padding-bottom:4px;		
}
.box_cprod ul li a{
	color:#6F6F6E;
}
.box_cprod ul li a:hover{
	text-decoration:underline;
}
.page h1.tit{
	color:#099FDB;
	font-size:30px;
	border-bottom:2px solid #E6E6E6;
	text-align:center;
	font-weight:400;
}
.page .categoria h2.tit{
	font-size:18px;
	color:#099FDB;
	float:left;
	height:28px;
	line-height:28px;
}
.categoria .q{
	height:28px;
	width:28px;
	float:left;
	margin-right:10px;
}
.col_mp{
	margin-left:0.5%!important;
	margin-right:0.5%!important;
	margin-bottom:30px!important;
}
.page_prods .prod{	
}
.page_prods .prod{
	max-width:49%;

}
.page_prods .prod img{
	width:100%;
	display: block;
}
.page_prods h3.tit{
	margin-bottom:0;
	sborder-bottom:2px solid #E6E6E6;
	padding-top:5px;
	padding-bottom:5px;	
	color:#099FDB;
	font-size:16px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.page_prod h2.tit{
	color:#099FDB;
	font-size:16px;
	font-weight:500;	
	padding-top:30px;
}
.page_prod .categoria .q{
	height:25px;
	width:25px;
	float:left;
	margin-right:10px;
}
.page_prod .categoria h1{
	font-size:16px;
	color:#099FDB;	
	float:left;
	height:25px;
	line-height:25px;
}
.page_prod .descrizione{
	margin-top:20px;
	text-align:justify;
	position:relative;
}
.page_prod .descrizione h4{
	margin-top:25px;
	color:#099FDB;	
}
.page_prod .descrizione .img{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	max-width:40%;
}
.page_prod .descrizione img{
	display:inline-block;
	max-width:100%;
	height:inherit;
}
.categoria .back{
	position:absolute;
	top:0px;
	right:10px;
}
#footer{
	text-align:center;	
	background-image:url(/images/ls/06_FOOTER.jpg);
	background-size:cover;    
    background-position-y:bottom;
    background-repeat:no-repeat;
	font-size:14px;
	color:#ffffff;
    min-height:480px;
    background-color:#A9A9A9;
}
#footer .container{
    padding-top:40px;
	padding-bottom:40px;
}
#footer b,#footer strong{
	font-size:16px;
}
#footer a{
	color:#ffffff;
}
#footer .span_1_of_12{
    width:2%;
}
#footer a:hover{	
	text-decoration:underline;
}
#footer .tit_footer {
    font-size:22px;
    position:relative;
    padding-bottom:10px;
    border-bottom:5px solid #babbbd;
    margin-bottom:20px;
}
#footer li{
    padding-top:14px;
    padding-bottom:14px;   
}
#footer ul{
    padding-left:26px;
}

#contatti p {
    padding-top:14px;
    font-weight:200;
    font-size:15px;
}
.section_news .data{
	font-size:12px;
}
.news a.button,.s_news a.button{
	color:white;
}
.section_news .s_news, #care .s_care{
	padding-top:15px;
	padding-bottom:15px;
	/*border-top:2px solid #007BC4;
	border-bottom:2px solid #007BC4;*/
	text-align:justify;
}
.section_news .s_news a.link{
	display:block;
	width:60%;
	font-size:15px;	
	text-align:center;
	color:#E6E6E6;
	max-width:50px;
}
.section_news .s_news a.link .fa-square{
	color:#007BC4;
}
.gallery img {
    width: 100%;
}
#care a{
	color:#007BC4;
}
.cont_ph{
	background-color:#D9D9D9;
	padding-top:30px;
	padding-bottom:30px;
}
.posts{
	text-align:justify;
}
.posts .data{
	font-size:12px;
}
.posts a{
	color:#007BC4;
}
.posts .title{
	margin-top:2px;
	font-size:20px;
}
.posts .sep{
	margin-top:10px;
	margin-bottom:10px;
	height:1px;
	width:100%;
	background-color:#007BC4;
}
.post .data{
	font-size:12px;
}
.post img{
	max-width:90%;
	height:inherit;
}
.post{
	min-height:400px;
}
.post .back a{
	font-size:14px;
	padding:3px 5px;
	color:#ffffff;
	background-color:#007BC4;	
}

.expand_box_gallery{
	padding-top:5px;
	padding-bottom:5px;	
	cursor:pointer;
	margin:auto;
	text-align:center;
	background-color:#007BC4;
	color:#ffffff;
}
.expand_box_gallery:hover{
	background-color:#6bd6ff;
	color:#ffffff;
}
.form_contatti{

	margin:auto;
	background-color:#E6E6E6;
	padding:20px;
}
.form textarea,.form button{
	background-color:#ffffff!important;
}
.form button:hover{
	background-color:#007BC4!important;
}
.form{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_info{
	margin-bottom:10px;
}
.social{		
	margin:auto;
	position:relative;
	color:#000000;
}
.social .fa-square{
	color:#ffffff;
}
.social .fa-inverse{
	color:#000000;
}
.social a:hover > .youtube .fa-square{
	color:#cc181e;
}
.social a:hover > .youtube .fa-inverse{
	color:#ffffff;
}
.social a:hover > .facebook .fa-square{
	color:#3b5998;
}
.social a:hover > .facebook .fa-inverse{
	color:#ffffff;
}
.social a:hover > .twitter .fa-square{
	color:#0c7abf;
}
.social a:hover > .twitter .fa-inverse{
	color:#ffffff;
}
.social a:hover > .google-plus .fa-square{
	color:#c63d2d;
}
.social a:hover > .google-plus .fa-inverse{
	color:#ffffff;
}
.social a:hover > .linkedin .fa-square{
	color:#4875b4;
}
.social a:hover > .linkedin .fa-inverse{
	color:#ffffff;
}
.social a{
	display:inline-block;
	margin-left:3px;
	margin-right:3px;
}

.social_h{
	position:absolute;
	right:8px;
	top:42px;
	text-align:right;
	font-size:22px;
}
.social_h a{
    color:#435564;
   /* text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;*/
    display:inline-block;
    margin-left:10px;
}
.social_h a:hover{
    text-shadow:0;    
}
.social_h a:hover > .fa-facebook{
    color:#3b5998;
    text-shadow: none;
}
.social_h a:hover > .fa-twitter{
    color:#0c7abf;
    text-shadow: none;
}
.social_h a:hover > .fa-youtube{
    color:#cc181e;
    text-shadow: none;
}
.social_h a:hover > .fa-google-plus{
    color:#c63d2d;
    text-shadow: none;
}
.social_h a:hover > .fa-linkedin{
    color:#4875b4;
    text-shadow: none;
}
#footer .social {
    font-size:18px;
}
#footer .social .fa-inverse{    
    color:#9b9da0;
}
#footer .social a:hover > .fa-stack .fa-inverse{
    color:#ffffff;
}

.box_agente{
	font-size:13px;
	padding-bottom:10px;
}
.tit_rv{
	font-size:16px;
	font-weight:bold;
}
.inevidenza .link{
	text-align:right!important;
	width:initial!important;
	float:right;
}
.inevidenza .cont_img{
	text-align:center;
}

h2{
	font-weight:400;
	font-size:28px;
}
strong{
	font-weight:500;
}
.tbl_stab img{	
}
.tbl_stab{
	font-size:22px;
	color:#000000;
}
.lbl_stab{
	padding-left:12px;
}
p{
	margin-top:0;
	padding-top:0;
}
.tbl_prod{
	width:100%;
}
.tbl_prod td{
	width:33.3%;
	text-align:center;
}
.cont_btn_prod{
	width:33.3%;
	float:left;
}
.btn_prod{
	position:relative;
	display:inline-block;
	padding:20px 10px 20px 10px;
	width:100%;
	height:100%;
	
}
.btn_prod .name{
	/*font-size:18px;*/	
	padding-top:5px;
	padding-bottom:5px;
	border-top:2px solid #E6E6E6;
	position:relative;
	text-align:center;
	display:block;
	width:100%;
}
.btn_prod .name .categoria{
	font-size:16px;
	color:#007BC4;
	display:block;
	font-weight:500;
	padding:0;
	margin-bottom:0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn_prod img{
	width:100%;
}
.btn_link{
	width:25px;
	height:29px;
}
.s_news .abstract{
	padding-right:10px;
}
.posts .readmore{
	width: 2em;
    height: 2em;
    line-height: 2em;
	background-color:#007BC4;
	color:white;
	text-align:center;
	display:inline-block;	
	color:white;
}

.posts a.readmore:hover{
	color:#666666!important;
	background-color:#E6E6E6;
}
.pswp__bg{
	opacity:0.75!important;
}
.chi-siamo td{
	vertical-align:top;
}
.col1{
	color:#007BC4;
}
.col1 a{
	color:#007BC4;
}
.col1 strong{
	font-size:25px;
}
.ul_sel li a{
	cursor:pointer;
	color:#007BC4;	
}
.ul_sel li{
	opacity:0.5;
}
.ul_sel li.selected,.ul_sel li:hover{
	opacity:1;
	cursor:pointer;
}

.cont_link_allnews{
	padding-top:15px;
	margin-top:40px;
	border-top:3px solid #D1D8DE;
}
.s_news .btn_link{
	padding-left:0;
	padding-right:0;
}

/***************************************************************
					    SPECIAL TABS
***************************************************************/
.special_tabs{
	position: relative;
	display: inline-block;
	overflow: hidden;
	float: left;
	margin: 0 0;
	width: 100%;
	padding: 3px 0;
}

.special_tabs .tab-selector .current{
	/*color: #007BC4 !important;*/
	opacity:1 !important;
}
.special_tabs .tab-container{
	position: relative;
	float: left;
	display: inline-block;
	height: 100%;
	margin: 0;
	min-height: 500px;
	padding: 0;
}
.special_tabs .tab-container .content{
	max-width: 100%;
	width: 100%;
}
.special_tabs .tab-selector .label:last-child{
	border-bottom: 0;
}
.special_tabs h2.title{
	position: relative;
}
.special_tabs .tab-selector{
	position: relative;
	float: left;
	display: inline-block;
	margin-left: 0;
	margin-top:1px;
}
.special_tabs .designare_icon_special_tabs{
	height: 60px;
	position: relative;
	text-align: center;
	padding-bottom: 0;
	margin: 20px -15px;
	float: left;
	width: 60px;
	font-size: 20px;
	border: 2px solid #333;
	-webkit-border-radius: 50px 50px 50px 50px;  border-radius: 50px 50px 50px 50px;
	display: table;
}
.special_tabs .designare_icon_special_tabs i{
	font-size: 22px !important;
	color: #333;
	display: table-cell;
	vertical-align: middle;
	height: 52px;
	width: 60px;
	padding-top: 3px;
}
.special_tabs .label{
	position: relative;
	display: table;
	float: left;
	clear: left;
	width: 101%;
	cursor: pointer;
	z-index: 10;
	/*min-height: 55px;*/
	color: #007BC4 !important;
	padding: 0;
	opacity:0.5;
}
.special_tabs .label ul,.special_tabs .label li{
	margin-top:6px;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
.special_tabs .label.current{
	padding-bottom: 0;
	border-right: none !important;
	top: 0;
	margin-top: 0;
	opacity:1;
}
h2.bigone{
	font-size:20px;
}
.special_tabs .label  .tabpointer{
	position: absolute;
	width: 10px;
	top: 63px;
	right: -24px;
}
.special_tabs .label .tabpointer .triangle{
	width: 0px;
	height: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.special_tabs .label.current .triangle{
	opacity: 1;
	filter: alpha(opacity=100);
}
.special_tabs .tab-container > .content{
	position: absolute;
	padding: 0 0 0 -11px;

}
.special_tabs .tab-container > .content .recent_testimonials #testimonials2{
	width: 100%;
	max-width: 70%;
}
/***************************************************************
					    FINE SPECIAL TABS
***************************************************************/
.ev{
	color:#007BC4;
}
.partner_attuali img{
	display:block;
	max-height:30px;
	max-width:100px;
	margin-top:30px;
}
/*--- IUBENDA ---- */
#iubenda-cs-banner{   
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: black;    
}
.iubenda-cs-content{
    display:block;
    margin:0 auto;
    padding: 20px;
    width:auto;
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    font-size: 14px;
    background: #000;
    color: #fff;
}
.iubenda-banner-content{

}

.iubenda-cs-rationale{
    max-width: 900px; position:relative; margin: 0 auto;
}

/*   STYLE FOR TEXT INTERNAL BANNER */
.iubenda-banner-content > p {
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    line-height: 1.5;
}

/*  CLOSE BUTTON. NOTICE: IMAGE FOR BUTTON NOT IMPLEMENTED YET */
.iubenda-cs-close-btn{
    margin:0;
    color: #fff;
    text-decoration:none;
    font-size:14px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

/*  STYLE FOR TEXT LINK TO PRIVACY POLICY */
.iubenda-cs-cookie-policy-lnk{
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}
/*------ FINE IUBENDA -----*/

#noticias{    
    background-image:url(/images/ls/02_NOTICIAS.jpg);
}
#empresa{    
    background-image:url(/images/ls/01_EMPRESA.jpg);
}
.page_img{
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    height:327px;
    padding-left:20px;
    padding-right:20px;
}
#noticias .page_img{

}
.working-with-intuitive{
	max-width:325px;
	width:100%;
}	
.bg_empresa{
    background-image:url(/images/ls/empresa_2021.jpg);
}
.bg_hospitales{
    background-image:url(/f/immagini/hospitales/Installazioni-2018_NOMI-01.png);
    height:541px;
}
.bg_usosclinicos{
    background-image:url(/images/ls/usos-clinicos.jpg);
}    
.bg_davinci{
    background-image:url(/images/ls/03b_DAVINCI_SMARTPHONE_PAGINA_INTERNA.jpg);
}
#robot-da-vinci{
    background-image:url(/images/ls/03_DAVINCI_HOME.jpg);
}
#usos-clinicos{
    background-image:url(/images/ls/04_USOS-CLINICOS.jpg);
}
#hospitales{
    background-image:url(/images/ls/05_HOSPITALES.jpg);
}
.txt_slide{    
    font-size:26px;
    font-weight:500;
    text-align:center;
    display:inline-block
}
.page_img .txt{
    font-weight:500;
    text-align:center;
    display:inline-block;
    font-size:22px;
    padding-left:50px;
    padding-right:50px;
    padding-top:20px;
    padding-bottom:20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.page_img .table,.page_img .table .td{
    width:100%;
    height:327px;
    vertical-align:middle;
    text-align:center;
}
.section_bg .table .td,.section_bg .table{
    width:100%;
    height:653px;
    vertical-align:middle;
    text-align:center;    
}
#robot-da-vinci.section_bg .table .td{
    vertical-align:top;
    padding-top:60px
}
#noticias .s_tit{
    text-align:center;
}
.hf{
    height:3px;
    width:100px;
    display:inline-block;
    margin:auto;
    margin-bottom:7px;    
    -webkit-border-radius: 25%;
    border-radius: 25%;    
}
.hf{        
    background-color:#ffffff;    
}
.c1 .hf{        
    background-color:#024089;  
}
.s_tit{
    font-size:16px;
    padding-bottom:20px;
}
.btn{
    font-size:16px;
    font-weight:bold;    
    padding:7px 14px;
    display:inline-block;
}
.txt_slide .btn{
    margin-top:30px;
}
.btn_blue{
    color:#024089;    
    border:1px solid #024089;
}
.btn_blue:hover{
    background-color:#024089;
    color:#ffffff;    
}
.btn_white{
    color:#ffffff;    
    border:1px solid #ffffff;
}
.btn_white:hover{
    background-color:#ffffff;    
    color:#024089;
}
#subfooter{
    padding-top:15px;
    padding-bottom:40px;
    font-size:13px;
    font-weight:200;   
}
#subfooter a{
    display:inline-block;
    margin-left:10px;
    margin-right:10px;
    color:#A4A6A9;
}
#noticias .owl-carousel{
    padding-top:20px;
}
#noticias .item{
    text-align:center;    
    color:white;
    font-weight:300;
    min-height:440px; 
    margin-left:10px;
    margin-right:10px;  
    padding:20px;
    background-color:rgba(207,209,210,1);
    background-color:rgba(255,255,255,0.5);
    color:#024089;
    display:block;
}
#noticias .txt_slide{
    margin-top:40px;
}
#noticias .item span{
    color:white;
    color:#024089;
}
#noticias .item .data{
    font-style:italic;
    font-size:14px;
    margin-top:7px;
}
#noticias .item img{
    max-width:80%;
}
#noticias .item .autore{
    font-style:italic;
    font-size:12px;     
}
#noticias .item h3{
    font-size:16px;
    font-weight:300;
    margin-top:7px;
}
#noticias .item:hover{
    background-color:rgba(255,255,255,0.6);
}
#noticias .item a:hover{
    text-decoration:underline;
}
#noticias .item .hf{
    margin-top:15px;
    margin-bottom:15px;
    background-color:#024089;
}
.owl-prev {
    position: relative;
    display:inline-block;

    margin-right:20px;
}
.owl-next {
    position: relative;
    display:inline-block; 
    margin-left:20px;
}
.owl-buttons{
    text-align:center;
    font-size:30px;
    margin-top:20px;
}
.page{
    min-height:500px;
    margin-bottom:80px;    
    margin-top:50px;
}
.page_txt{
    margin-top:50px;
    font-weight:300;
    line-height:24px;
    text-align:justify;
}
.page_txt .fleft{
    margin-right:20px;
    margin-bottom:20px;
}
.page_txt h1{    
    text-align:center;
}
.page_txt h2{
    text-align:left;
}
.page_txt p{
    margin-top:20px;
    margin-bottom:20px;
}
.submenu_space,.submenu{
    height:35px;
    position:relative;
}
.submenu{   
    text-align:center;
    line-height:35px;
    font-size:13px;
    font-weight:500;
    color:#024089;
    position:fixed;
    top:136px;
    z-index:9;
    width:100%;
}
.submenu{
    border-top:1px solid #97bfd4;
    background-color:#b2daf0;    
    height:35px;
    line-height:35px;
    
}
.submenu a{
    color:#024089;
    padding-left:10px;
    padding-right:10px;

}
.submenu a:hover{
    text-decoration:underline;
}
.page_txt img{
    width:100%;
    max-width:100%;
}
.submenu a.selected{
    font-weight:bold;
}

.btn_download{
    color:#024089;
    height:48px;
    position:relative;
    display:inline-block;    
}
.btn_download div{
    display:inline-block;
    height:48px;
}
.btn_download .txt{
    padding-left:58px;
    text-align:left;
}
.btn_download .circle{
    position:absolute;
    border:2px solid #255790;
    border-radius:100%;
    width:48px;
    left:0;
    top:0;
}
#li_home_txt{
    display:none;
}
#li_home_ico {
    display:inline-block;
    font-size:24px;
    margin-top:11px;
}

.tbl_hospitales{
    width:100%;
    margin-top:50px;
}
.tbl_hospitales a{
    color:#024089;
    font-weight:bold;
}
.tbl_hospitales a:hover {
    text-decoration:underline;    
}
.tbl_hospitales td{
    padding:0px 10px 10px 0;
}
.tbl_hospitales b{    
    font-size:22px;
}
.tbl_hospitales .citta{
    width:10%;
}
.tbl_hospitales .nome{
    width:40%;
    position:relative;
}
.tbl_hospitales .nome a{
    display:inline-block;
    margin-left:30px;
}
.tbl_hospitales .nome img{
    width:25px;
    display:inline-block;
    position:absolute;

}
.tbl_hospitales .indirizzo{
    width:50%;
}
.page_news{
    text-align:center;
}
.page_news .item{    
    margin-top:20px;    
    position:relative;
    text-align:justify;
    background-color:#eee;
    padding:20px 20px;
    display:block;
    color:#024089;
}
.page_news .item:hover{
    background-color:#f3f3f3;
}
.page_news .item .data{
    font-style:italic;    
}
.page_news .item img{
    display:block;
    max-width:300px;
    margin:auto;
}
.page_news .item span{
    color:#024089;
    display:block;
}
.page_news .item a:hover{
    text-decoration:underline;
}
.page_news h3{
    font-size:20px;
    margin-top:10px;
    margin-bottom:10px;
}
.ico_download{
    width:30px!important;
    margin-top:7px;
}
.cont_ico_play {
    position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;	
	height:100%;
}
.cont_ico_play:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.ico_play {
    display: inline-block;
    vertical-align: middle;
    font-size: 27px;
    
}
.ico_play .fa-youtube-play{
    color:#ebba37!important;
}
.page_news span.img,#noticias div.img{    
    position:relative;
    text-align:center;
}
.post h1{
    font-size:26px;
    margin-bottom:30px;
}
#noticias .sezione{
    margin-bottom:9px;
    font-size:26px;
    font-weight:500;
    text-transform:lowercase;
}
figure{
    margin:0;
}
.owl-prev.disabled,.owl-next.disabled{
    visibility:hidden;
}
#paginatore a{
	display:inline-block;
	padding:6px 12px;
	line-height:16px;
	text-align:center;	
	cursor:pointer;
	color:#ffffff;
	background-color:#024089;	
}
#paginatore a:hover{
	color:#024089!important;
	background-color:#F3F3F3;
}
#paginatore a.selected{
	text-decoration:underline;
}
/*---- questionario ----*/
.questionario{
    font-size:14px;
}
.questionario h1{
    font-size:24px;
}
.questionario ul{
	list-style:none;
	margin-bottom:20px;
	margin-top:10px;
	padding-left:0px;
}
.questionario ol{
	margin-left:0;
	padding-left:20px;
}
.questionario li{
}
.questionario .cont_error{
	margin-top:10px;
}
.questionario form label.error{
	color:#cc0000;
	font-weight:bold;	
	padding-top:10px;
	font-size:14px;	
	padding-left:7px;
}

.questionario input.error+label{
	color:#cc0000;
}
.questionario .barra{
	position:relative;
	display:block;
	height:32px;
	line-height:32px;
	border:1px solid #d1d1d1;
	margin-bottom:8px;
	-webkit-print-color-adjust: exact;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}
.questionario .barra .completamento{
	position:absolute;
	-webkit-print-color-adjust: exact;
	top:0px;
	left:0px;
	height:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#deefff+0,98bede+100;Blue+3D+%2310 */
	background: #deefff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZWZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OGJlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #deefff 0%, #98bede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefff), color-stop(100%,#98bede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #deefff 0%,#98bede 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #deefff 0%,#98bede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-8 */
}
.questionario .barra .txt_res{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	line-height:30px;
	padding-left:5px;	
	color:#000;
}
.img_perc{
	-webkit-border-radius: 7px;
	border-radius: 7px
}
.questionario .barra .num_res{
	position:absolute;
	right:5px;
	top:5px;
	height:20px;
	line-height:20px;
	padding-right:8px;
	padding-left:8px;	
	color:#000000;	
	-webkit-border-radius: 7px;
	border-radius: 7px
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdeb5+0,f9b35c+100 */
background: #ffdeb5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWIzNWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffdeb5 0%, #f9b35c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdeb5), color-stop(100%,#f9b35c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffdeb5 0%,#f9b35c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffdeb5 0%,#f9b35c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffdeb5 0%,#f9b35c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffdeb5 0%,#f9b35c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdeb5', endColorstr='#f9b35c',GradientType=0 ); /* IE6-8 */

}
.questionario .btn{
    background-color:white;
    color:#024089;    
    border:1px solid #024089;
    cursor:pointer;
}

.questionario .btn:hover{
    background-color:#024089;
    color:#ffffff;    
}
/*---- fine questionario ----*/
.page_txt a{
    text-decoration:underline;
}