@import url(./fontNotoSans.css);
@import url(./fontRoboto.css);
.wrapper {
	margin-top: 145px;
}

header {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1030;
	background-color: transparent;
	border: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	min-height: 62px;
}

header.down-menu {
	top: 67px;
}

header .has-submenu.active a {
	color: #3bafda;
}

header .has-submenu.active a i {
	color: #3bafda;
}

header .has-submenu.active .submenu li.active a {
	color: #3bafda;
}

header .topbar-main {
	background-color: #393a3f;
}

header .topbar-main .logo {
	color: #ffffff !important;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .05em;
	/*margin-top: 15px;*/
	float: left;
	height: 50px;
	line-height: 55px;
}

header .topbar-main .logo h1 {
	margin: 0px auto;
	text-align: center;
}

header .topbar-main .logo i {
	color: #ffffff;
}

header .topbar-main .badge {
	position: absolute;
	top: 12px;
	right: 7px;
}

header .topbar-main .nav > li > a {
	color: #ffffff !important;
	line-height: 60px;
	padding: 0px 15px;
	position: relative;
	background: transparent !important;
}

header .topbar-main .nav > li > a i {
	font-size: 16px;
}

header .topbar-main .nav > li > a {
	padding: 0px 15px;
}

header .topbar-main .navbar-nav > .open > a {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

header .topbar-main .profile img {
	/*border: 2px solid #edf0f0;*/
	height: 40px;
	width: 40px;
}

header .topbar-main .dropdown-menu-lg {
	width: 300px;
}

header .topbar-main .dropdown-menu-lg .list-group {
	margin-bottom: 0px;
}

header .topbar-main .dropdown-menu-lg .list-group-item {
	border: none;
	padding: 10px 20px;
}

header .topbar-main .dropdown-menu-lg .media-heading {
	margin-bottom: 0px;
}

header .topbar-main .dropdown-menu-lg .media-body p {
	color: #828282;
}

header .topbar-main .notification-list {
	max-height: 230px;
}

header .topbar-main .notification-list em {
	width: 34px;
	text-align: center;
}

header .topbar-main .notification-list .media-body {
	display: inherit;
	width: auto;
	overflow: hidden;
	margin-left: 50px;
}

header .topbar-main .notification-list .media-body h5 {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
	font-weight: normal;
	overflow: hidden;
}

header .topbar-main .notifi-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 11px 20px 15px;
	color: #4c5667;
	font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', STHeitiSC-Light, 'Microsoft YaHei', Arial, sans-serif;
}

header .topbar-main .navbar-nav {
	margin: 0px;
}

header .app-search {
	position: relative;
	margin: 15px 20px 15px 10px;
}

header .app-search a {
	position: absolute;
	top: 5px;
	right: 20px;
	color: rgba(255, 255, 255, 0.7);
}

header .app-search .form-control,
header .app-search .form-control:focus {
	border: none;
	font-size: 13px;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 40px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: none;
	border-radius: 30px;
	height: 30px;
	width: 180px;
}

header .app-search input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-weight: normal;
}

header .app-search input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

header .app-search input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

header .app-search input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

header .notifi-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 0px 10px;
}

header .notification-list em {
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 28px;
	border-radius: 50%;
	margin-top: 4px;
}

header .notification-list .list-group-item {
	padding: 12px 20px;
}

header .notification-list .media-body {
	display: inherit;
	width: auto;
	overflow: hidden;
	margin-left: 50px;
}

header .notification-list .media-body h5 {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
	font-weight: normal;
	overflow: hidden;
}

header .noti-primary {
	color: #3bafda;
	border: 2px solid #3bafda;
}

header .noti-success {
	color: #00b19d;
	border: 2px solid #00b19d;
}

header .noti-info {
	color: #3ddcf7;
	border: 2px solid #3ddcf7;
}

header .noti-warning {
	color: #ffaa00;
	border: 2px solid #ffaa00;
}

header .noti-danger {
	color: #ef5350;
	border: 2px solid #ef5350;
}

header .noti-purple {
	color: #7266ba;
	border: 2px solid #7266ba;
}

header .noti-pink {
	color: #f76397;
	border: 2px solid #f76397;
}

header .noti-inverse {
	color: #4c5667;
	border: 2px solid #4c5667;
}

.navbar-custom {
	background-color: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

header .navbar-toggle {
	border: 0;
	position: relative;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

header .navbar-toggle:hover {
	background-color: transparent;
}

header .navbar-toggle:hover span {
	background-color: #ffffff;
}

header .navbar-toggle:focus {
	background-color: transparent;
}

header .navbar-toggle:focus span {
	background-color: #3bafda;
}

header .navbar-toggle .lines {
	width: 25px;
	display: block;
	position: relative;
	margin: 23px auto 17px auto;
	height: 18px;
}

header .navbar-toggle span {
	height: 2px;
	width: 100%;
	background-color: #fff;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform .5s ease;
}

header .navbar-toggle.open span {
	position: absolute;
}

header .navbar-toggle.open span:first-child {
	top: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

header .navbar-toggle.open span:nth-child(2) {
	visibility: hidden;
}

header .navbar-toggle.open span:last-child {
	width: 100%;
	top: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navigation-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation-menu > li {
	float: left;
	display: block;
	position: relative;
	height: 56px;
}

.navigation-menu > li > a {
	display: block;
	color: #797979;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding-left: 20px;
	padding-right: 20px;
	height: 56px;
}

.navigation-menu > li > a:hover {
	color: #ff8a3b!important;
}

.navigation-menu > li > a:hover i {
	color: #ff8a3b;
}

.navigation-menu > li > a:focus {
	color: #ff8a3b;
}

.navigation-menu > li > a:focus i {
	color: #ff8a3b;
}

.navigation-menu > li > a:active {
	color: #ff8a3b;
}

.navigation-menu > li > a:active i {
	color: #ff8a3b;
}

.navigation-menu > li > a i {
	font-size: 18px;
	margin-right: 5px;
	color: #98a6ad;
}

.navigation-menu > li > a:hover,
.navigation-menu > li > a:focus {
	background-color: transparent;
}

@media (min-width: 992px) {
	.navigation-menu > li > a {
		padding-top: 18px;
		padding-bottom: 22px;
	}
}


/*
  Responsive Menu
*/

@media (min-width: 992px) {
	.navigation-menu > li.last-elements .submenu {
		left: auto;
		right: 0;
	}
	.navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
		left: auto;
		right: 100%;
		margin-left: 0;
		margin-right: 10px;
	}
	.navigation-menu > li:first-of-type a {
		padding-left: 0px;
	}
	.navigation-menu > li:hover a {
		color: #3bafda;
	}
	.navigation-menu > li:hover a i {
		color: #3bafda;
	}
	.navigation-menu > li .submenu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		border: 1px solid #e7e7e7;
		padding: 15px 0;
		list-style: none;
		min-width: 200px;
		visibility: hidden;
		opacity: 0;
		margin-top: 10px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		background-color: #ffffff;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	}
	.navigation-menu > li .submenu.megamenu {
		white-space: nowrap;
		width: auto;
	}
	.navigation-menu > li .submenu.megamenu > li {
		overflow: hidden;
		width: 200px;
		display: inline-block;
		vertical-align: top;
	}
	.navigation-menu > li .submenu > li.has-submenu > a:after {
		content: "\e649";
		font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', STHeitiSC-Light, 'Microsoft YaHei', Arial, sans-serif;
		position: absolute;
		right: 20px;
		font-size: 9px;
		top: 15px;
	}
	.navigation-menu > li .submenu > li .submenu {
		left: 100%;
		top: 0;
		margin-left: 10px;
		margin-top: -1px;
	}
	.navigation-menu > li .submenu li {
		position: relative;
	}
	.navigation-menu > li .submenu li ul {
		list-style: none;
		padding-left: 0;
		margin: 0;
	}
	.navigation-menu > li .submenu li a {
		display: block;
		padding: 8px 25px;
		clear: both;
		white-space: nowrap;
		font-weight: 500;
		color: #494e53;
	}
	.navigation-menu > li .submenu li a:hover {
		color: #3bafda;
	}
	.navigation-menu > li .submenu li span {
		display: block;
		padding: 8px 25px;
		clear: both;
		line-height: 1.42857143;
		white-space: nowrap;
		font-size: 10px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 500;
		color: #949ba1;
	}
	header .navbar-toggle {
		display: none;
	}
	#navigation {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.wrapper {
		margin-top: 80px;
	}
	.container {
		width: auto;
	}
	.navigation-menu {
		float: none;
		max-height: 400px;
	}
	.navigation-menu > li {
		float: none;
	}
	.navigation-menu > li > a {
		color: #797979;
		padding: 15px;
	}
	.navigation-menu > li > a i {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0px;
	}
	.navigation-menu > li > a:after {
		position: absolute;
		right: 15px;
	}
	.navigation-menu > li .submenu {
		display: none;
		list-style: none;
		padding-left: 20px;
		margin: 0;
	}
	.navigation-menu > li .submenu li a {
		display: block;
		position: relative;
		padding: 7px 20px;
		color: #797979;
	}
	.navigation-menu > li .submenu li a:hover {
		color: #3bafda;
	}
	.navigation-menu > li .submenu li.has-submenu > a:after {
		content: "\e64b";
		font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', STHeitiSC-Light, 'Microsoft YaHei', Arial, sans-serif;
		position: absolute;
		right: 30px;
	}
	.navigation-menu > li .submenu.open {
		display: block;
	}
	.navigation-menu > li .submenu .submenu {
		display: none;
		list-style: none;
	}
	.navigation-menu > li .submenu .submenu.open {
		display: block;
	}
	.navigation-menu > li .submenu.megamenu > li > ul {
		list-style: none;
		padding-left: 0;
	}
	.navigation-menu > li .submenu.megamenu > li > ul > li > span {
		display: block;
		position: relative;
		padding: 15px;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 2px;
		color: #79818a;
	}
	.navigation-menu > li.has-submenu.open > a {
		color: #3bafda;
	}
	header .navbar-header {
		float: left;
	}
	#navigation {
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		display: none;
		height: auto;
		padding-bottom: 0;
		overflow: auto;
		border-top: 1px solid #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
		background-color: #fff;
	}
	#navigation.open {
		display: block;
		overflow-y: auto;
	}
}

@media (min-width: 768px) {
	.navigation-menu > li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}
	.navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-toggle {
		display: block;
	}
}


/* Footer */

.footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	bottom: 0px;
	color: #585858;
	text-align: left !important;
	padding: 20px 0px;
	position: absolute;
	right: 0px;
	left: 0px;
}