html{
	width:100%;
}
body{
	width:100%;
	font-family: 'Roboto',Helvetica,arial,sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #000000;
	line-height: normal;
}
h1{
	font-weight:300;
	font-size: 4em;
}
h2{
	font-weight:300;
	font-size: 30px;
	color: #007298;
	margin-bottom: 12px;
}
h3{
	color: #007298;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 30px;
}
h4{
	font-size: 1.8em;
	color: #003056;
}
h5{
	font-weight:300;
	font-size: 20px;
	color: #007298;
	margin-bottom: 12px;
}
p{
	line-height: 28px;
    font-size: 18px;
    color: #003056;
    margin-bottom: 25px;
}
i, em{
	font-style: italic;
}
ul{
	font-size: 18px;
	margin-left: 20px;
	list-style: circle;
	margin-bottom: 25px;
}
li{
	line-height: 28px;
    font-size: 18px;
    color: #003056;
}
li b{
	font-weight: bold;
}
hr{
	width: 250px;
    color: #007298;
    background-color: #007298;
    border: 0;
    height: 3px;
    text-align: left;
    display: inline-block;
    margin: 30px 0;
}
a{
	text-decoration: none;
	color: #007298;
}
ul.holding{
	list-style: none;
}
ul.holding li{
	background: url('../images/logo-small.png') no-repeat left top;
	padding: 10px 0px 0px 35px;
	margin-left: -40px;
}
strong{
	font-weight: bold;
}
table{
	font-size: 14px;
	letter-spacing: 1px;
}
table tr{
	border-bottom: 1px solid rgba(147,183,195,0.80);
}
table tr td{
	padding: 10px;
}
.nav.menu a{	
	text-decoration: none;
	color: inherit;
}
.link{
	display: inline-block;
	color:#007298;
	border:0px solid #007298;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
}
.link:after{
	content: " ";
	width: 50%;
	height: 2px;
	background-color: #007298;
	bottom: -5px;
	display: block;
	position: absolute;
	left: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.link:hover:after{
	width: 100%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn{
	display: block;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    line-height: 60px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    color: #14729C;
    background-color: white;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}
.btn:hover, .btn.active{
	background-color: rgba(0,0,0,0);
	color: white;
	
}
.btn:before{
	content: "";
	display: block;
	position: absolute;
	background: linear-gradient(-131deg, #14729C 23%, #003056 100%);
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	left: -3px;
	top: -3px;
	z-index: -1;
}
a.download{
    display: inline-block;
    width: auto;
    background-color: #f5f5f5;
    line-height: 50px;
     -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #14729C;    position: relative;
    padding: 0px 30px 0px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .05em;
}
a.download:before{
	font-family: FontAwesome;
    content: "\f019";
    color: #14729C;
    position: absolute;
    left: 15px;
    font-size: 20px;
}
a.download:after{
	display: block;
	 -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	content: "";
	width: 45px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #14729C;
}
a.download:hover:after{
	width: 100%;
}
.tooltip{
	visibility: hidden;
}
.head{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 40px auto;
}
#contatti, #info{
	width: 100%;
	text-align: left;
	font-size: 0;
}
#contatti .col, #info .col{
	display: inline-block;
    max-width: 400px;
    min-width: 300px;
    width: calc((100% / 3) - 20px);
    vertical-align: top;
    text-align: left;
    margin-right: 20px;
}
#info .col:last-child{
	max-width: 100%;
	width: 66%;
	margin-right: 0;
}
.item-page .holding.specialty{
	font-size: 0;
}
.item-page .holding.specialty li{
	display: inline-block;
    width: calc(50% - 15px);
    vertical-align: top;
}
.item-page .holding.specialty li:nth-child(odd){
	margin-right: 35px;
}
#contatti .col h3, #info .col h3{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 700;
}
#breadcrumbs{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#breadcrumbs ol{
	list-style: none;
	margin: 0;
	background-color: #f5f5f5;
	margin: 80px auto 20px auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#breadcrumbs ol li{
	display: inline-block;
}
#breadcrumbs ol li:first-child{
	display: none;
}
#breadcrumbs ol li span, #breadcrumbs ol li p{
	font-size: 14px;
	letter-spacing: .05em;
}

#breadcrumbs ol li:not(:last-child):after {
	content: "|";
	padding: 0px 5px;
}

/* RELATED ITEMS*/

.item-page .moduletable{
	background-color: #f5f5f5;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 50px;
}
.item-page .moduletable p{
	margin: 0 0 0 20px !important;
}
.item-page #related{
	margin: 0 20px;
	position: relative;
}
.item-page #related .relateditems{
	margin: 0;
	list-style: none;
	font-size: 0;
}
.item-page #related .relateditems li{
	width: 200px;
	margin-right: 20px;
}
.item-page #related .relateditems li .intro-image{
	width: 100%;
	height: 100px;
	background-position: center center;
	background-size: cover;
}
.item-page #related .relateditems .link{
	font-size: 14px;
}
.item-page #related .relateditems .link:after{
	bottom: -1px;
}
.item-page #related .navigation{
	position: absolute;
	top:0;
	height: 100%;
	font-size: 18px;
	line-height: 129px;
	width: 40px;
	display: block;
	text-align: center;
}
.item-page #related .next{
	right: -40px;
}
.item-page #related .previous{
	left: -40px;
}
.item-page .wrapper#lista{
	font-size: 0;
}
.item-page .wrapper#lista > div{
	display: inline-block;
	width: calc(50% - 20px);
	vertical-align: top;
}
.item-page .wrapper#lista > div .moduletable{
	background-color: white;
	padding: 0;	
}
.item-page .wrapper#lista > div:nth-child(2) .moduletable h3{
	color: #39B79A;
}
.item-page .wrapper#lista > div:nth-child(odd){
	margin-right: 10px;
}
.item-page .wrapper#lista > div:nth-child(even){
	margin-left: 10px;
}
.item-page .wrapper#lista > div .category-module{
	margin: 0;
	list-style: none;
}
.item-page .wrapper#lista > div .category-module .intro-img{
	display: none;
}

.accordionItemContent iframe {
	height: 400px;
}

#entra-mondo-synlab-container .col .card-title {
	min-height: 110px;
}
#entra-mondo-synlab-container .col .card-text {
	min-height: 130px;
}


#trova-punto-prelievo-div-call-to-action h4 a:before {
	content: "";
	display: block;
	position: absolute;
	background: linear-gradient(-131deg, #14729C 23%, #003056 100%);
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	left: -3px;
	top: -3px;
	z-index: -1;
}

#trova-punto-prelievo-div-call-to-action h4 a:hover {
	background-color: rgba(0,0,0,0);
	color: white;
}

#trova-punto-prelievo-div-call-to-action h4 a {
	display: block;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	line-height: 50px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
	color: #14729C;
	background-color: white;
	position: relative;
	font-size: 18px;
}

