.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}
/*------------------------*/

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

@media only screen and (max-width: 767px){
	
h1, h1 span{
    text-align: center;
    width: 100%;
}

.menu {
    width: 100%;
}
	.menu li {text-align: center;
    width: 100%;
	background:#FFF;
	margin:1px 0;
	}
	.menu > li:first-child {
   background:#FFF;
}

}
@media only screen and (max-width: 619px) {
	
}
@media only screen and (max-width: 320px) {

}