@media screen and (max-width: 992px) {
	#page {
		width: 750px;
	}
	.container {
		width: 750px;
		max-width: inherit;
	}
	#header > img {
		width: 100% !important;
		height: auto !important;
	}
}
@media screen and (max-width: 767px) {
	#page {
		width: 96%;
		background: none;
	}
	.container, .green-bg .container {
		width: 100%;
	}
	.navigation {

	    background: none;
	    position: relative;
	   float: none;
	   width: auto;
	    left: 0;
	    bottom: 0;
	
	}
	.navigation ul.nav {
		margin-bottom: 40px;
	}
	.navbar-header {
		float: left;
		width: 100%;
	}
	#header {
		margin-bottom: 20px;
	}
	.footer img {width: 100%;}
	.indent {
		margin: 0px;
	}
	.center-image img {
		width: 100%;
	}
	.bg-box {
		padding: 15px;
		margin: 0px;
	}
	#content .one {
		padding: 0;
	}
}
