
.bwContainer-custom {
	padding-top: 100px;
	padding-bottom: 20px;
	position: relative;
}

.bwContainer-custom .background-container {
	background-color: #fff;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

	.bwContainer-custom .background-image {
		width: 100%;
		height: 100%;
	}
	
.bwContainer-custom .background-image.semi-transparent {
	opacity: 0.3;
}

.bwContainer-custom.footer-spacing-small {
	margin-bottom: 0 !important
}

@media (max-width: 767px){
	.bwContainer-custom {
		padding-top: 80px;
		padding-bottom: 0;
	}
}

@media (min-width: 992px){
	.maincontent-inner > div:first-child.bwContainer-custom {
		margin-top: -45px !important;
	}
	
	
}


