@media (max-width: 1000px) {
	.home-video-container{
		height:auto;	
	}
	
	.hero-features{
		transform: inherit;
		padding: 0px;
		margin-left: 0px;
		max-width: 100%;
		border: none;
		border-radius: 0;
		margin-bottom: 50px;
	}
	
}
@media (max-width: 991.5px) {
	.toolbar-evento-dett-mobile{
		position: fixed;
		top: 0px;
		background-color: #010c12;
		z-index: 10;
		width:100%;
		padding:10px 0px;
	}
}

@media (max-width: 767.5px) {
	#top-social{
		display:none;
	}
	#page-title{
		padding:2rem 0;
		text-align: left;
	}
	#page-title .breadcrumb {
		margin: 0 !important;
		justify-content: flex-start;		
		padding:0px !important;
	}
	#page-title h1 {
		font-size: 24px;
	}
	.top-links-item{
		position:static;
	}
	.top-links-section{
		width:100%;
	}


	
	h2 {
		font-size: 38px;
		line-height: 50px;
	}	
	.numbers .fbox-content {
		text-align: center;
	}	
	.numbers .col-padding-half {
		padding: 0rem;
	}
	.font-big {
		font-size: 22px;
		line-height: 30px !important;
	}
	
	.oc-item .badge{
		display:none;
	}
	.oc-item .rounded-skill{
		display:none;
	}
	.desc-sm .portfolio-desc span {
		font-size: 60%;
	}
	
}
@media (max-width: 576px) {
	.portfolio-image-loghi-small {
		width: 160px;
		margin: 0px auto;
	}
}

@media (max-width: 530px) {
	h2.home-disclaimer{
		font-size: 22px;
		line-height: 32px;
		top: 60px;
	}
	.desc-sm .portfolio-desc h3 {
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.desc-sm .portfolio-desc span {
		display:none;
	}
	.desc-sm .portfolio-desc {
		padding: 15px 5px;
		padding-bottom: 0px;
	}
}