/* CSS Document */
.line-menu{
	left: 6%;
}
.progress-bar{
	display: none;
}
#info .col-lg-7, #info .col-lg-10{
	margin: 40px 0 0 15%;
}
#info .col-12{
	padding: 0;
}
.img_gal{
	width: 100%;
}
.img_gal img{
	width: 30%;
	margin: 70px 2% 50px 0;
}
.swiper-slide img{
	width: 100%;
	height: auto;
}
.swiper-container{
	padding: 0;
	height: auto;
}
.swiper-slide{
	width: 100%;
}
.swiper-button-right-custom{
	margin-right: 0;
}
#foot{
width: 100%;
}
footer{
	background-color: rgba(8,15,23,1.00);
	width: 100%;
	height: 60px;
	margin-top: 80px;
}
footer .row{
	height: 100%;
}
footer ul{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
footer ul li{
	display: inline-block;
	margin-right: 3%;
}
footer ul li:nth-of-type(4){
	margin-right: 0;
}
footer ul li a{
	display: block;
	text-decoration: none !important;
	color: #ffffff;
}
footer p{
	color: rgba(253,253,253,0.15);
	text-align: center;
	margin-top: 8px;
	line-height: 10px;
}
@media only screen and (max-width : 768px){
	#burger{
		display: block;
	}
	#info .col-12{
		width: 90%;
		padding: 20px 5% 0 5%;
		margin: 0
	}
	#galleria.col-12{
		padding: 0;
	}
	.swiper-container{
		margin-top: 50px;
	}
	.swiper-slide{
		margin: 0;
	}
}