@import"reset.css";@import"skeleton.min.css";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body { 
	position:relative;
	font-family:'Raleway', Arial, sans-serif;
	font-weight:500;
	font-size:16px;
	line-height:24px;
	color:#22305f;
	background-color:#ffffff;
	margin-top:0px; }

img.fill { width:100%;}
	
b { font-weight:700; }

.p0 {padding:0px;}
p, 
.p1	{padding-bottom:5px;}
.p2	{padding-bottom:10px;}
.p3	{padding-bottom:15px;}
.p4	{padding-bottom:20px;}
.p5	{padding-bottom:25px;}

li { list-style-position: inside; }


a {color:#22305f;}
a:hover {color:#22305f;}

.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:35px;
	line-height:42px;
	font-weight:400;
	padding-bottom:9px;}
h2, .h2 {
	font-size:35px;
	line-height:42px;
	font-weight:400;
	padding-bottom:9px;}
h2.small {
	font-size:24px;
	line-height:28px;
	text-transform:uppercase;
	font-weight:400;
	padding-bottom:6px;}
h3 {
	font-size:36px;
	line-height:40px;
	font-weight:500;
	padding-bottom:3px;}


.container_12 img {
	max-width:100%; }

.lblueBack {
	color:#ffffff;
	background-color:#0971ce;}
.blueBack {
	color:#ffffff;
	background-color:#22305f;}
.lblueBack a ,
.blueBack a {
	color:#ffffff;}
.bb1 {
	border-bottom:3px solid #22305f; margin-bottom: 10px; font-size: 20px; font-weight: 700; }
.bb2 {
	border-bottom:3px solid #22305f; }


.hidden { display: none; }


/* Header */

#logo { display:block; }

#header { padding: 10px 0px; }

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:280px; }

#menuMain {text-align: right; }
#menuMain div {
	display:inline-block;
	font-size:17px;
	text-transform:uppercase;
	color:#544134;
	margin:22px 0px 0px 70px;}
#menuMain div:first-child {
	margin-left: 0px !important; }
#menuMain div:last-child {
	margin-right: 0px !important; }
#menuMain div a {
	font-weight:700;
	text-decoration:none; }
#menuMain div a.current {
	text-decoration: underline; }
#menuMain div a:hover {
	text-decoration: underline; }

body.fixHeader #menuMain div { margin-top: 8px; }



/* Content */

.slides {
	position:relative;
	z-index:10;
	float:left;
	width:100%;}
.slide img {
	width:100%;
	display:block;}
.slide span {
	position:relative;
	display:block;
	float:right;
	z-index:100;
	top:-475px;
	width:650px;
	box-sizing:border-box;
	padding:30px 20px 30px 20px;
	background-image:url(../img/back_fff_a90.png);
	font-size: 25px; }
.slide span b { 
	font-size: 36px;
	line-height:50px; }
.slide { margin-bottom: -140px; }

table.tariffe { 
	width:100%;
    margin-bottom: 10px;}
table.tariffe tr {
	border-bottom:#FFF 1px solid;}
table.tariffe th,
table.tariffe td {
	padding:2px 0px 2px 0px; }

.oversize {
	position:relative;
	text-align:center;
	width:100%;}
.oversize img {
	width:100%;}
.oversize h3 {
	position: relative; 
	margin-top: -300px;
	margin-bottom:220px;
	color:#ffffff; }

a.btn {
	font-size: 18px;
	font-weight: 600;
	background-color: #22305f;
	color: white;
	padding: 8px 24px;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid transparent; }
a.btn:hover {
	background-color: #fff;
	color: #22305f;
	border: 2px solid #22305f;
}

.bgFlotta {
	background-image: url("../img/flotta1.jpg");
	height: 750px; }
.bgFlotta .grid_12 { 
	padding-top: 475px; }
.bgFlotta p { 
	margin: 0 auto;
	width: 70%;
	color: white;
	font-size: 35px;
	line-height: 45px;
	font-weight: 600; }

.flotta { margin-bottom: 50px; }

.box {
	box-sizing: border-box;
	box-shadow: 0 0 10px #999;
	padding: 10px;
	margin-bottom: 25px;
}
.box img { padding-bottom: 15px; }

#map  {
	width:100%;
	height:680px; }
#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;
	border-radius: 5px;
	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: 17px;
	border: none;
	padding: 10px 8px 10px 8px;
	color: white;
	background-color: #22305f; 
	width: 100%;
	cursor: pointer;
	border: 2px solid transparent;}

input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #fff;
	color: #22305f;
	border: 2px solid ; }


/* 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 {
	color:#fff;
	background-color:#22305f; }
#footer a {color:#ffffff; text-decoration:none;}
#footer a:hover {color:#ffffff;  text-decoration:underline;}
#footer img.logo {
	float:left;
	margin-right:15px; }

.menuLang a:last-child { margin-left: 25px; }
.menuLang a:hover { text-decoration: none !important; }
.menuLang .current { font-weight: 800; }
.menuLang img { padding-right: 8px; margin-top: 6px; }




@media only screen and (min-width: 1900px) {

	#hero {position:relative;width:1900px;margin:0 auto;padding:0;}

}


@media only screen and (min-width: 1198px) and (max-width: 1620px) { 
	#menuMain div {
		margin:14px 0px 0px 70px;}
	.slide span {
		top:-360px;
		width:600px;
		padding:25px 20px 25px 20px;
		font-size: 24px; }
	.slide span b { 
		font-size: 34px;
		line-height:48px; }
	.bgFlotta p {
	  width: 90%; }
}

@media only screen and (max-width: 1199px) {
	h1, .h1 {
	  font-size: 30px;
	  line-height: 40px; }
	h2, .h2 {
	  font-size: 30px;
	  line-height: 40px; }
	#menuMain div {
		font-size:16px;
		margin:9px 0px 0px 55px;}
	.slide span {
		top:-300px;
		width:570px;
		padding:20px 20px 20px 20px;
		font-size: 23px; }
	.slide span b { 
		font-size: 33px;
		line-height:47px; }
	.bgFlotta p {
	  width: 90%;
	  font-size: 28px;
	  line-height: 38px; }
		
}


@media only screen and (min-width: 768px) and (max-width: 995px) {

	body { 
		font-size:14px;
		line-height:22px; }
	h1, .h1 {
		font-size:26px;
		line-height:30px;}
	h2, .h2 {
		font-size:26px;
		line-height:30px;}
	h2.small {
		font-size:20px;
		line-height:24px}
	h3 {
		font-size:26px;
		line-height:26px;}
	#menuMain div {
		font-size:15px;
		margin:6px 0px 0px 35px;}
	body.fixHeader .logo {
		max-width:236px; }
	.slide span {
		top:-250px;
		width:450px;
		padding:10px 20px 15px 20px;
		font-size: 20px; }
	.slide span b { 
		font-size: 28px;
		line-height:46px; }
	.menuLang a:last-child { margin-left: 10px; }


}


@media only screen and (max-width: 767px) {
	.noMobile {
		display:none; }
	h1, .h1 {
		font-size:25px;
		line-height:35px;}
	h2, .h2 {
		font-size:25px;
		line-height:35px;}
	h2.small {
		font-size:22px;
		line-height:28px}
	h3 {
		font-size:20px;
		line-height:24px;}
	body.fixHeader #logo {
		text-align:center; }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	body { 
		font-size:16px;
		line-height:23px; }
	#menuMain { text-align:center; }
	#menuMain div {
		font-size:15px;
		margin:14px 0px 0px 32px;}
	.slide span {
		top:-400px;
		width:300px;
		padding:2px 20px 10px 15px;
		font-size: 18px; }
	.slide span b { 
		font-size: 25px;
		line-height:43px; }
	.bgFlotta p {
	  width: 100%;
	  font-size: 23px;
	  line-height: 33px; }
}

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

	body { 
		font-size:16px;
		line-height:23px; }
	#menuMain { text-align:center; }
	#menuMain div a { font-weight: 600; }
	#menuMain div {
		font-size:13px;
		margin:14px 0px 0px 7px;}
	.menuIT div {
		font-size:14px !important; }
	.slide span {
		top:-300px;
		width:250px;
		padding:2px 20px 10px 15px;
		font-size: 18px; }
	.slide span b { 
		font-size: 20px;
		line-height:43px; }
	.bgFlotta p {
	  width: 100%;
	  font-size: 20px;
	  line-height: 30px; }
	 .bgFlotta a.btn, .servizi a.btn { display: block; width: 100%; font-size: 16px; padding: 8px 0px; }
	 body.fixHeader .logo {
		max-width: 100%; }

}
