/**
 * NeoTheme (Neo Industries Pty Ltd)
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to Neo Industries Pty LTD Non-Distributable Software Modification License (NDSML)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.neotheme.com/legal/licenses/NDSM.html
 * If the license is not included with the package or for any other reason,
 * you did not receive your licence please send an email to
 * support@neotheme.com so we can send you a copy immediately.
 *
 * This software comes with no warranty of any kind. By Using this software, the user agrees to hold
 * Neo Industries Pty Ltd harmless of any damage it may cause.
 *
 * @category    modules
 * @module      NeoTheme_MegaMenu
 * @copyright   Copyright (c) 2014 Neo Industries Pty Ltd (http://www.neotheme.com)
 * @license     http://www.neotheme.com/  Non-Distributable Software Modification License(NDSML 1.0)
 */

/********** < Mega Menu */
.navigation { width:980px !important; }
.megamenu { margin:0 auto; padding:0; }
.megamenu li { float:left; }
.megamenu li a { float:left; padding:10px; color:#FFF; font-size:16px; }
.megamenu li a.active,
.megamenu li a:hover { background:#FFF; color:#333; }

.megamenu .container { position:absolute; margin-top:44px; box-sizing: border-box; padding:18px; border:1px solid #003c55; background: url(../images/bkg_nav1.png) 0 100% repeat; z-index:999; }
.megamenu .container a { color:#333; padding:0; font-size:12px; text-align: left; }
.megamenu .container .col { width:220px; float:left; padding-right:20px;  }
.megamenu .container .col.last { padding-right:0; }
.megamenu .container .col li { width:100%; border:0; margin-bottom:2px; }

.megamenu .container .block-category { float:left;  margin-bottom:20px; }
.megamenu .container .block-category .block-title { font-size:12px; text-transform: uppercase; font-weight:bold; padding:0; }

.megamenu .over {  }
.megamenu .content { }
.megamenu .hide { display: none; }