@charset "UTF-8";

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 500px;
}
.fade-carousel .carousel-inner .item {
    height: 500px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
	height: 10px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    left: 50%;
	top:50%;
    z-index: 3;
    color: #fff;
	border-radius: 20px;
	max-width: 80%;
	background-color:rgba(13,115,181,.30);
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 3em;    
	font-family: SourceSansProSemibold;
    margin: 0;
	padding: 10px;
}
.hero h3 {
    font-size: 1.5em;    
	font-family: SourceSansProLight;
    margin: 0;
	padding: 10px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 0.5s all ease-in-out 0.5s;
       -moz-transition: 0.5s all ease-in-out 0.5s; 
        -ms-transition: 0.5s all ease-in-out 0.5s; 
         -o-transition: 0.5s all ease-in-out 0.5s; 
            transition: 0.5s all ease-in-out 0.5s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 0.5s all ease-in-out 0.5s;
       -moz-transition: 0.5s all ease-in-out 0.5s; 
        -ms-transition: 0.5s all ease-in-out 0.5s; 
         -o-transition: 0.5s all ease-in-out 0.5s; 
            transition: 0.5s all ease-in-out 0.5s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgb(13,115,181);
    opacity: .3;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #f39c12;
    border-color: #f39c12;
    outline: none;
    margin: 20px auto;
	border-radius:10px;
	padding: 5px 10px;
	text-transform:uppercase;
	font-family: SourceSansProRegular;
	font-size:1.5em
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4{
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/carousel-home/ragazza-istituzionale.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/carousel-home/anziani.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/carousel-home/alessia.jpg);
}
.fade-carousel .slides .slide-4 {
  background-image: url(../images/carousel-home/tac-paziente-dottore.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/


#intro {
	border: none;
	font-family: SourceSansProExtraLight;
	text-align:center;
	color:#89A5D2;
	vertical-align:central;
}

#intro h2 {
	font-size:25px;
	padding-top: 15px;
	padding-bottom:5px;
}

.settori-home {
	margin-top: 40px;
	margin-bottom:40px;
	text-align:center;
	color: rgb(80,80,80);
	padding:0px;
}
.settori-home btn btn-info {
	align-content:bottom;
	margin-bottom:0px;
}

.settori-home p {
	padding-top: 15px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	height:120px;
}
.banner-bambini {
	height: 81px;
	width:93px;
position: absolute;
	right: 133px;
	top: 23px;
	border-radius:10px;
	background-image:url(../images/banner/dentista-bambini.jpg)
}
.banner-adulti {
	height: 81px;
	width:93px;
	position: absolute;
	right: 30px;
	top: 23px;
	border-radius:10px;
	background-image:url(../images/banner/dentista-adulti.jpg)
}

.banner-problema {
	height: 81px;
	width:93px;	
	position: absolute;
	right: 133px;
	top: 114px;
	border-radius:10px;
	background-image:url(../images/banner/dentista-problema.jpg)
}
.banner-approfondire {
	height: 81px;
	width:93px;
	right: 30px;
	position: absolute;
	top: 114px;
	border-radius:10px;
	background-image:url(../images/banner/dentista-approfondire.jpg)
}
#header-pic {
	position: relative;	
}
.banner-dida {
	font-family: SourceSansProLight;
	font-size: medium;
	color: rgb(255,255,255);
	background-color: rgba(13,115,181, 0.7);
	text-align: center;
	height: 50px;
	width:100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left:30px;
	padding-top:12px;
}

.submenu {
	width:100%;
	background-color:rgb(0,77,149);
	border-radius:0px;
}
.submenu li {
	border-bottom-style: solid thin;
	border-bottom-color: rgb(255,255,255);
	border-radius:0px;
	font-family: SourceSansProLight;
	font-size:medium;
}

.submenu li a:hover {
	background-color:rgb(13,115,181);
	color:rgb(255,255,255);
	border-radius:0px;
}

.submenu li a {
	display:block;
	color:rgb(255,255,255);
	border-radius:0px;
	border-bottom:solid thin;
	border-bottom-color:#fff;
}

.submenu .current {
	background-color:rgb(13,115,181);
}
#content {
	padding:0;
}
#head-spacer {
	height:50px;
}
#foot-spacer {
	height:50px;
}
#sideNavBar .disabled {
	color:#fff;
	border-bottom:thick;
	border-bottom-color:#fff;
	background-color:rgb(13,115,181);
	text-transform:uppercase;
}
#sideNavBar .disabled a {
	color:#fff;
	border-bottom:solid thick;
	border-bottom-color:#fff;
	border-radius:0px;
}
#sideNavBar{
	padding-left:0px;
	padding-right:0px;
	background-color:rgb(0,77,149);
	margin-top:20px;
}
#testo {
	padding-left:60px;
	padding-right:60px;
}
#testo h1 {
	font-size: xx-large;
	font-family: pacificoregular;
	font-weight:normal;
	color:rgb(0,77,149);
	text-transform: lowercase;
	text-align:left;
}
#testo h2 {
	font-size: 20px;
	font-family: SourceSansProBold;
	padding-bottom:0px;
	margin-bottom:0px;
	color:rgb(0,77,149);
	text-transform: uppercase;
}
#testo-caso-clinico {
	font-size: 14px;
	font-family: SourceSansProRegular;
	line-height: 19px;
	color: rgb(0,0,0);
	width: 720px;
	float: left;
}
.primariga {
	padding-top:20px;
}
#testo p {
	font-size: 15px;
	font-family: SourceSansProRegular;
	line-height: 25px;
	text-align: left;
	color: rgb(80,80,80);
	padding-left:0;
}
#testo ul {
	font-size: 15px;
	font-family: SourceSansProRegular;
	line-height: 25px;
	text-align: left;
	color: rgb(80,80,80);
	padding-left:0;
}

#testo a {
	color: rgb(238,127,0);
	text-decoration:underline;
}

#testo ul {
	list-style-position: inside;
	padding-left:0px;
	list-style-image:url(../images/sorriso-ul.jpg);
}

#testo a:hover {
	text-decoration:none;
	color: rgb(13,115,181);
}
#foto .numberCircle {
    padding: 4px 10px;
    display: inline-block;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100px;
	background-color: rgb(13,115,181);
	color: #fff;
	margin-bottom:5px;
	margin-right:10px;
	margin-left:10px;
	float:left;
	font-family: SourceSansProRegular;
	font-size:medium;
}
#foto {
	text-align: right;
	font-size:12px;
	border-left:thin solid;
	border-left-color: rgba(13,115,181,0.5);
	padding-left:60px;
	padding-right:60px;
}
#foto img {
	margin-top:20px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 15px;
}

#foto p {
	margin-bottom: 30px;
	font-family: SourceSansProItalic;
}

#foto .pulsante {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	text-align:center;
	}

footer {
	background-color: rgb(13,115, 181);
	font-family: SourceSansProRegular;
	font-size: 12px;
	color: rgb(255,255,255);
	line-height: 15px;
	padding-top: 20px;
}

#footer .col-xs-12 {
	margin-bottom:10px;
	padding-bottom:10px;
}

.footer-titolo {
	font-family: SourceSansProBold;
	text-transform: uppercase;
}

#footer {
	background-color: rgb(13,115, 181);
}
footer a {
	text-decoration:none;
	color: #fff;
}

footer ul {
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
}

.cdq {
	font-family: SourceSansProBold;
	text-transform: uppercase;
	color: rgb(0,77,149);
}

#banner-menu row {
	background-color:rgb(13,115,181);
	height: 30px;
	border:none;
	border-radius: 0px;
	margin-top:0px;
}
#banner-menu btn btn-default a {
	background-color:rgb(13,115,181);
}
#banner-menu #prenota{
	background-color:#f39c12;
	border:none;
	color:#fff;
	font-size:medium;
	font-family:SourceSansProLight;
	border-radius: 0px;
}
#banner-menu .glyphicon-earphone {
	padding-right:10px
}
#banner-menu .glyphicon-envelope {
	padding-right:10px
}
#banner-menu .glyphicon-calendar {
	padding-right:10px
}
#banner-menu #email{
	background-color:rgb(13,115,181);
	border:none;
	color:#fff;
	font-size:medium;
	font-family:SourceSansProLight;
	border-radius: 0px;
}
#numero-verde{
	background-color:rgba(72,179,18,1.00);
	border:none;
	color:#fff;
	font-size:medium;
	font-family:SourceSansProLight;
	border-radius: 0px;
}

.row {
	background-color:#fff;
}

.thumbnail {
	margin-top: 30px;
}
.navbar-left img {
	height:auto;
	padding-top: 10px;
	padding-left:15px;
}
body {
	background-color: #eceff8;
	padding-top: 110px;
}
#top-nav {
	height: 30px;
	vertical-align: middle;
	background-color: rgba(137,165,210,1);
	font-family: SourceSansProRegular;
}
#top-nav #prenota {
	background-color:#f39c12;
}

#topFixedNavbar1 ul li a {
	height: 30px;
	color: #FFFFFF;
	text-transform:uppercase;
	display: flex;
  	align-items: center;
	font-size:small;
	}
	
#topFixedNavbar1 ul li a:hover {
	background-color: rgba(91,137,210,1);
	}
	
#main-nav ul li a:hover {
	background-color: rgba(91,137,210,.1);
	}

#main-nav {
	height: 80px;
	margin-top: 30px;
	background-color: #ffffff;
	border:none;
	vertical-align: middle;
	font-family: SourceSansProRegular;
	padding-right:15px;
}

#topFixedNavbar2 ul li a {
	height: 80px;
	color: rgba(13,115,181, 1.00);
	display: flex;
  	align-items: center;
	font-size: medium;
	}
	
	
	
.navbar-toggle {
	border:none;
	height:30px;	
	}
p {
	font-size: 14px;
	font-family: SourceSansProRegular;
	line-height: 19px;
	text-align: left;
	padding-left: 10px;
	pedding-right: 10px;
}
.indice {
	float: left;
	width: 213px;
	margin-right: 25px;
	margin-bottom: 20px;
	border:none;
}
.indice img {
	padding-bottom: 5px;
	border:0;
}

.indice img a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
	border:none;
}
#testo .numero-link {
	text-decoration: none;	
}
#testo #index-trattamenti {
	padding-left:0;
}
#testo .icona-testo {
	margin-bottom: 10px;
	width: 30px;
	height: 30px;
}
	
@font-face {
    font-family: 'pacificoregular';
    src: url('../assets/pacifico-webfont.eot');
    src: local('☺'),
		url('../assets/pacifico-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/pacifico-webfont.woff') format('woff'),
         url('../assets/pacifico-webfont.ttf') format('truetype'),
         url('../assets/pacifico-webfont.svg#PacificoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProExtraLight';
    src: url('../assets/SourceSansPro-ExtraLight-webfont.eot');
    src: local('☺'),
		url('../assets/SourceSansPro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/SourceSansPro-ExtraLight-webfont.woff') format('woff'),
         url('../assets/SourceSansPro-ExtraLight-webfont.ttf') format('truetype'),
         url('../assets/SourceSansPro-ExtraLight-webfont.svg#SourceSansProExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProExtraLightItalic';
    src: url('../assets/SourceSansPro-ExtraLightIt-webfont.eot');
    src: local('☺'),
		url('../assets/SourceSansPro-ExtraLightIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/SourceSansPro-ExtraLightIt-webfont.woff') format('woff'),
         url('../assets/SourceSansPro-ExtraLightIt-webfont.ttf') format('truetype'),
         url('../assets/SourceSansPro-ExtraLightIt-webfont.svg#SourceSansProExtraLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProLight';
    src: url('../assets/SourceSansPro-Light-webfont.eot');
    src: local('☺'),
			url('../assets/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/SourceSansPro-Light-webfont.woff') format('woff'),
         url('../assets/SourceSansPro-Light-webfont.ttf') format('truetype'),
         url('../assets/SourceSansPro-Light-webfont.svg#SourceSansProLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProLightItalic';
    src: url('../assets/SourceSansPro-LightIt-webfont.eot');
    src: local('☺'),
		url('../assets/SourceSansPro-LightIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/SourceSansPro-LightIt-webfont.woff') format('woff'),
         url('../assets/SourceSansPro-LightIt-webfont.ttf') format('truetype'),
         url('../assets/SourceSansPro-LightIt-webfont.svg#SourceSansProLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProRegular';
    src: url('../assets/SourceSansPro-Regular-webfont.eot');
    src: local('☺'),
		url('../assets/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('../assets/SourceSansPro-Regular-webfont.ttf') format('truetype'),
         url('../assets/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProItalic';
    src: url('../assets/SourceSansPro-It-webfont.eot');
    src: local('☺'),
		url('../assets/SourceSansPro-It-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/SourceSansPro-It-webfont.woff') format('woff'),
         url('../assets/SourceSansPro-It-webfont.ttf') format('truetype'),
         url('../assets/SourceSansPro-It-webfont.svg#SourceSansProItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('../assets/SourceSansPro-Semibold-webfont.eot');
    src: local('☺'),
		url('../assets/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/SourceSansPro-Semibold-webfont.woff') format('woff'),
         url('../assets/SourceSansPro-Semibold-webfont.ttf') format('truetype'),
         url('../assets/SourceSansPro-Semibold-webfont.svg#SourceSansProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProSemiboldItalic';
    src: url('../assets/SourceSansPro-SemiboldIt-webfont.eot');
    src: local('☺'),
	url('../assets/SourceSansPro-SemiboldIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/SourceSansPro-SemiboldIt-webfont.woff') format('woff'),
         url('../assets/SourceSansPro-SemiboldIt-webfont.ttf') format('truetype'),
         url('../assets/SourceSansPro-SemiboldIt-webfont.svg#SourceSansProSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProBold';
    src: url('../assets/SourceSansPro-Bold-webfont.eot');
    src: local('☺'),
	url('../assets/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/SourceSansPro-Bold-webfont.woff') format('woff'),
         url('../assets/SourceSansPro-Bold-webfont.ttf') format('truetype'),
         url('../assets/SourceSansPro-Bold-webfont.svg#SourceSansProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProBoldItalic';
    src: url('../assets/SourceSansPro-BoldIt-webfont.eot');
    src: local('☺'),
		url('../assets/SourceSansPro-BoldIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/SourceSansPro-BoldIt-webfont.woff') format('woff'),
         url('../assets/SourceSansPro-BoldIt-webfont.ttf') format('truetype'),
         url('../assets/SourceSansPro-BoldIt-webfont.svg#SourceSansProBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProBlack';
    src: url('../assets/SourceSansPro-Black-webfont.eot');
    src: local('☺'),
		url('../assets/SourceSansPro-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/SourceSansPro-Black-webfont.woff') format('woff'),
         url('../assets/SourceSansPro-Black-webfont.ttf') format('truetype'),
         url('../assets/SourceSansPro-Black-webfont.svg#SourceSansProBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProBlackItalic';
    src: url('../assets/SourceSansPro-BlackIt-webfont.eot');
    src: local('☺'),
		url('../assets/SourceSansPro-BlackIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/SourceSansPro-BlackIt-webfont.woff') format('woff'),
         url('../assets/SourceSansPro-BlackIt-webfont.ttf') format('truetype'),
         url('../assets/SourceSansPro-BlackIt-webfont.svg#SourceSansProBlackItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@media screen and (min-width:1000px) and (max-width:1199px){
#topFixedNavbar2 ul li a {
	font-size: small;
	}
}

#foto {
	padding-left:30px;
	padding-right:30px;
}

@media screen and (min-width:500px) and (max-width:999px){
.settori-home {
	margin-top: 30px;
	margin-bottom:20px;
}
#topFixedNavbar2 ul li a {
	font-size: small;
	}
.settori-home p {
	padding-top: 10px;
	padding-left:60px;
	padding-right:60px;
}

.navbar-header img {
	height: 40px;	
}
body {
	padding-top:40px;
}
}


@media screen and (max-width:499px){

#head-spacer {
	height:20px;
}
.settori-home p {
	padding-top: 10px;
	padding-left:30px;
	padding-right:30px;
	height:80px;
}
.hero h1 {
    font-size: 1.9em;    
	font-family: SourceSansProRegular;
	padding-left: 20px;
	padding-right:20px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    margin: 20px auto;
	border-radius:5px;
	padding: 5px 5px;
	font-family: SourceSansProLIght;
	font-size:1.3em
}
.navbar-left img {
	height:40px;
	display:flex;
	align-items:center;
	padding-left:10px;
}
#main-nav {
	height: 40px;
		-webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
#topFixedNavbar2 ul li a {
	color: rgb(255,255,255);
	font-size: medium;
	height:20px;
	}
#topFixedNavbar2 ul li {
	height:40px;
	display: flex;
  	align-items: center;
	border-bottom:thin solid rgba(252,246,246,.2)
	}

#topFixedNavbar2 {	
	height: 400px;
	max-height: 400px;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
  text-transform:uppercase;
  }
#topFixedNavbar2 ul li a:hover {
	color: rgb(137,165,210);
	}
#topFixedNavbar2	.sottopagine-mobile {
	padding-left: 20px;
	text-transform:lowercase;
	
}
.navbar-header {
        float: none;
    }
.navbar-left,.navbar-right {
        float: none !important;
    }
.navbar-toggle {
        display: block;
    }
.navbar-collapse {
        border-top: 1px solid transparent;
		max-height: none !important;
    }
.navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
.navbar-collapse.collapse {
        display: none!important;
    }
.navbar-nav {
        float: none!important;
        margin-top: 0;
		background-color:rgb(13,115,181);
    }
.navbar-nav>li {
        float: none;
    }
.collapse.in{
        display:block !important;
	}
#testo {
	padding-left:20px;
	padding-right:20px;
}
#foto {
	font-size:12px;
	border-top:thin solid;
	border-left:none;
	border-top-color: rgba(13,115,181,0.5);
	padding-left:20px;
	padding-right:20px;
}
#foto img {
	margin-top:20px;
	margin-bottom: 20px;
	border-radius: 10px;
}

}

@media screen and (max-width:999px){

.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
.navbar-collapse {
        border-top: 1px solid transparent;
		max-height: none !important;
    }
.navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
.navbar-collapse.collapse {
        display: none!important;
    }
.navbar-nav {
        float: none!important;
        margin-top: 0;
		background-color:rgb(13,115,181);
    }
.navbar-nav>li {
        float: none;
    }

.collapse.in{
        display:block !important;
    }

#main-nav{
	height: 40px;
	margin-top:0px;
		-webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
body {
	padding-top:40px;
}
#head-spacer {
	height:20px;
}
	
	
#topFixedNavbar2 ul li a {
	color: rgb(255,255,255);
	font-size: medium;
	height:20px;
	}
#topFixedNavbar2 ul li {
	height:40px;
	display: flex;
  	align-items: center;
	border-bottom:thin solid rgba(252,246,246,.2)
	}

#topFixedNavbar2 {	
	height: 400px;
	max-height: 400px;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
  text-transform:uppercase;
  }
#topFixedNavbar2 ul li a:hover {
	color: rgb(137,165,210);
	}
#topFixedNavbar2	.sottopagine-mobile {
	padding-left: 20px;
	text-transform:lowercase;
	
}

.navbar-left img {
	padding-left:10px;
	height:40px;
	display:flex;
	align-items:center;
}

#intro h2 {
	font-size:20px;
	padding-top: 30px;
}
.container {
	width:100%;
}
#testo #index-trattamenti p {
	line-height: 15px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center
}
}