﻿/*
Item: Responsive CSS3 Mega menu-nav
Version: 1.0
*/

/* Basic Styles
================================================== */
@import url("icons.css");    /* Font Awesome Icons */

.menu-nav {
	display: block;
	position: relative;
    width:690px;
    float: right;
    z-index:20;
   
}

.menu-nav,
.menu-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.menu-nav ul a { float: left; }
.menu-nav ul ul a { float: none; }
.menu-nav .mega-menu-nav a { float: none; padding: 0; }

.menu-nav ul ul,
.menu-nav .mega-menu-nav,
.menu-nav .mega-menu-nav ol li {
	opacity: 0;
	visibility: hidden;
	display: none !important/9; /* IE8 Hack */
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	-ms-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}

.menu-nav li:hover > ul,
.menu-nav li:hover > .mega-menu-nav,
.menu-nav li:hover > .mega-menu-nav ol li {
	opacity: 1;
	visibility: visible;
	display: block !important/9; /* IE8 Hack */
}

.menu-nav ul:after {
	content: "";
	clear: both;
	display: block;
}

.menu-nav ul li {
	float: left;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.menu-nav ul li a {
	display: block;
	padding: 14px 20px 15px 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Droid Sans', sans-serif;
}

/* Arrows */
.menu-nav .arrow:after {
	content: "";
	float: right;
	text-align: right;
	width: 0; 
	height: 0; 
	display: block;
	border-left: 3px solid rgba(255,255,255,0);
	border-right: 3px solid rgba(255,255,255,0);
	border-top: 3px solid #bbb;
	top: 9px;
	margin: 0 0 0 5px;
	position: relative;
	/* IE8 Hack */
	border-left: 3px solid transparent/9;
	border-right: 3px solid transparent/9;
}

.menu-nav ul li ul li .arrow:after {
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #bbb;
	margin: -2px 0 0 5px;
}

/* Icons Styles */
.menu-nav i {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	float: left;
	margin: 4px 4px 0 -2px;
	line-height: 14px;
	padding: 0;
}

/* Right Floated item */
.menu-nav .right {
	float: right;
}

.menu-nav .right ul,
.menu-nav .right .mega-menu-nav {
	right: 0;
}

/* Drop-Down
================================================== */
.menu-nav ul ul {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-top: 0;
	border-bottom: 0;
	position: absolute;
	top: 100%;
	width: 210px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

.menu-nav ul ul ul {
	position: absolute; 
	left: 100%;
	border-top: 1px solid #e0e0e0;
	top: -1px;
}

.menu-nav ul ul li a {
	font-weight: normal;
	padding: 8px 12px;
	color: #000;
	border-bottom: 1px solid #e4e4e4;
}

.menu-nav ul ul li {
	float: none; 
	position: relative;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.menu-nav ul ul li {
	background: #fff !important;
}

.menu-nav ul ul li a:active,
.menu-nav ul ul li:hover {
	background: #eeeeee !important;
	background-color: #eeeeee !important;
}

/* Mega-menu-nav
================================================== */
.mega-menu-nav {
	position: absolute;
	top: 100%;
	padding: 18px 11px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-top: none;
	color: #777;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mega-menu-nav ol {
	list-style: none;
	padding: 0;
}

.mega-menu-nav ol li {
	width: 100%;
}

.mega-menu-nav ol li:hover,
.mega-menu-nav ol li a {
	color: #777;
	font-size:12px;
	padding: 0;
	font-weight: normal;
	background-color: #fff;
	background-image: none;
}

.mega-menu-nav ol li a:hover {
	color: #505050;
}

.mega-menu-nav div h4 {
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
}

/* Grid */
.mega-menu-nav .col-1 { width: 135px; }
.mega-menu-nav .col-2 { width: 288px; }
.mega-menu-nav .col-3 { width: 441px; }
.mega-menu-nav .col-4 { width: 594px; }
.mega-menu-nav .col-5 { width: 747px; }
.mega-menu-nav .col-6 { width: 900px; }

.mega-menu-nav .col-1,
.mega-menu-nav .col-2,
.mega-menu-nav .col-3,
.mega-menu-nav .col-4,
.mega-menu-nav .col-5,
.mega-menu-nav .col-6 {
	float: left;
	margin: 0 9px;
}

/* Full Width Grid */
.mega-menu-nav.full-width {
	left: 0;
	width: 100%;
	padding: 18px 0;
}

.full-width .col-1 { width: 120px; }
.full-width .col-2 { width: 30.40%; }
.full-width .col-3 { width: 46.70%; }
.full-width .col-4 { width: 63.00%; }
.full-width .col-5 { width: 79.30%; }
.full-width .col-6 { width: 95.60%; }

.full-width .col-1,
.full-width .col-2,
.full-width .col-3,
.full-width .col-4,
.full-width .col-5,
.full-width .col-6 {
	float: left;
	margin: 0 0 0 2.2%;
}

/* Color Schemes
================================================== */

/* Style 1 */
.style-1.menu-nav,
.style-1.menu-nav ul li  {
	background-color: #FFFFFF;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
}

.style-1.menu-nav ul li:hover {
	background-color: #eeeeee;
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.08) 0%);
	
}

/* TOP NAVIGATION
================================================== */
.logo{
	text-align: left;
	
}

.logohome{
	Text-align: left;
	width: 250px;
	height: 175px;
	z-index: 9999;
	background-image: url(/clients/COLCOA/images/logo-home-faf.png);
	background-repeat:no-repeat;
	position:absolute;

}

.flatmenu {
	margin: 30px 0 0 100px; 
	
}

.flatstyle{
	
	font-size: 12px;
	font-weight: normal; color: #8e8e8e;
	margin:10px;
	font-family: 'Droid Sans', sans-serif;
	
}

.flatstyle:hover {
	background-color:#e6e6e6; color:#000000; text-decoration:none;
}
