/* 
	Section Background (bg.css)
	
	Table of Content
	- general settings for section & subheader
	- general background image for subheader
	- background settings for page subheader
	- background settings for section
	- subheader for side navigation
	- media query
*/

/* 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;

/*

-webkit-background-size: auto 100% !important;
-moz-background-size: auto 100% !important;
-o-background-size: auto 100% !important;
background-size: auto 100% !important;
background-attachment:scroll !important;
background-position:top !important;

*/
}

/* general background image for subheader */
#subheader{
background:url(../images/background/bg-subheader.jpg)top fixed;
}

/* background settings for page subheader */
.page-projects #subheader{
	background-image:url(../images/background/my-subheader-bg.jpg);
	/*background-position: center !important;*/
	background-attachment: fixed;
}

#slider-image-rental{
	position: relative;
	min-height: 500px;
}

#slider-image-rental::before{
	content: '';
	background-image: url(../images/background/rent.jpg) !important;
	background-size:cover !important;
	position: absolute;
	
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-size: cover !important;
	background-position: right center;
	background-repeat: no-repeat;
	
}


/*home-page*/
#slider-image-home
{
	background: url(../images/background/home-bg1.jpg) right bottom no-repeat !important;
}

@media (max-width:992px){
	#slider-image-rental{
		position: relative;
		min-height: 300px;
	}

	#slider-image-rental::before{
		content: '';
		background-image: none !important;
		background: #fff;
		background-size:cover !important;
		position: absolute;
		
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		background-size: cover !important;
		background-position: right center;
		background-repeat: no-repeat;
		
	}

	#slider-image-home
		{
			background: url(../images/background/home-bg-mob4.jpg) right bottom no-repeat !important;
		}

}


@media (min-width:992px) and (max-width:1700px){
	
	#slider-image-home {
		
		background: url(../images/background/home-bg-medium.jpg) right bottom no-repeat !important;
		
	}

}

/*abous-us page */

#slider-image-about
{
	background: url(../images/background/about-us-bg.jpg) right bottom no-repeat !important;
}

@media (max-width:480px){
	#slider-image-about
		{
			background: url(../images/background/about-us-bg-mob.jpg) right bottom no-repeat !important;
		}

}


@media (min-width:481px) and (max-width:1700px){
	
	#slider-image-about {
		
		background: url(../images/background/about-us-bg-medium.jpg) right bottom no-repeat !important;
		
	} 

}

/*classes page*/

#slider-image-classes
{
	background: url(../images/background/classes-b.jpg) right bottom no-repeat !important;
}

@media (max-width:700px){
	#slider-image-classes
		{
			background: url(../images/background/classes-b-mob.jpg) right bottom no-repeat !important;
			/* background: #fff !important; */
		} 

}


@media (min-width:700px) and (max-width:1700px){
	
	 #slider-image-classes {
		
		background: url(../images/background/classes-b-medium.jpg) right bottom no-repeat !important;
		
	} 

}



/* background settings for section */
#section-home-advisor{
	background: rgba(247,184,57,1);
	background: -moz-linear-gradient(-45deg, rgba(247,184,57,1) 0%, rgba(237,138,67,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(247,184,57,1)), color-stop(100%, rgba(237,138,67,1)));
	background: -webkit-linear-gradient(-45deg, rgba(247,184,57,1) 0%, rgba(237,138,67,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(247,184,57,1) 0%, rgba(237,138,67,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(247,184,57,1) 0%, rgba(237,138,67,1) 100%);
	background: linear-gradient(135deg, rgba(247,184,57,1) 0%, rgba(237,138,67,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b839', endColorstr='#ed8a43', GradientType=1 );
	/*background: rgba(237,176,114,1);
	background: -moz-linear-gradient(-45deg, rgba(237,176,114,1) 0%, rgba(237,133,59,1) 50%, rgba(237,176,114,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(237,176,114,1)), color-stop(50%, rgba(237,133,59,1)), color-stop(100%, rgba(237,176,114,1)));
	background: -webkit-linear-gradient(-45deg, rgba(237,176,114,1) 0%, rgba(237,133,59,1) 50%, rgba(237,176,114,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(237,176,114,1) 0%, rgba(237,133,59,1) 50%, rgba(237,176,114,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(237,176,114,1) 0%, rgba(237,133,59,1) 50%, rgba(237,176,114,1) 100%);
	background: linear-gradient(135deg, rgba(237,176,114,1) 0%, rgba(237,133,59,1) 50%, rgba(237,176,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edb072', endColorstr='#edb072', GradientType=1 );*/
}
#services-intro {
	background: rgba(237,176,114,1);
	background: -moz-linear-gradient(-45deg, rgba(237,176,114,1) 0%, rgba(237,133,59,1) 50%, rgba(237,176,114,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(237,176,114,1)), color-stop(50%, rgba(237,133,59,1)), color-stop(100%, rgba(237,176,114,1)));
	background: -webkit-linear-gradient(-45deg, rgba(237,176,114,1) 0%, rgba(237,133,59,1) 50%, rgba(237,176,114,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(237,176,114,1) 0%, rgba(237,133,59,1) 50%, rgba(237,176,114,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(237,176,114,1) 0%, rgba(237,133,59,1) 50%, rgba(237,176,114,1) 100%);
	background: linear-gradient(135deg, rgba(237,176,114,1) 0%, rgba(237,133,59,1) 50%, rgba(237,176,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edb072', endColorstr='#edb072', GradientType=1 );
}

#view-all-projects{
	background:#ed8a43;
	/*background-image: url(../images/background/bg.png);
	background-repeat: repeat;
	background-size: auto !important;*/
}
#section-testimonial{ background:url(../images/background/european-ballet-and-piano-school-testimonials.jpg) top center; background-repeat: no-repeat;}
@media (max-width:992px)
{
	#section-testimonial{ background:url(../images/background/european-ballet-and-piano-school-testimonials.jpg) top center; background-repeat: no-repeat;}
}
#section-map{
	position: relative;
	/*padding: 0;*/
}
#section-products{ background:url(../images/background/products-bg.jpg) top fixed; background-repeat: no-repeat;}

.custom-footer{
	position: relative;
	margin-top: -90px;
}

#banner-header-old-wires {background:url(../images/background/header-banner-wires-fire.jpg) bottom center !important;}
#banner-header-fiber-optic {background:url(../images/background/header-banner-fiber-optic.jpg) bottom center !important;}
#banner-header-repair {background:url(../images/background/header-banner-repair.jpg) bottom center !important;}
#banner-header-bucket-truck {background:url(../images/background/header-banner-bucket-truck.jpg) bottom center !important;}
#banner-header-maintenance {background:url(../images/background/header-banner-maintenance.jpg) bottom center !important;}
#banner-header-single {background:url(../images/background/header-banner-single.jpg) bottom center !important;}
#banner-header-commercial-services {background:url(../images/background/header-banner-commercial-services.jpg) bottom center !important;}
#banner-header-vehicle-charging {background:url(../images/background/header-banner-vehicle-charging.jpg) bottom center !important;}
#banner-header-pool {background:url(../images/background/header-banner-pool.jpg) bottom center !important;}
#banner-header-fan {background:url(../images/background/header-banner-fan.jpg) bottom center !important;}

#banner-contact {
	/*background:rgba(237,176,114,.15);*/
	background: rgba(247,184,57,1);
	background: -moz-linear-gradient(-45deg, rgba(247,184,57,1) 0%, rgba(237,138,67,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(247,184,57,1)), color-stop(100%, rgba(237,138,67,1)));
	background: -webkit-linear-gradient(-45deg, rgba(247,184,57,1) 0%, rgba(237,138,67,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(247,184,57,1) 0%, rgba(237,138,67,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(247,184,57,1) 0%, rgba(237,138,67,1) 100%);
	background: linear-gradient(135deg, rgba(247,184,57,1) 0%, rgba(237,138,67,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b839', endColorstr='#ed8a43', GradientType=1 );
}
#banner-contact p,#banner-contact h2{color: #fff;}
#section-about-us-2 .image-container{background:url(../images/background/about-us-bg.jpg); background-position-x: 50%;}
#section-about-us-2{
	/*background:#18191b; */
	height:100%;
	background-color: #f5f1e8;
    background-image: url(../images/background/bg.png);
    background-repeat: repeat;
    background-size: auto !important;
}
/*#section-about-us-2{background:#f8f8f8; height:100%;}*/
#section-about-us-3{background:#f5f5f5; height:100%;}
#section-about-us-3 .image-container{
	background:url(../images/background/dennis-Kleiner-for-about-page.jpg);
	background-position-x: center !important;
}

#section-about-first{
	background: #FAF8E1;
}
#section-about-first h2,
#section-about-second h2 {
	margin: 0 0 10px;
}
#map-wrapper {background:url(../images/background/google-map-bg-image.jpg) center !important; background-size: cover !important; -webkit-background-size: cover !important;}



@media screen and (max-width: 992px){

	#subheader{
		background-image: url(../images/background/my-subheader-bg-mobile.jpg);
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;

		background-attachment:scroll !important;

		background-position: top right;
		-webkit-background-position: top right;
	}
	.page-about #subheader{background-image:url(../images/background/my-subheader-bg-mobile.jpg);}
	.page-projects #subheader{background-image:url(../images/background/my-subheader-bg-mobile.jpg);}
	.page-contact #subheader{background-image:url(../images/background/my-subheader-bg-mobile.jpg);}
}

@media screen and (min-width: 768px) and (max-width: 992px){
	#subheader{
		background-position: 0 25% !important;
		-webkit-background-position: 0 25% !important;
	}
}







#section-steps{ background:#2B85A1;}
#info-address{background:url(../images/background/bg-3.jpg) top fixed;}
#view-all-projects, #call-to-action{padding:60px 0 60px 0;}



#section-about-us-4 .image-container{background:url(../images/background/bg-side-3.jpg);}
#section-welcome-5{background:url(../images/background/bg-14.jpg) top fixed;}
#section-blog {background:url(../images/background/bg-5.jpg) top fixed;}
#section-coming-soon{ background:none; position:absolute; min-height:100%; width:100%;z-index:1;}
#section-describe{background:#202020;}
#section-download{background:url(../images/background/bg-9.jpg) top fixed;}
#bg-coming-soon-page{background:url(../images/background/bg-6.jpg) top fixed; position:fixed; min-height:100%; width:100%;}

.de_light #section-about-us-2{background:none;}
#section-welcome{background:url(../images/background/bg-4.jpg) top fixed;}
#section-welcome-2{background:url(../images/background/bg-6.jpg) top fixed;}
#section-welcome-3{background:url(../images/background/bg-7.jpg) top fixed;}
#section-welcome-4{background:url(../images/background/bg-10.jpg) top fixed;}
#section-welcome-6{background:url(../images/background/bg-15.jpg) top fixed;}
#section-welcome-7{background:url(../images/background/bg-20.jpg) fixed center;}
#section-welcome-8{background:url(../images/background/bg-20.jpg) fixed center;}
#section-welcome-9{background:url(../images/background/bg-21.jpg) top fixed;}
#section-welcome-10{background:url(../images/background/bg-23.jpg) top fixed;}
#section-welcome-11{background:url(../images/background/bg-25.jpg) top fixed;}
#section-welcome-12{background:url(../images/background/bg-26.jpg) top fixed;}
#section-why-choose-us-3{background:url(../images/background/bg-16.jpg) top fixed;}
#section-portfolio{background:#222; width:101%; overflow:hidden;}
.de_light #section-portfolio{background:#fff;}
#section-skill-bar{ background:url(../images/background/bg-8.jpg) top fixed;}

#section-testimonial-2{ background:url(../images/background/bg-17.jpg) top fixed;}

#section-userReviews{ background:#1C2D59;}
#section-steps-2{ background:#f5f5f5;}
#section-steps-3{ background:url(../images/background/bg-12.jpg) top fixed;}
#section-team{background:#111;}
.de_light #section-team{background:#f5f5f5;}
#hide-content{position:absolute; width:100%; min-height:100%; z-index:100;display:none; background:rgba(0,0,0,.8);}
#section-fun-facts .image-container{background:url(../images/background/bg-side-4.jpg);}
#section-fun-facts-2{background:url(../images/background/bg-13.jpg) center;}
#section-fun-facts-3{background:url(../images/background/bg-18.jpg) top;}
#section-custom-1{background:url(../images/background/bg-17.jpg) top fixed;}
#section-custom-2{background:url(../images/background/bg-16.jpg) top fixed;}
#section-cta-1{background:url(../images/background/bg-22.jpg) top fixed;}
#section-profile-experiences{background:url(../images/background/bg-24.jpg) top fixed;}

#banner-about {background:url(../images/background/banner-about.jpg) bottom center !important;}
#banner-about p{margin-bottom: 0;}

#banner-faq {background:url(../images/background/banner-faq.jpg) bottom center !important;}
#banner-home-inspections {background:url(../images/background/banner-home-inspections.jpg) top center !important;}

#banner-termite-inspections {background:url(../images/background/banner-termite-inspections.jpg) bottom center !important;}

#blue-headline {background:url(../images/background/blue-headline.jpg) bottom center !important;}
#newsletter-signup {background:url(../images/background/bg-newsletter-signup.jpg) bottom center !important;}


.bg-fit-height{
	-webkit-background-size: auto 100% !important;
	-moz-background-size: auto 100% !important;
	-o-background-size: auto 100% !important;
	background-size: auto 100% !important;
	background-attachment:scroll !important;
}

@media screen and (max-width: 768px){
	#banner-about,
	#banner-contact,
	#banner-faq,
	#banner-home-inspections,
	#banner-radon-inspections,
	#banner-termite-inspections {background-position: left top !important;}
}

/* media query */
@media only screen and (max-width: 1199px) {
	section{
	-webkit-background-size: auto 100% !important;
	-moz-background-size: auto 100% !important;
	-o-background-size: auto 100% !important;
	background-size: auto 100% !important;
	background-attachment:scroll !important;
	background-position:top !important;
	}
}