@media all and (max-width: 1000px){
	
	#wrapper header .fusion-header .fusion-flyout-menu-icons {
		position : absolute;
		right : 30px;
	}
	
	.fusion-flyout-mobile-menu.fusion-mobile-nav-holder .menu {
		display : none;
	}
	
	header {
		border-bottom : none;
	}
	
	.fusion-secondary-menu {
		display : none;
	}
	
}

@media all and (max-width: 768px){
	
	.row .column.w075,
	.row .column.w070,
	.row .column.w060,
	.row .column.w055,
	.row .column.w050,
	.row .column.w040,
	.row .column.w033,
	.row .column.w030,
	.row .column.w025 {
		margin : 0 !important;
		width : 100%;
	}
	
	.column.w050:first-child + div .box, 
	.column.w050:first-child + div + div .box {
		margin-left : 0 !important;
	}
	
}