@import"reset.css";@import"skeleton.min.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body { 
	position:relative;
	font-family: "Open Sans", sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:26px;
	color:#111;
	background-color:#ffffff;
	margin-top:0px; }

img.fill { width:100%;}
	
b { font-weight:600; }

.p0 {padding:0px;}
p, 
.p1	{padding-bottom:5px;}
.p2	{padding-bottom:10px;}
.p3	{padding-bottom:15px;}
.p4	{padding-bottom:20px;}
.p5	{padding-bottom:25px;}
.p50	{padding-bottom:50px;}

li { list-style-position: inside; }


a {color:#111;}
a:hover {color:#111;}

.icon  {
	float:left;
	margin-right:5px;
	margin-top: 5px;
	width: 100px; }

.aleft		{text-align:left;}
.acenter	{text-align:center;}
.ajustify	{text-align:justify;}
.aright		{text-align:right;}
.pleft		{float:left;}
.pright		{float:right;}

h1, .h1 {
	font-size:45px;
	line-height:52px;
	font-weight:600;
	color: #2d336a;}
h2, .h2 {
	font-size:35px;
	line-height:42px;
	font-weight:600;
	color: #2d336a;}
h3, .h3 {
	font-size:24px;
	line-height:32px;
	font-weight:600;
	color: #2d336a;}

.h1 a, .h2 a, .h2 a {color:#2d336a;}
.h1 a:hover, .h2 a:hover, .h2 a:hover {color:#2d336a;}


.container_12 img {
	max-width:100%; }

.hidden { display: none; }

.textSmall { font-size: 15px; line-height: 25px; }


/* Header */

#logo { display:block; }
#logo img { width: 300px; }

#header { padding: 20px 0px 15px 0px; }

#header .grid_8 {
	text-align:right; }
#header .grid_8 .h1,
#header .grid_8 .h2 {
	font-size:30px;
	line-height:35px;
	font-weight:600; }
#header .grid_8 .h2 {
	font-style:italic;
	font-weight:300; }


body.fixHeader #header {
	position:fixed;
	z-index:1000;
	width:100%;
	margin-top:0px;
	padding-bottom:10px;
	padding-top: 10px;
	background-color:#FFF;
	border-bottom: 1px solid #ddd; }
body.fixHeader .logo {
	max-width:250px; }


@media (orientation: landscape) {
  .video-landscape {
    display: block !important;
  }
}


@media (orientation: portrait) {
  .video-portrait {
    display: block !important;
  }
}





/* Content */

.imgFit {object-fit: cover;}

.slides {
	position:relative;
	z-index:10;
	float:left;
	width:100%;}
.slide img,
.slide video {
	width:100%;
	display:block;}


a.btn {
	font-size: 18px;
	font-weight: 600;
	background-color: #2d336a;
	color: white;
	padding: 10px 24px;
	text-transform: uppercase;
	text-decoration: none; }


.convenzioni img { height: 120px; padding: 0 50px; }

#rete { font-size: 22px; font-weight: 300; }
#rete .grid_4 { padding-bottom: 50px; }
#rete img { float: left; height: 50px; padding-right: 10px; }
#rete a { text-decoration: none; }
#rete a:hover { color: #2d336a; }

#documenti img { width: 75px; padding-right: 15px; float:left; }
#documenti a {text-decoration: none;}

#map  {
	width:100%;
	height:496px; }
#map img {
	max-width:none;
	display:block;}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
textarea,
select {
	border: 1px solid #CCC;
	padding: 6px 8px 6px 8px;
	width:100%;
	margin-bottom: 10px;}
select {
	padding: 5px 6px 5px 6px;}

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #003366; }

label {
  display: block;
  font-weight: 400;
  margin-bottom: .1rem;
  margin-top: .5rem; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin:5px;
  width:25px;
  height:25px; }
label > .label-body {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem; }

fieldset div{
  padding-top:10px; }

input[type="button"],
input[type="submit"] {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	padding: 10px 8px 10px 8px;
	color: white;
	background-color: #2d336a; 
	width: 100%;
	cursor: pointer;}


/* Back to top button */
#back-top {
	z-index:100;
	position: fixed;
	bottom: 100px;
	right: 10px;}
#back-top a {
	width: 40px;
	height: 40px;
	display: block;
	opacity:0.6;}
#back-top a:hover {
	opacity:1;}


/* Scroll down button */
#scroll-down {
	height:40px;}


/* Footer */
#footer {
	padding: 40px 0 20px 0;
	color:#fff;
	background-color:#2d336a;
	font-size: 17px;}
#footer div {
	padding-bottom:10px; }
#footer a {color:#ffffff; text-decoration:none;}
#footer a:hover {color:#ffffff;  text-decoration:underline;}
#footer img {
	width: 200px; }




@media only screen and (min-width: 1198px) and (max-width: 1620px) { 

	#header .grid_8 .h1,
	#header .grid_8 .h2 {
		font-size:24px;
		line-height:32px; }

	#rete { font-size: 18px; }
	#rete img { height: 80px; }
	.imgFit { height: 750px; }
	a.btn.btnApp { font-size: 16px; padding: 10px 24px; }

}

@media only screen and (max-width: 1199px) {

	#header .grid_8 .h1,
	#header .grid_8 .h2 {
		font-size:24px;
		line-height:32px; }
	#header .grid_8 .h1 span {
		display:none; }
	#rete { font-size: 18px; }
	.imgFit { height: 900px; }	
	.convenzioni img { height: 90px; padding: 0 50px; }
	a.btn.btnApp { font-size: 14px; padding: 10px 11px; }
	#footer { font-size: 15px; }

}


@media only screen and (min-width: 768px) and (max-width: 995px) {

	body { 
		font-size:16px;
		line-height:24px; }
	#header .grid_8 .h1,
	#header .grid_8 .h2 {
		font-size:20px;
		line-height:26px; }
	#rete img { height: 80px; }
	#rete { font-size: 14px; }
	.convenzioni img { height: 80px; padding: 0 30px; }
	a.btn.btnApp { font-size: 11px; padding: 8px 8px; }
	#footer { font-size: 14px; }

}


@media only screen and (max-width: 767px) {
	body.fixHeader #logo {
		text-align:center; }
	#header .grid_8 {
		display:none; }
	a.btn.btnApp { font-size: 16px; padding: 10px 24px; }
	#footer .grid_2.aright { text-align: left; padding-top: 15px; }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	body { 
		font-size:16px;
		line-height:23px; }
	.convenzioni img { height: 100px; padding: 0 100px 50px 100px; }
}

@media only screen and (max-width: 479px) {

	body { 
		font-size:16px;
		line-height:23px; }
	a.btn.btnApp { font-size: 15px; padding: 10px 10px; }
	.convenzioni img { height: 100px; padding: 0 50px 50px 50px; }

}
