

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

	.home-off-content-left, .home-off-content-deny-left {
		width: 60%;
	}

	.home-off-content-right, .home-off-content-deny-right {
		width: 40%;
	}
	
}


@media only screen and (max-width: 1080px) {
	.navbar-brand-owner {
		display: none;
		
	}
	
	.navbar-brand img {
		height: 50px;
	}
	
}



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

	.home-off-content-left, .home-off-content-deny-left {
		width: 50%;
	}

	.home-off-content-right, .home-off-content-deny-right {
		width: 50%;
	}
	
	.da-logo img {
		height: 90px;
	}
	
}


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

	.home-off-content-left { 
		width: 50%;
		display: none !important;
	}
	.home-off-content-deny-left {
		width: 100%;
	}

	.home-off-content-right, .home-off-content-deny-right {
		width: 100%;
	}
	
	.da-box {
		width: 80% !important;
		margin: 0 auto;
	}
	
}


@media only screen and (max-width: 575px) {
	.navbar-brand-owner {
		display: none;
		
	}

}


@media only screen and (max-width: 475px) {
	.da-box {
		width: 100% !important;
		margin: 0 auto;
	}
	
	
	
}




