/*
Free Html5 Responsive Templates
Author: Kimmy Tran
Author URI: https://www.zerotheme.com/
*/
html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
   width: 50%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}
/*------------------------*/

@media only screen and (max-width: 960px) {
.video embed,
.video object,
.video iframe {
   width: 50%;
   height: auto;
}
}

@media only screen and (max-width: 619px) {
	.menu {padding: 5px 5px 20px 5px; margin-bottom: 10px;}
	.menu li.active a, .menu li a:hover {background-position: inherit;color:#fff;padding:15px 0 17px 0;}
	.mag-1 {border-left: none; padding-left: 0px;}
	#contact-form input, #contact-form textarea  {width:60%;}
	.video embed,
.video object,
.video iframe {
   width: 50%;
   height: auto;

}
}
@media only screen and (max-width: 260px) {
	#contact-form input, #contact-form textarea  {width:40%;}
	.video embed,
.video object,
.video iframe {
   width: 50%;
   height: auto;
}
}