body #content .divider{
	padding: 0 !important;
}

.divider-sm{
	height: 3rem;
}

.divider-md{
	height: 6rem;
}

.divider-lg{
	height: 7rem;
}

.divider-xl{
	height: 8rem;
}

.divider-xxl{
	height: 10rem;
}

@media (max-width:767px)
{		
	.divider-sm{
		height: 1rem;
	}

	.divider-md{
		height: 3rem;
	}

	.divider-lg{
		height: 4rem;
	}

	.divider-xl{
		height: 5rem;
	}

	.divider-xxl{
		height: 6rem;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.divider-sm{
		height: 2rem;
	}

	.divider-md{
		height: 4rem;
	}

	.divider-lg{
		height: 5rem;
	}

	.divider-xl{
		height: 6rem;
	}

	.divider-xxl{
		height: 8rem;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}