.btn.btn-primary.btn-inverse {
	color: #fff !important;
	/*  border-color: #FFF !important; */
	font-size: 13px;
	font-family: "Poppins";
	background: #cb202d;
	padding: 4px 10px;
	border: none; transition:3s; border:solid 1px #cb202d;
}

 
.gateapp{background:#099e44 !important;border:solid 1px #099e44 !important; }


.bgnone{ background: none !important; border:solid 1px #10f75d !important;}

.btn.btn-primary.btn-inverse:hover { background:#099e44;  border:solid 1px #099e44;
}

.navbar-mini > ul > li:last-child {
	border-right: none;
}
.navbar-mini > ul > li {
	float: left;
	margin-left: 15px;
	list-style: none;
}
.navbar-mini > ul > li > a.btn {
	font-size: 10px;
	padding-top: 5px;
}
.btn-primary.btn-inverse, .btn-info.btn-inverse, .btn-success.btn-inverse, .btn-warning.btn-inverse, .btn-danger.btn-inverse {
	background: transparent;
	/* border-width: 2px; */
}
.btn-sm {
	padding: 6px 12px 5px;
}
.btn {
	border-radius: 3px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-transform: uppercase;
	 
	font-weight: 400;
}
.navbar {
	border-bottom: 0;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.navbar-brand {
	float: left;
	font-size: 24px;
	line-height: 1;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding-top: 11px;
	padding-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
}
.full-width-container #header .navbar .container .navbar-header {
	margin-left: 15px;
}
.navbar-nav {
/*  border-left: 1px solid #E5E5E5; */
}
.navbar-nav > li > a {
	font-family: "Poppins";
	line-height: 88px;
	font-weight: 500;
	font-size: 13px;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}
ul.navbar-nav {
}
ul.navbar-nav li {
}
.navbar-collapse.pull-left .navbar-nav {
	padding-left: 15px;
}
/* Main Menu Dropdown */

.navbar-nav li {
	position: relative;
}
.navbar-nav li ul {
	list-style: none;
	z-index: 9999;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 56px;
	left: 0;
	width: 220px;
	display: none;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-top: 2px solid #BA0600;
}
.navbar-nav li ul li a {
	border-bottom: 1px solid #E5E5E5;
	display: block;
	padding: 8px 15px;
	font-size: 13px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-weight: 400;
	color: #636363;
}
.navbar-nav li > ul > li:last-child > a, .navbar-nav li > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}
.navbar-nav li ul li:hover a {
	padding-left: 20px;
	padding-right: 10px;
}
.navbar-nav li ul li ul {
	position: absolute;
	left: 218px;
	top: -2px;
	box-shadow: -10px 1px 20px rgba(0, 0, 0, 0.1);
}
.navbar-nav li ul li:hover ul li a {
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-nav li ul li ul li:hover a {
	padding-left: 20px;
	padding-right: 10px;
}
/* Mega Menu */

.navbar-nav > li.mega-menu {
	position: inherit!important;
	left: 0;
}
.navbar-nav > li.mega-menu ul {
	left: 0%;
	width: 100%;
	top: 56px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar-nav > li.mega-menu:hover > a, .navbar-nav > li.mega-menu > a:hover, .navbar-nav > li.dropdown:hover > a, .navbar-nav > li.dropdown > a:hover, .navbar-nav > li.dropdown.active > a, .navbar-nav > li.dropdown.active > a:hover, .navbar-nav > li:hover > a, .navbar-nav > li.active > a {
	color: #cb202d !important;
	background: none !important;
}
.navbar-arrow > ul > li .arrow-indicator {
	margin-left: 7px;
	color: #CCC;
}
.navbar-arrow ul ul > li .arrow-indicator {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
	font-size: 16px;
	color: #CCC;
}
.megamenu-container .arrow-indicator {
	display: none !important;
}

.sticky .navbar-mini {margin-top:0px !important; }

@media (min-width: 768px) {
.navbar-nav {
	margin: 0;
}
}
@media only screen and (max-width: 1199px) {
.navbar-nav > li > a {
	font-weight: 500;
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
	font-family: Roboto;
	letter-spacing: 0;
	padding-left: 10px;
	padding-right: 10px;
}
}
@media only screen and (max-width: 991px) {
.navbar-brand {
	padding-top: 20px;
	padding-bottom: 0;
	line-height: 30px;
}
.navbar-arrow > ul > li .arrow-indicator,  .navbar-arrow ul ul > li .arrow-indicator {
	display: none !important;
}
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 0;
}
.header-inner {
	margin-left: 20px;
	margin-right: 20px;
}
}
@media only screen and (max-width: 767px) {
.header-inner {
	margin-left: 15px;
	margin-right: 15px;
}
.navbar-header {
	float: left;
}
.navbar-brand {
	padding-right: 0;
	margin: 0;
}
#header .navbar .container .navbar-header {
	margin-left: 0;
}




}
@media (max-width: 479px) {
#header .navbar .container .navbar-header {
	margin-left: -15px;
}

.btn.btn-primary.btn-inverse { font-size: 10px;}

}

@media (max-width: 320px) {
.btn.btn-primary.btn-inverse { font-size: 9px; padding: 4px 6px}

}


/**
 * Mini Navbar
 */

.navbar-mini {
}
.navbar-mini > ul {
	line-height:80px;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.navbar-mini > ul > li {
	float: left;
	margin-left: 5px;
}
.navbar-mini > ul > li:last-child {
	border-right: none;
}
.navbar-mini > ul > li > a {
	color: #5D5D5D;
	font-size: 12px;
}
.navbar-mini > ul > li > a.btn {
	font-size: 10px;
	padding-top: 5px;
}
.navbar-mini .dropdown-menu {
	min-width: 80px;
}
.navbar-mini .dropdown-menu > li > a {
	padding: 5px 12px;
	font-size: 12px;
	line-height: 1;
}
.navbar-mini .dropdown-menu > li:first-child > a {
	padding-top: 5px;
}
.navbar-mini .dropdown-menu > li:last-child > a {
	padding-bottom: 5px;
}
.navbar-mini .dropdown-menu > li > a:hover, .navbar-mini .dropdown-menu > li:hover > a, .navbar-mini .dropdown-menu > li > a:focus {
	color: #BA0600 !important;
	background: none !important;
}
.navbar-mini .dropdown-menu {
	padding: 10px 5px !important;
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
.navbar-fixed-top {
	position: relative !important;
	clear: both;
}
.navbar-mini{margin-right:25px;
}
}
@media only screen and (max-width: 767px) {
.navbar-mini {margin-right: 25px; margin-top:10px !important; }
 
.btn.btn-primary.btn-inverse {font-size: 11px;}
}


@media (max-width: 479px) {

.logo {
    width: 100%;
    max-width: 40% !important;
}
.navbar-mini > ul > li {
	margin-left: 4px;
}

.btn.btn-primary.btn-inverse {
	 padding: 2px 2px;
	 
}


.navbar-mini > ul > li > a.btn {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
/* .navbar-mini {margin-right:0px;} */

}
/**
 * Sticky Header
 */

.navbar-sticky {
	background-color: white;
	border-color: #e6e6e6;
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12);
}
.navbar-sticky.navbar-default {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-sticky .navbar-brand {
	padding-top: 7px;
	padding-bottom: 0;
}
.navbar-sticky .navbar-brand:hover, .navbar-sticky .navbar-brand:focus {
	color: #4D82B8;
	background-color: transparent
}
.navbar-sticky .navbar-nav > li > a {
	line-height: 50px;
	color: #565656
}
.navbar-sticky .navbar-nav > li > a:hover, .navbar-sticky .navbar-nav > li > a:focus {
	color: #4D82B8;
	background-color: transparent
}
.navbar-sticky .navbar-nav > .active > a, .navbar-sticky .navbar-nav > .active > a:hover, .navbar-sticky .navbar-nav > .active > a:focus {
	color: #4D82B8;
	background-color: transparent
}
.navbar-sticky .navbar-nav > .disabled > a, .navbar-sticky .navbar-nav > .disabled > a:hover, .navbar-sticky .navbar-nav > .disabled > a:focus {
	color: #444444;
	background-color: transparent
}
.navbar-sticky .navbar-mini > ul {
	line-height: 49px;
}
.navbar-sticky .navbar-nav > li > ul {
	top: 50px;
}
.navbar-sticky .navbar-nav > li.mega-menu ul {
	top: 50px;
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
.navbar-sticky.navbar-default {
	padding-bottom: 5px;
}
.navbar-sticky .navbar-brand {
	padding-top: 10px;
}
}
@media (max-width: 767px) {
.navbar-sticky .navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #EAEAEA;
}
.navbar-sticky .navbar-nav > li:first-child > a {
	padding-top: 3px;
}
.navbar-sticky .navbar-nav > li:last-child > a {
	border-bottom: none;
}
}
