@media screen and (max-width:1200px){
	#body .container, #head1 .container, #head2 .container, #header .menu-1 > ul, #body .container, #header.noBg{width: 100%;}
	#body iframe{max-width: 100%;}
	#page{width:100%;}

	#header .menu-1{display: none;}
	#menuActiv{display: block;}
	.pages-list div.description{max-width: 100% !important;margin: 0 !important;padding: 0 5%;}

	#head2{bottom: inherit;top:0;position: fixed;}

	/* #page17 .pages-list li div.description{width: 40% !important;height: auto !important;} */
}
@media screen and (max-width:900px){
	#logo #title a{font-size: 8em;}
	#logo #slogan{width: auto;}
	#body iframe{max-height: 418px;}
	/* #page17 .pages-list li div.description{width: 50% !important;} */
}

@media screen and (max-width:768px){
	#logo #title a{font-size: 7em;}
	#body iframe{max-height: 355px;}
	/* #page17 .pages-list li div.description{width: 80% !important;} */

}

@media screen and (max-width:600px){
	#logo #title a{font-size: 6em;}
	#body iframe{max-height: 275px;}
	/* #page17 .pages-list li div.description{width: 100% !important;} */

}

@media screen and (max-width:480px){
	#logo #title a{font-size: 4em;}
	#body iframe{max-height: 215px;}

}

@media screen and (max-width:320px){
	#logo #title a{font-size: 3em;}
}