/*
    container.css
    web-communication.eu | 14/04/2016
    Copyright 2016 web-communication.eu
*/



#container {
	position:				relative;
	width: 					100%;
	margin:					0 auto;
	background: 			#FFFFFF;
}

#sub-container {
	margin:					0 auto;
	width:					100%;
}


#sub-container.bg-built {
	
	background:  #000 url('../images/pipes.jpg');
		
		background-repeat: no-repeat;
		background-position: center;
}

#sub-container.bg-exhaust {
	
	background:  #000 url('../images/slide_03.jpg');
		
		background-repeat: no-repeat;
		background-position: center;
}


/* responsive */	

@media only screen and (max-width: 1135px) {
	
	#container {
	    width: 			1135px;
	}
	
	#sub-container {
		width: 			1135px;
	}
	
}

@media only screen and (max-height: 1080px) {
	
	#sub-container.bg-built,
	#sub-container.bg-exhaust{
		
		background-attachment: fixed;
		
	}
	
}

@media only screen and (min-width: 1921px) {
	
	#container {
	    width: 						1920px;
	}
	
}

@media only screen and (min-width: 1441px) {
	
	/*
	
	#sub-container {
		width: 			1440px;
	}
*/
	
}	
