.header-top {
	z-index: 99;
	position: relative;
	}
@media (max-width: 991px) {
	.header-top {
		position: static;
	}
	.header-top .container-fluid{
		padding-left:0px;
		padding-right:0px;
	}
	
	.header-top .container-fluid .navbar-nav{
		padding-left:25px;
		padding-right:25px;
	}
	
	
}
@media (min-width: 768px) and (max-width: 991px) {
  	.header-top .menu-container {
		width: 750px;
	}
}
@media (max-width: 991px) {
	.header-top .menu-container:before,
	.header-top .menu-container:after {
		content: " ";
		display: table;
	}
	.header-top .menu-container:after {
		clear: both;
	}
	.header-top .menu-container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-top > .navbar > .container {
		width: inherit;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.header-top > .navbar > .container > .navbar-header,
	.header-top > .navbar > .container > .navbar-collapse {
	  	margin-left: 0;
	  	margin-right: 0;
	}
}
.header-top .navbar {
	border: none;
	margin-bottom: 0;
}
.header-top .navbar-brand {
	height: 160px;
	max-height:160px;
}

.header-top .navbar-brand a {
	position:relative;
	z-index:10000
}

.header-top .navbar-brand {
	float: left;
	padding: 0px;
}

.header-top .navbar-brand img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.header-top .navbar-brand img.shrink-logo {
	display: none;
}
.header-top .navbar-brand img.default-logo {
	display: inherit;
}
@media (max-width: 991px) {
	.header-top .navbar-brand {
		padding:10px 0px 10px 0px;
	}
	
	.header-top .navbar-brand {
	height:90px;
	max-height:90px;
}
	
	.header-top .navbar-brand img {

	display: inline-block;
	vertical-align: middle;
}
	
	.header-top .navbar-brand img.shrink-logo {
		display: inherit;
	}
	.header-top .navbar-brand img.default-logo {
		display: none;
	}
}
.header-top .navbar-toggle {
	border: none;
	margin: 30px 0px 0px 15px;
}
.header-top .navbar-toggle .icon-bar {
	height: 2px;
	width: 24px;
	font-size: 20px;
	background: #fff;
	margin-bottom: 5px;
}
.header-top .navbar-toggle .icon-bar:last-child {
	margin-bottom: 0;
}
.header-top .navbar-toggle,
.header-top .navbar-toggle:hover,
.header-top .navbar-toggle:focus {
	background: inherit;
}
.header-top .navbar-collapse {
	position: relative;
}
.header-top .navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
	font-weight:600;
	text-transform: uppercase;
}
.header-top .nav > li > a:hover,
.header-top .nav > li > a:focus {
	background: inherit;
}
@media (min-width: 992px) {
	.navbar {
		border-radius: 0;
	}
	.header-top .navbar-nav {
		float: right;
	}
}
/*Responsive Navbar for max-width: 991px*/
@media (max-width: 991px) {
	.header-top .navbar-header {
		float: none;
	}
	.header-top .navbar-toggle {
		display: block;
	}
	.header-top .navbar-collapse {
		border-color: #1b1a1b;
		border-bottom: 0px solid #1b1a1b;
	}
	.header-top .navbar-collapse.collapse {
		display: none !important;
	}
	.header-top .navbar-collapse.collapse.in {
		display: block !important;
		overflow-y: auto !important;
	}
	.header-top .navbar-nav {
		margin: 0;
		float: none !important;
	}
	.header-top .navbar-nav > li {
		float: none;
	}
	.header-top .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.header-top .navbar-nav > li > a {
		color: #fff;
	}
	.header-top .dropdown-menu.pull-right {
		float: none !important;
	}
	/*Dropdown Slide Down Effect*/
	.header-top .navbar-nav .open .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		margin-top: 0;
		position: static;
		box-shadow: none;
		background-color: transparent;
		padding:0px;
		margin:0px;
	}
	.header-top .navbar-nav .open .dropdown-menu > li > a,
	.header-top .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 10px 25px 10px 25px;
	}
	.header-top .navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.header-top .navbar-nav .open .dropdown-menu > li > a:hover,
	.header-top .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
		color: #ccc;
	}
	.header-top .navbar-nav .open .dropdown-menu > li > a {
		color: #fff ;
	}
	.header-top .navbar-nav .open .dropdown-menu > li > a:hover,
	.header-top .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ff8204;
		background-color: transparent;
	}
	.header-top .navbar-nav .open .dropdown-menu > .active > a,
	.header-top .navbar-nav .open .dropdown-menu > .active > a:hover,
	.header-top .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #ccc;
		background-color: transparent;
	}
	.header-top .navbar-nav .open .dropdown-menu > .disabled > a,
	.header-top .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.header-top .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
	.header-top .dropdown-menu.no-bottom-space {
		padding-bottom: 0;
	}
  	/*For max-width: 991px*/
  	.header-top .navbar-collapse,
	.header-top .navbar-collapse .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.header-top .navbar-nav > li > a {
		font-size: 14px;
		padding: 12px 15px;
		color:#fff;
	}
	.header-top .navbar-nav > li a {
		border-bottom: none;
		border-top: 1px solid #1b1a1b;
	}
	.header-top .navbar-nav > li:first-child > a {
		border-top: transparent;
	}
	
	.header-top .navbar-nav > li > a:hover {
		color: #ff8204;
		background:#1b1a1b;
	}
	
	.header-top .navbar-nav > .open > a,
	.header-top .navbar-nav > .open > a:hover,
	.header-top .navbar-nav > .open > a:focus {
		color: #ff8204;
		background:#1b1a1b;
	}
	
	.header-top .navbar-nav > .active > a,
	.header-top .navbar-nav > .active > a:hover,
	.header-top .navbar-nav > .active > a:focus {
		background:#1b1a1b;
		color: #ff8204;
	}
	
	.header-top .dropdown .dropdown-submenu > a {
		font-size: 15px;
		color: #ff8204;
		text-transform: uppercase;
	}
	
	.header-top .dropdown .dropdown-submenu > a:hover,
	.header-top .dropdown .dropdown-submenu > a:focus{
		color: #fff;
	}
}
/*Responsive Navbar for mix-width: 992px*/
@media (min-width: 992px) {
	.header-top .navbar-collapse {
		padding: 0;
	}
	.header-top .navbar {
		min-height: 40px !important;
	}
	.header-top .container > .navbar-header,
	.header-top .container-fluid > .navbar-header,
	.header-top .container > .navbar-collapse,
	.header-top .container-fluid > .navbar-collapse {
		margin-bottom: -10px;
	}
	.header-top .navbar-nav {
		top: 0px;
		position: relative;
	}
	
	
	.header-top .navbar-nav > li > a {
		/* padding:0px 10px; */
		padding:0px 20px;
		line-height:125px;
		position:relative !important;
		z-index:10 !important;
		font-weight:700 !important;
		font-size:16px !important;
		/*border-top:solid 3px transparent*/
		text-align: center;
		letter-spacing: 2px;
	}
	.header-top .navbar-nav > li > a span {
		position:relative !important;
		z-index:10 !important;
	}
	.header-top .navbar-nav > li > a,
	.header-top .navbar-nav > li > a:hover,
	.header-top .navbar-nav > li > a:focus,
	.header-top .navbar-nav > .active > a,
	.header-top .navbar-nav > .active > a:hover,
	.header-top .navbar-nav > .active > a:focus {
		font-weight: 400;
		background: none;
	}
	.header-top .navbar-nav > li > a:hover,
	.header-top .navbar-nav > li > a:focus,
	.header-top .navbar-nav > .active > a:hover,
	.header-top .navbar-nav > .active > a:focus {
		color: #fff;
		/*border-top:solid 3px #91d8f7*/
	}
	
	
	
	
	
	
	
	
	
	/*MENU POPUP ATIVO*/
	.header-top .navbar-nav > .open > a,
	.header-top .navbar-nav > .open > a:hover,
	.header-top .navbar-nav > .open > a:focus {
		color: #fff;
		background: rgba(255,130,4,0.5);
	}
	
	.header-top .navbar-nav > li:hover > a {
		color: #fff;
		background: rgba(255,130,4,1);
	}
	.header-top .navbar-nav > .active > a, 
	.header-top .navbar-nav > .active > a:hover, 
	.header-top .navbar-nav > .active > a:focus {
		color: #fff;
		background: rgba(255,130,4,0.5);
	}
	/*MENU POPUP ATIVO*/
	
	/*Efect Menu*/
	.header-top .navbar-nav > li > a:after {
		position:absolute;
		top:0;
		left:0px;
		content:'';
		display:block;
		height:0px;
		width:100%;
		text-align:left;
		background: rgba(255,130,4,0.9);
		-webkit-transition:all 750ms ease;
		-moz-transition:all 750ms ease;
		-o-transition:all 750ms ease;
		transition:all 750ms ease;
		content:" ";
		z-index:0;
	}
	

	
	.header-top .navbar-nav > li > a:hover,
	.header-top .navbar-nav > li > a:focus,
	.header-top .navbar-nav > .active > a:hover,
	.header-top .navbar-nav > .active > a:focus { 
		text-decoration:none;
	}
	.header-top .navbar-nav > li > a:hover:after,
	.header-top .navbar-nav > li > a:focus:after,
	.header-top .navbar-nav > .active > a:hover:after,
	.header-top .navbar-nav > .active > a:focus:after
	{
		width:100%;
		height:100%;
		bottom:0;
		left:0px;
		text-align:left;
	}
	
	/*Efect Menu*/
	
	
	
	
	
	
	
	/*Dropdown Menu*/
	.header-top .dropdown-menu {
		border: none;
		padding:0px 0;
		min-width: 200px;
		border-radius: 0;
		background: #ff8204;
		z-index: 9999 !important;
		border-top: solid 0px #e57505;
	}
	.header-top .dropdown-menu li a {
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		border-bottom:1px solid #e57505;
		padding: 8px 15px;
	}
	.header-top .dropdown-menu .active > a,
	.header-top .dropdown-menu li > a:hover {
		color: #fff;
		background: inherit;
		background: #e57505;
		filter: none !important;
		padding-left:20px;
		transition: all .1s ease-in-out;
		border-bottom:1px solid #e57505;
	}
	.header-top .dropdown-menu li > a:focus {
		background: none;
		filter: none !important;
	}
	.header-top .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}
	.header-top .open > .dropdown-menu {
		display: none;
	}
	
	
	
	/*Equal Height List Style*/
	.header-top.header-dark-dropdown .mega-menu .equal-height-in {
		border-left-color: #777;
	}
	
	.header-top.header-dark-dropdown .mega-menu .equal-height-list li a {
		color: #ccc;
	}
	
	.header-top.header-dark-dropdown .mega-menu .equal-height-list .active > a,
	.header-top.header-dark-dropdown .mega-menu .equal-height-list li a:hover {
		color: #fff;
	}
	
	
}
/*Dropdown Submenu for BS3*/
.header-top .dropdown-submenu {
	position: relative;
}
.header-top .dropdown-submenu > a:after {
	top: 9px;
	right: 15px;
	font-size: 11px;
	content: "\f105";
	position: absolute;
	font-weight: normal;
	display: inline-block;
	font-family: FontAwesome;
}
@media (max-width: 991px) {
  	.header-top .dropdown-submenu > a:after {
		content: " ";
	}
}
.header-top .dropdown-submenu > .dropdown-menu {
	top: -20px;
	left: 100%;
	margin-left: 0px;
}
/*Submenu comes from LEFT side*/
.header-top .dropdown-submenu > .dropdown-menu.submenu-left {
	left: -100%;
}
.header-top .dropdown-submenu:hover > .dropdown-menu {
   	display: block;
}
@media (max-width: 991px) {
	.header-top .dropdown-submenu > .dropdown-menu {
		display: block;
		margin-left: 15px;
	}
}
.header-top .dropdown-submenu.pull-left {
	float: none;
}

.header-top .dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
.header-top .dropdown-menu li [class^="fa-"],
.header-top .dropdown-menu li [class*=" fa-"] {
	left: -3px;
	width: 1.25em;
	margin-right: 1px;
	position: relative;
	text-align: center;
	display: inline-block;
}
.header-top .dropdown-menu li [class^="fa-"].fa-lg,
.header-top .dropdown-menu li [class*=" fa-"].fa-lg {
	width: 1.5625em;
}
/*Header Fixed*/
@media (min-width: 992px) {
	.header-fixed .header-top.header-sticky {
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 999;
		position: fixed;
		
	}
	.header-fixed .header-top.header-fixed-shrink {
		border-bottom: none;
		/*box-shadow: 0 0 1px #c00;*/
-webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.25);
box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.25);
	}
	.header-fixed .header-top.header-fixed-shrink .navbar {
		/*background: rgba(0,0,0,0.65);*/
		background:#1b1a1b;
	}
	
	.header-fixed .header-top.header-fixed-shrink .navbar-brand {
		padding: 5px 0px 5px 15px;
	}
	
	.header-fixed .header-top.header-fixed-shrink .navbar-nav > li > a {
		color: #555;
	}
	.header-fixed .header-top.header-fixed-shrink .navbar-nav .active > a,
	.header-fixed .header-top.header-fixed-shrink .navbar-nav li > a:hover {
		color: #ccc;
	}
	.header-fixed .header-top.header-fixed-shrink .navbar-brand img.default-logo {
		display: none;
	}
	.header-fixed .header-top.header-fixed-shrink .navbar-brand img.shrink-logo {
		display: inherit;
	}
	.header-fixed .header-top.header-fixed-shrink li.menu-icons i.menu-icons-style {
		color: #555;
	}
	/*Transition scroll down*/
	.header-fixed .header-top.header-fixed-shrink .navbar-brand,
	.header-fixed .header-top.header-fixed-shrink .navbar-nav > li > a,
	.header-fixed .header-top.header-fixed-shrink li.menu-icons i.menu-icons-style,
	.header-fixed .header-top.header-fixed-shrink li.menu-icons span.badge,
	.header-fixed .header-top.header-fixed-shrink .shopping-cart .shopping-cart-open,
	.header-fixed .header-top.header-fixed-shrink .search-open .form-control {
		transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
	}
	.header-fixed .header-top .navbar-brand,
	.header-fixed .header-top .navbar-nav > li > a,
	.header-fixed .header-top li.menu-icons i.menu-icons-style,
	.header-fixed .header-top li.menu-icons span.badge,
	.header-fixed .header-top .shopping-cart .shopping-cart-open,
	.header-fixed .header-top .search-open .form-control {
		transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
	}
	.header-fixed .header-top.header-fixed-shrink .navbar-brand {
		height:80px;
		max-height:80px;
	}
	.header-fixed .header-top.header-fixed-shrink .navbar-nav > li > a {
		line-height:80px;
	}
}
/*Media Queries*/
@media (max-width: 991px) {
	.header-fixed .header-top,
	.header-fixed .header-top.header-fixed-shrink {
		height: inherit;
		position: relative;
		background:#000;
	}
}
/*Header - Fixed Boxed-*/
.boxed-layout.header-fixed .header-top.header-sticky {
	left: inherit;
	width: inherit;
}
.header-top.header-border-bottom .navbar {
	box-shadow: none;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.header-fixed .header-top.header-border-bottom.header-fixed-shrink .navbar {
	border-bottom: none;
}
@media (min-width: 992px) {
	.header-top.header-border-bottom .navbar {
		background: transparent;
	}
	.header-fixed .header-top.header-border-bottom.header-fixed-shrink .navbar {
		background: #fff;
	}
}


/*Dropdown Option*/
@media (min-width: 992px) {
	.header-top.header-dark-dropdown .dropdown-menu {
		background: #f1f1f1;
	}
	.header-top.header-dark-dropdown .dropdown-menu li a {
		color: #333;
	}
	.header-top.header-dark-dropdown .dropdown-menu .active > a,
	.header-top.header-dark-dropdown .dropdown-menu li > a:hover {
		color: #fff;
	}
}
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
	background-color: #1b1a1b;
	border-color: #1b1a1b;
}




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

