@media only screen and (max-width: 768px) {
	#pages_bg_img {
		height: 300px;
	}
}

@media only screen and (min-width: 768px) {
	#pages_bg_img {
		height: 300px;
	}
}

@media only screen and (min-width: 1024px) {
	#pages_bg_img {
		height: 320px;
	}
}

@media only screen and (min-width: 1250px) {
	#pages_bg_img {
		height: 350px;
	}
}

@media only screen and (min-width: 1400px) {
	#pages_bg_img {
		height: 400px;
	}
}

@media only screen and (min-width: 1700px) {
	#pages_bg_img {
		height: 500px;
	}
}
/* # */	
	#menu_buttons_nav a {
		color: #fff;
	}

	header #fb_icon_a,
	header #tw_icon_a,
	header #yt_icon_a {
		border: 1px solid #fff;
	}
/* # */

/* . */
/* . */