html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

	
}

@media only screen and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	header {margin-top: 0px;height:auto;}


	/* ------------------Content------------------- */
	

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
    header .wrap-header{height:auto;}
	#cssmenu > ul > li > a {padding:8px 15px;}
	/*.form_register{display:none};*/
	#scoo{display:none}


	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
}