/* 
	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  for subheader */

/* background settings for page subheader */

/* background settings for section */
#view-all-projects, #call-to-action{padding:60px 0 60px 0;}
#section-about-us-2{background:#f8f8f8; height:100%;}
#section-about-us-2 .image-container{background:url(../about.png);}
#section-about-us-2{background:#000000; height:100%;}
.de_light #section-about-us-2{background:none;}
#section-welcome-3{background:url(../image/bg.png) top fixed;}
#section-why-choose-us{background:url(../image/banner.png) top fixed;}
#section-portfolio{background:#000000; width:101%; overflow:hidden;}
.de_light #section-portfolio{background:#fff;}
#hide-content{position:absolute; width:100%; min-height:100%; z-index:100;display:none; background:rgba(0,0,0,.8);}


/* services section side background */


/* background settings for side navigation subheader */

/* media query */
@media only screen and (max-width: 767px) {
	section{
	background-size: auto 100% !important;
	background-attachment:scroll !important;
	background-position:top !important;
	}
}
	