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: 959px) {
	body .wrap-body{ padding: 0px; margin: 0px;}
	
	#contact-form, #contact-form textarea, #contact-form input{width: 95%;}
	
}

@media only screen and (max-width: 767px) {
	
}


@media only screen and (max-width: 500px) {
	header .top{height: 5px;}
	#search {float: left;display:none;}
}

/* Mobile friendly header logo */
.logo-mobile {
     display: none;
}
@media (max-width: 500px) {
    .logo-desktop {
        display: none;
    }
    .logo-mobile {
        display: block;
    }
	
	.menu ul li a {
		font-size: 14px; color: #ffffff;display: block;padding: 6px 14px;margin-bottom: 5px;z-index: 6;position: relative;
	}
	
	#main-content article .heading{ { 
		padding:0px;
	}
}