/*
You can write here you own custom changes. Write changes only in this file if you want update your theme without problems.
*/

/*
for ex.
.any_class{color:#000000}
.any_class{color:#000000 !important}
#any_id{color:#000000}
#any_id{color:#000000 !important}
*/

.navbar {
	width: 100%;
	border-radius: 0;
	background:0 0;
	position: fixed;
	top: 5;
	margin-bottom: 0;
	z-index: 9990;
	border: 0!important
}
.navbar .background {
	background: #fff !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
	padding-top: 25px;
	margin-top:25px !important;
	border-bottom: 1px solid #eee;
	border-bottom: 0 solid rgba(0, 0, 0, 0);
	z-index: 1
}

body.back-bg .navbar-main-menu-outer {
	margin-top: 0;
	box-shadow: none;
}
body.back-bg .navbar-main-menu-outer .container {
	background: #002e6e;
	border-bottom: 1px solid #e7e7e7;
}
.navbar-compact .background {
	padding: 6px 0;
}
.navbar-compact .navbar-main-menu-outer, body.back-bg .navbar-compact .navbar-main-menu-outer {
	margin: 0;
	box-shadow: none;
	margin-top: -56px;
}
body.back-bg .navbar .background {
	background: 0 0;
	box-shadow: none;
	padding-top: 0;
}
body.back-bg .navbar-compact .background, body.back-bg .navbar-compact .background .container {
	border-bottom: none;
	background: #002e6e
}




.back-to-top {
	cursor: pointer;
	display: none;
	position: fixed;
	right: 0;
	bottom: 10%;
	z-index: 1000;
	background: #fff;
	width: 52px;
	height: 52px;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
	text-align: center;
	font-size: 2.77em;
	line-height: 1.7em
}
.back-to-top:hover {
	background: #002e6e;
	/*color: #fff;*/
	border-color: #002e6e
}

.nav-tabs {
	border-bottom: 4px solid #002e6e;
	overflow: hidden;
	white-space: nowrap;
	position: relative
}