/*------NEW HEADER v2.0-----*/
.header-content {
	width: 90%;
	max-width: 100%;
	margin: 0 auto;
}

.header-new {
	height: 70px;
  background-color: #008dd2;
  -webkit-box-shadow: 0px 1px 15px rgba(0,0,0,.25);
          box-shadow: 0px 1px 15px rgba(0,0,0,.25);
  position: relative;
}

.header-content .header-new-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
						-ms-flex-pack: justify;
					justify-content: space-between;
	height: 100%;
}

.header-content .header-new-nav-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header-new-nav-block.nav-block-right {
	margin-right: 40px;
}

.header-content a {
	color: #fff;
}

.header-content .header-new-nav-item {
	height: 70px;
	line-height: 70px;
  position: relative;
  padding: 0 20px;
}

.header-new-nav-item.with-caret {
	white-space: nowrap;
}

.header-content .header-new-nav-item:hover,
.header-content .header-new-subnav-item:hover {
	cursor: pointer;
	background: #008df2;
}

.header-content .header-new-nav-item:hover img {
	-webkit-filter: drop-shadow(0px 5px 15px rgba(0,0,0,0.15));
					filter: drop-shadow(0px 5px 15px rgba(0,0,0,0.15));
}

.header-content .header-new-nav-item:hover > a {
	color: #fff;
	text-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.header-content .nav-item-tooltip {
	display: none;
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: -50px;
	cursor: pointer;
	padding: 0px 5px;
	width: 100px;
	height: 34px;
	line-height: 34px;
	font-size: 	10px;
	background: #fff;
	color: #008dd2;
	-webkit-border-radius: 10px;
					border-radius: 10px;
	text-align: center;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.header-new-nav-item:hover .nav-item-tooltip {
	display: block;
}

.header-new-nav-item .nav-item-ico img {
	vertical-align: middle;
}

.header-content .header-new-subnav {
	display: none;
	position: absolute;
	top: 70px;
	left: 50%;
	-webkit-transform:translateX(-50%);
			-ms-transform:translateX(-50%);
					transform:translateX(-50%);
	z-index: 1000;
	width: auto;
}
.header-new-subnav .subnav-item-hover .header-new-subnav.subnav-left,
.header-new-nav-item:hover .header-new-subnav.subnav-left {
	display: none;
	top: 129px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 280px;
	-webkit-transform: translateX(-101%);
			-ms-transform: translateX(-101%);
					transform: translateX(-101%);
}

.header-new-subnav .subnav-item-hover:hover .header-new-subnav.subnav-left {
	display: block;
}

.header-new-nav-item:hover .header-new-subnav,
.header-new-subnav:hover {
	display: block;
}

.header-content .header-new-subnav-item {
	height: auto;
	line-height: 2;
	padding: 5px 20px;
	margin-bottom: 1px;
	background: #008ddf;
	white-space: nowrap;
	-webkit-border-radius: 10px;
					border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 1px 1px 0px rgba(255,255,255,.5);
					box-shadow: 1px 1px 0px rgba(255,255,255,.5);
}

.header-new-subnav-item.item-selected {
	background: #e53a24	;
}

.header-new-subnav-item.item-selected:hover {
	background: #f03a24;
}

.header-content #profile-nav-item {
	display: inline-table;
}
.header-content .header-new-subnav-item:hover > a {
	color: #fff;
	text-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.header-new #header-new-profile-photo {
	vertical-align: middle;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-border-radius: 100%;
					border-radius: 100%;
  margin: 0px 10px;
}

.header-new .caret-down {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 20px;
	color: #fff;
	height: 70px;
}
.header-new .caret-down .fas {
	line-height: 70px;
}
.header-new-nav-item.with-caret {
	padding-right: 30px;
}

.header-new-nav-item .admin-plus {
	font-size: 	40px;
	color: #fff;
}

.header_course-menu_ico:hover {
  background-color: #e58b1e;
}
.header_course-logo {
	margin: -5px 6% 7px 11% !important;
	padding-top: 0px !important;
}
.header_course-menu_ico img {
	margin: 0 auto;
}
.header_course-menu_ico:first-child img {
	margin-right: 5px !important;
}
.header_course-menu_ico span {
	background-color: #e33923;
	color: white;
	-webkit-border-radius: 15px;
					border-radius: 15px;
	padding: 2px 7px;
}
.header-new .language-block {
	position: fixed;
	z-index: 112;
	top: 17px;
	right: 35px;
}
.header-new .language-icon {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-new .language-icon:hover {
	cursor: pointer;
	-webkit-filter: drop-shadow(0px 5px 15px rgba(0,0,0,0.15));
					filter: drop-shadow(0px 5px 15px rgba(0,0,0,0.15));
}

.header-new .language-block input {
	display: none;
}

.header-new .notifications {
	position:  absolute;
	display:  block;
	top: 10px;
	right: 0;
	z-index:  999;
	color: #e53a24;
	background: #fff;
	width:  auto;
	min-width:  20px;
	height: 20px;
	font-size: 12px;
	text-align:  center;
	line-height: 22px;
	-webkit-border-radius: 100%;
					border-radius: 100%;
}

.header-new .course-list-main .notifications  {
	position: relative;
	display: inline-block;
	top: 0;
	right: 0;
	left: 5px;
}

.header-new  .notifications.course-menu-notifications {
	position: relative;
	display: inline-block;
	top: 0;
}

