Пример #1
0
			<?php 
}
?>
			
		</div>
	</div>
	
	<div class="row-holder <?php 
echo Bw::get_option('sticky_header') ? 'enable-sticky' : '';
?>
 <?php 
echo Bw::get_option('invert_header_nav_color') ? 'invert' : '';
?>
">
		<div class="row for-sub-header">
			<nav id="navigation">
				<?php 
Bw_megamenu::main_nav();
?>
			</nav>
			
			<!-- social icons -->
			<?php 
Bw::go_social();
?>
		</div>
	</div>
	
	<span id="mobile-toggle"><i></i></span>
	
</header>