

/* general settings for section & subheader */
section,#subheader{
-webkit-background-size: 100% !important;
-moz-background-size: 100% !important;
-o-background-size: 100% !important;
background-size: 100% !important;


}



.featured-image{
	position: relative;
}

.featured-image-home::before{
	content: '';
	background-color: #fff;
	background-image: url(../images/background/home-bg.jpg) !important;
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-position: top;
	background-repeat: no-repeat;
	
}

.featured-image-events::before{
	content: '';
	background-color: #fff;
	background-image: url(../images/background/events-bg.jpg) !important;
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-position: top;
	background-repeat: no-repeat;
}

.featured-image-about::before{
	content: '';
	background-color: #fff;
	background-image: url(../images/background/about_bg.jpg) !important;
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-position: top;
	background-repeat: no-repeat;
}

.featured-image-contact::before{
	content: '';
	background-color: #fff;
	background-image: url(../images/background/main_image_contact_us.jpg) !important;
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-position: top;
	background-repeat: no-repeat;
}

.featured-image-donate::before{
	content: '';
	background-color: #fff;
	background-image: url(../images/background/donate_bg.jpg) !important;
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-position: top;
	background-repeat: no-repeat;
}

.green-section,.weight-room-about{
	position: relative;
}


.green-section::before{
	content: '';
	background-color: #fff;
	background-image: url(../images/background/sponsor_background.jpg) !important;
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-size: cover;
    background-position: center top;
    text-align: center;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	
}


.weight-room-about::before{
	content: '';
	background-color: #fff;
	background-image: url(../images/background/about_page_weight_bg.jpg) !important;
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-size: cover;
    background-position: center top;
    text-align: center;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.grey-section{
	padding-top: 200px;
	position: relative;
	background: #f2f2f2;
}

.budget-section{
	padding-top: 200px;
	position: relative;
	background: #f2f2f2;
}

/*end*/

@media  screen and (max-width:992px){
	

	.featured-image-home
	{
		background: #e6e6e6;
		height: 400px;
	}


	.featured-image-home::before{
		opacity: 0.25;
		height: 400px;
	}

	
	.featured-image-home::before{
		content: '';
		background-color: #fff;
		background-image: url(../images/background/home-bg-tab.jpg) !important;
		position: absolute;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		background-position: top right;
		background-repeat: no-repeat;
		
	}
	
}



@media  screen and (max-width:480px){
	

	.featured-image-home::before{
		content: '';
		background-color: #fff;
		background-image: url(../images/background/home-bg-mob.jpg) !important;
		position: absolute;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		background-position: top center;
		background-repeat: no-repeat;
		
	}
	

	
}










