﻿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: 1280px)  {

	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */

}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {

	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */

}


@media only screen and (min-width: 667px) and (max-width: 900px) {

	header{width:100%;height:65px;}
	#nav > ul > li {width:20%;z-index: 0;}

	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */

}



@media only screen and (min-width: 667px) and (max-width: 1023px) {




}


@media only screen and (max-width: 666px){


}

