/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (min-width: 768px) and (max-width : 1023px){
	.keywords-boxes {
		width: 100%;
	}
	div.keywords-boxes span{
		font-size:15px
	}
	.header-inner nav ul li {
		margin: 38px 0 0 39px!important;
	}
	nav.menu {
		width: 510px!important;
		margin:0px auto!important;
		float:none!important;
	}
	.header-inner nav ul li.products {
		width: 89px;
	}
	.header-inner nav ul li.products a {
		width: 89px;
	}
	.header-inner nav ul  li.register-to {
		width: 89px!important;
	}
	.header-inner nav ul  li.register-to a {
		width: 89px!important;
	}
}