body {
	margin:0px;
	padding:0px;
}
.cont {
	position:relative;
	float:left;
	width:100%;
	background-color:transparent;
	height:auto;
	overflow-x:hidden;
}
#cont-center {
	position:relative;
	width:1440px;
	margin:0px auto;
	background-color:transparent;
	height:auto;
	padding-bottom:120px;
}
#cont_center_single {
	position:relative;
	margin:80px auto;
	width:900px;
	background-color:#fff;
	padding:40px;
	height:auto;
	min-height:600px;
}
#contenuto p {
	font-size:14px;
	font-family: 'proxima_nova_rgregular';
	color:#414042;
	line-height:1.2;
	text-align:justify;
	margin-bottom:60px;
}
#contenuto img {
	margin-bottom:60px;
}
.box {
	position: relative;
	float: left;
	width:25%;
	background-color: #fff;
	overflow:hidden;
	text-align:center;
}
.box_brand {
	position: relative;
	float: left;
	width:33%;
	background-color: #f5f4f2;
	overflow:hidden;
	text-align:center;
}
#hover_plane {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#000;
	display:none;
}
#logo_plane {
	position:absolute;
	top:50%;
	margin-top:-50px;
	right:-100px;
	margin-right:-50px;
	z-index:100;
}
#hover_truck {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#000;
	display:none;
}
#logo_truck {
	position:absolute;
	top:50%;
	margin-top:-50px;
	right:-100px;
	margin-right:-50px;
	z-index:100;
}
#hover_truck_plane {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#000;
	display:none;
}
#logo_truck_plane {
	position:absolute;
	top:50%;
	margin-top:-50px;
	right:-100px;
	margin-right:-50px;
	z-index:100;
}
#hover_send {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#000;
	display:none;
}
#logo_send {
	position:absolute;
	top:50%;
	margin-top:-50px;
	right:-100px;
	margin-right:-50px;
	z-index:100;
}
.link_home {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:1000;
}
.titolo_home {
	font-family: 'dinbold';
	font-size:70px;
	color:#000;
	margin-top:12%;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0px;
	text-align:left;
	letter-spacing:-2px;
	line-height:0.8;
}
.titolo_home2 {
	font-family: 'dinbold';
	font-size:30px;
	color:#EF6330;
	margin-top:0px;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:5px;
	text-align:left;
	line-height:0.8;
}
.spec_titolo {
	font-family: 'montserratregular';
	font-size:15px;
	border:1px solid;
	padding:5px;
	width:auto;
	color:#000;
	margin-top:0px;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0px;
	text-align:left;
	line-height:0.8;
}

.descr_home {
	font-family: 'proxima_nova_rgregular';
	font-size:14px;
	color:#363436;
	margin-left:10%;
	margin-right:6%;
	margin-top:10px;
	line-height:1.4;
	text-align: left;
}
.descr_home p {
	font-size:14px;
}

#combi_img {
	background-image:url("../img/combi.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
}
#combi_text {
	background-color:#f1f0f0;
}
#aereo_img {
	background-image:url("../img/aereo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
}
#aereo_text {
	background-color:#D0D1D3;
}
#camion_img {
	background-image:url("../img/camion.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
}
#camion_text {
	background-color:#DCDFE1;
}
#spedizioni_img {
	background-image:url("../img/spedizioni.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
}
#spedizioni_text {
	background-color:#f3f3f2;
}
#news_text {
	background-color:#fff;
}
@media screen and (max-width:1440px) {
	.box {
		position: relative;
		float: left;
		width:50%;
		background-color: #fff;
		overflow:hidden;
	}
	.box_brand {
		position: relative;
		float: left;
		width:50%;
		background-color: #f5f4f2;
		overflow:hidden;
	}
	#cont-center {
		position:relative;
		width:100%;
		margin:0px auto;
		background-color:transparent;
		height:auto;
		padding-bottom:70px;
	}
}
@media screen and (max-width:960px) {
	.box {
		position: relative;
		float: left;
		width:100%;
		background-color: #fff;
		overflow:hidden;
	}
	.box_brand {
		position: relative;
		float: left;
		width:100%;
		background-color: #f5f4f2;
		overflow:hidden;
	}
}