/***** CSS TAG *****/
* {
	box-sizing:border-box;	
}
body {
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
}
html, body {
	height:100%;	
}
strong {
	font-weight:bold;	
}
.videoHome {
	position: absolute;
	right: 0px;
	bottom: 0px;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;	
}
.logo {
	max-width:500px;
	width:100%;
	position:absolute;
	left:50%;
	top:30%;
	transform:translate(-50%, -30%);
	z-index:9999;	
}
.barra_nera {
	position:absolute;
	bottom:20px;
	right:20px;
	left:20px;
	height:200px;
	background-color:rgba(0, 0, 0, 0.7);
	z-index:9999;
	color:#fff;
}
.barra_nera a:link, .barra_nera a:visited {
	color:#fff;	
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding-bottom:3px;
}
.barra_nera a:hover {
	color:#f41746;
	border-bottom:1px solid #f41746;	
}
.barra_dx {
	float:left;
	text-align:right;
	padding:15px;
	width:33%;
	font-size:16px;
	line-height:26px;
}
.barra_dx table {
	float:right;
	margin-top:20px;
	width:150px;
	text-align:center;
}	
.barra_dx table a:link, .barra_dx table a:visited {
	border:none;	
}
.barra_dx table i {
	color:#fff;	
}
.barra_dx table i:hover {
	color:#f41746;
}
.titolo {
	font-weight:600;
	text-transform:uppercase;
	font-size:18px;	
}
.barra_sx {
	float:left;
	text-align:left;
	padding:15px 15px 15px 15px;
	width:33%;
	font-variant:small-caps;
	font-size: 30px;
	line-height: 34x;
	font-weight: 200;
	margin-top: 10px;
}
.barra_sx p {
	margin-bottom:20px;
}
.barra_centro {
	float:left;
	text-align:center;
	padding:15px;
	width:33%;
}
.barra_centro p {
	line-height:25px;
}
.mini_slogan {
	font-size:20px;
	margin-bottom:15px;	
	margin-top:30px;
	font-weight:700;
}



@media only screen and (max-width : 1380px) {
	.barra_centro {
		display:none;
	}
	#getting-started02 {
		display:block;
		margin-top:15px;
		font-weight:600;
		font-size:20px;
	}
	.barra_sx {
		font-size: 29px;
		line-height: 35px;
		width:50%;
	}
	.barra_dx {
		width:50%;
		font-size:18px;
		line-height:29px;
	}
	.barra_dx table {
		margin-top: 10px;
	}
	.titolo {
		font-size: 20px;
	}
}
@media only screen and (max-width : 1024px) {
	.barra_sx {
		font-weight:400;
	}
}
@media only screen and (max-device-width : 736px) {
	.barra_sx, .barra_dx {
		float:none;
		text-align:center;
		width:100%;
	}
	.barra_nera {
		height:auto;
		padding-bottom:20px;
	}
	.barra_dx table {
		margin: 10px auto 0 auto;
		float:none;
		width:200px;
	}
	.barra_sx {
		font-size: 35px;
		line-height: 40px;
	}
	.titolo {
		font-size: 27px;
	}
	.barra_dx {
		font-size:23px;
		line-height:37px;
	}
}
@media only screen and (max-width : 910px) {
	.barra_sx, .barra_dx {
		float:none;
		text-align:center;
		width:100%;
	}
	.barra_nera {
		height:auto;
		padding-bottom:20px;
	}
	.barra_dx table {
		margin: 10px auto 0 auto;
		float:none;
		width:200px;
	}
	.barra_sx {
		font-size: 35px;
		line-height: 40px;
	}
	.titolo {
		font-size: 27px;
	}
	.barra_dx {
		font-size:23px;
		line-height:37px;
	}
}
@media only screen and (max-width : 540px) {
	.logo {
		width:60%;
	}
}
@media only screen and (max-device-width : 736px) and (orientation : landscape) {
	.logo {
		display:none;
	}
}
@media only screen and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation : landscape) {
	.logo {
		width:30%;
	}
}
/*@media only screen and (max-device-width : 1920px) {
	body {
		background-image:url(../img/bg_mobile.jpg);
		background-repeat:no-repeat;
		background-size:cover;	
		background-position:center center;
	}
	#big-video-wrap {
		display:none;	
	}
}*/