/*For device: tablet, mobile*/
/*Min -> 320px -> 768px ->992px -> 1024px -> 1200 -> Max*/
	
@media only screen and (max-width: 767px) {
	.header-top-right {
		display: block !important;
	}

	.company_header {
		display: none;
	}
	.menu-top-wap {
		float: left;
		display: none;
	}
	div#primary-navigation {
		width: 100%;
		background: cornflowerblue;
		text-align: center;
	}
}


@media only screen and (max-width: 500px) {
	
}

