﻿nav {
	font-size: 0;
	position: relative;
	margin:auto;
	text-align: left;
}

nav ul
{
	padding-left: 0;
	margin-bottom:0;
}



nav > ul > li {
	display: inline-block;
  	font-size: 14px;
  	padding: 0 10px;
  	position: relative;
}

nav > ul > li ::marker {

	display: none;
	list-style-type: none;
}


nav > ul > li:first-child {padding-left: 0;}
nav > ul > li:last-child {padding-right: 0;}
nav > ul > li > a {
  	display: block;
  	position: relative;
  	padding: 10px 0;
  	font-size: 13px;
    text-transform: capitalize;
    color: #fff;    
    font-weight: 700;


}
nav > ul > li:hover > a {
	color: #fff;
	text-decoration:none;
}



/* #Mega Menu Styles
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.mega-menu {
	background:#24446c;
  	display: none;
  	left: 0;
  	position: fixed;
  	text-align: left;
  	width: 100%;
  	padding:35px 0;
}
.mega-menu h3 {color: #fff;}
.mega-menu ul {
    float: left;
    margin-bottom: 20px;
    margin-right: 45px;
    width: 190px;
    padding-right: 0px;
    padding-left:0;
}

.mega-menu ul li {
     display:block;
}

.mega-menu ul:last-child {margin-right: 0;}
.mega-menu a {
    border-bottom: 1px solid #dddddd3b;
    color: #ffffff;
    display: block;
    padding: 10px 0;
}

.mega-menu a:hover {color: #f29229; text-decoration:none;}


.links-menu
{
	position:relative;
	z-index:9;
}

/* #Droppable Class Styles
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.droppable {position: static;}
.droppable > a:after {
	content: "\f107";
  	font-family: FontAwesome;
  	font-size: 12px;
  	padding-left: 6px;
  	position: relative;
  	top: -1px;
}
.droppable:hover .mega-menu {display: block;}



/* #Browser Clearfix
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.cf:before,
.cf:after {
	content: " "; /* 1 */
   display: table; /* 2 */
}
.cf:after {clear: both;}