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 (max-width: 949px) {
	header{text-align: center; min-width:100%;}
	h1 {background:none; margin-left: 0; padding-left: 0; width: auto;}
	/*ul.menu li:first-child a { width:165px !important;}
	ul.menu li a { width:165px; font-size:15px; line-height:24px;  padding: 14px 0 19px 0; }*/
	.box-4 h4 {font-size:16px; line-height:28px;}
	#form {width:210px; }
	#form input {width: 118px;}
	#form textarea {width: 128px;}
	.btns {width:210px;	}
}

@media only screen and (max-width: 767px){
	/*nav {border:none; min-width:100%; align:right}*/
	.box-4 h4 {font-size:24px; line-height:38px;	}
}
@media only screen and (max-width: 600px) {
	#form {width:310px; }
	#form input {width: 218px;}
	#form textarea {width: 228px;}
	.btns {width:310px;}
}
@media only screen and (max-width: 420px) {
	#form {width:210px; }
	#form input {width: 118px;}
	#form textarea {width: 128px;}
	.btns {width:210px;}
	
}