/*Mega Menu
------------------------------------*/
.header .mega-menu .nav,
.header .mega-menu .dropup,
.header .mega-menu .dropdown,
.header .mega-menu .collapse {
  	position: static;
}

.header .mega-menu .navbar-inner,
.header .mega-menu .container {
  	position: relative;
}

.header .mega-menu .dropdown-menu {
  	left: auto;
}

.header .mega-menu .dropdown-menu > li {
  	display: block;
  	font-size:12px;
}

.header .mega-menu .dropdown-submenu .dropdown-menu {
  	left: 100%;
}

.header .mega-menu .nav.pull-right .dropdown-menu {
  	right: 0;
}

.header .mega-menu .mega-menu-content {
  	*zoom: 1;
  	padding: 0;
}

.header .mega-menu .mega-menu-content:before,
.header .mega-menu .mega-menu-content:after {
  	content: "";
  	display: table;
  	line-height: 0;
}

.header .mega-menu .mega-menu-content:after {
  	clear: both;
}

.header .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header .mega-menu.navbar .nav > li > .dropdown-menu:before {
  	display: none;
}

.header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  	left: 0;
  	right: 0;
  	overflow: hidden;
}


.header .mega-menu .mega-menu-fullwidth li .col-footer-banner a{
	padding:5px 0px 5px 0px
}
.header .mega-menu .mega-menu-fullwidth li .col-footer-banner a:after{
	content:none;
    font-size: 11px;
    left: 0;
    top: 0;
}


@media (min-width: 992px) {
	.header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  		border-left:none ;border-right:none ;
		visibility: hidden;
	}
}

/*Equal Height Lists*/
@media (min-width: 992px) {
	.header .mega-menu .equal-height {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	}

	.header .mega-menu .equal-height-in {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	}
}

/*Mega Menu Style Effect*/
.header .mega-menu .equal-height-list h3 {
	font-size: 15px;
	font-weight: 400;
	padding: 0 10px 0 13px;
	margin-bottom:0;
	text-transform: uppercase;
}

/*Space for only Big Resolution*/
@media (min-width: 992px) {
	.header .mega-menu .big-screen-space {
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.header .navbar-default{
		background-color:#ffffff;
	}
	.header .navbar-default .navbar-nav > li > a {
		bottom: -2px;
		position: relative;
		padding-left:20px;
		padding-right:20px;
	}

	.header .navbar-default .navbar-nav > li > a,
	.header .navbar-default .navbar-nav > li > a:focus {
		border-bottom: solid 2px transparent;
		color:#555555;
		background-color:transparent;
	}

	.header .navbar-default .navbar-nav > li > a:focus {
		color:#428bca;
		border-bottom: solid 2px #428bca;
	}

	.header .navbar-default .navbar-nav > li > a:hover,
	.header .navbar-default .navbar-nav > .active > a {
		bottom: -2px;
		position: relative;
		border-bottom: solid 2px #428bca;
		color:#428bca;
		background-color:transparent;
	}

	/*Dropdown Menu*/
	.header .dropdown-menu {
		min-width: 200px;
		z-index: 9999 !important;
		border-top: solid 2px #428bca;
	}

	.header .dropdown-menu li a {
		color: #687074;
		font-size: 13px;
		font-weight: 400;
		padding: 6px 15px;
	}

	.header .dropdown-menu .active > a,
	.header .dropdown-menu li > a:hover {
		color: #fff;
		filter: none !important;
		background: #7A7A7A !important;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.header .dropdown-menu li > a:focus {
        visibility: hidden;
		filter: none !important;
	}

	.header .navbar-nav > li.dropdown:hover > .dropdown-menu {
        visibility: visible;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
	}

	.header .open > .dropdown-menu {
		visibility: hidden;
	}

}

/*Mega Menu Content*/
@media (min-width: 992px) {
    .header .mega-menu .equal-height-in {
        padding: 5px 0;
        border-left: 1px solid #eee;
    }

    .header .mega-menu .equal-height-in:first-child {
        border-left: none;
        margin-left: -1px;
    }

    .header .mega-menu .equal-height-list {
    	width: 100%;
    }

    .header .mega-menu .equal-height-list li a {
        display: block;
        margin-bottom: 1px;
        position: relative;
        border-bottom: none;
        padding: 5px 10px 5px 15px;
    }

    .header .mega-menu .equal-height-list a:hover {
    	text-decoration: none;
    }

    /*Dropdown Arrow Icons*/
    .header .mega-menu .mega-menu-fullwidth li a {
    	padding: 5px 10px 5px 30px;
    }

    .header .mega-menu .mega-menu-fullwidth li a:after {
        top: 5px;
        left: 15px;
        font-size: 11px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

    .header .mega-menu .mega-menu-fullwidth li h3 a {
    	padding: 0 0 10px 0;
    	border-bottom:1px solid #E3E3E3;
    }

    .header .mega-menu .mega-menu-fullwidth li h3 a:after {
        top: 5px;
        left: 15px;
        font-size: 11px;
        content:none;
        position: absolute;
        font-weight: normal;
        display: inline-block;
    }


    /*Dropdown Arrow Icons Disable class*/
    .header .mega-menu .mega-menu-fullwidth .disable-icons li a {
    	padding: 5px 10px 5px 15px;
    }

    .header .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
    	display: none;
    }
}

/*Space Effect inside the container to avoid scroll bar*/
@media (min-width: 737px) and (max-width: 991px) {
	.header .mega-menu .mega-menu-content .container {
		width: 690px !important;
	}

	.header .mega-menu .equal-height {
		margin-right: 0;
	}

	.header .mega-menu .equal-height-in {
    	padding-right: 0;
    	margin-right: -15px;
    }
}

@media (max-width: 991px) {
	.header .mega-menu .equal-height {
		margin-right: 0;
	}

	.header .mega-menu .equal-height-in {
    	padding-right: 0;
    }
}

/*Equal Hight List Style*/
@media (max-width: 991px) {

	.header .navbar-default .navbar-nav > li a {
    border-bottom: 1px solid #eee;
    color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
	}

    .header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: auto;
    }

    .header .mega-menu .equal-height-in,
    .header .mega-menu .equal-height-list {
        display: block;
    }

    .header .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
        display: block;
    }

    /*Equal Height List Style*/
    .header .mega-menu .equal-height-list h3 {
		color: #555;
		margin: 0 0 5px;
		font-size: 13px;
		font-weight: 400;
		padding: 6px 0px 5px;
	}

	.header .mega-menu .equal-height-list li a {
		color: #9d9d9d;
		display: block;
		font-size: 12px;
		font-weight: 400;
		margin-left: 15px;
		padding: 6px 5px;
		border-bottom: solid 1px #eee;
	}

	.header .mega-menu .equal-height-list > h3.active,
	.header .mega-menu .equal-height-list > .active > a,
	.header .mega-menu .equal-height-list > .active > a:hover,
	.header .mega-menu .equal-height-list > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.header .mega-menu .equal-height-list li a:hover {
		color: #333;
		text-decoration: none;
	}
}

.header .dropdown > a:after, .header .dropdown-submenu > a:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    right: 9px;
    top: 8px;
}

.header .dropdown > a:after {
    right: 3px;
    top: 14px;
}

@media (max-width: 991px) {
    .header .dropdown-submenu > a:after {
        content: " ";
    }

    .header .dropdown > a:after {
        top: 9px;
        right: 15px;
        content: "\f107";
    }
}
