/* header */
#header{min-height: 60px;}
#header .navbar-header{min-height: 60px;min-width:180px;padding-left: 15px;}
#header .nav {margin-top:12px;list-style: none outside none;float: right;line-height: 20px;}
#header .navbar-toggle {border-color: transparent;background-color: transparent;}
#header .nav li {font-size:15px;padding:0px 5px;}

#header .nav li a .ifont{ line-height: 15px;}
#header .nav li a:active, #header .nav li a:hover{color:#202b33;}
#header .nav li.active a{color:#303030;}

#header.navbar-default {background-color: transparent;border-color: transparent;display: block;margin-bottom: 0;margin: 0 -15px;}
#header.navbar-default .navbar-nav > .active > a, #header.navbar-default .navbar-nav > .active > a:hover, #header.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color:#303030;
}
#header .navbar-brand svg {
	display: inline-block;
	vertical-align: middle;
	margin-top:-3px
}
#header.navbar-default .navbar-toggle:active {background-color: #ddd;}

#header .nav li:last-child {margin-right:0;}
#header .nav li a.select {
    border-color:rgba(0, 0, 0, 0.2);
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
    text-align:center;
    min-width:auto;
    margin-left:0;
	padding: 9.5px 12px;
	margin-top: 0;
	margin-bottom: 0;
	color: #72797F;
}
#header .nav li a.select:hover, #header .nav li a.select:active {
    border-color:rgba(0, 0, 0, 0.2)!important;
	background-color:rgba(0, 0, 0, 0.2);
    color:#303030!important;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.2s linear;
}
#header .nav li.active a.select{
	background: rgba(112, 112, 112, 0.25);
	border: 2px solid rgba(112, 112, 112, 0.5);
	color:#303030!important;
}
#header .nav li a.selected{color:#303030;}
#header .nav li a.selected:hover,#header .nav li a.selected:active, #header .nav li a.selected:focus{color:#303030 ;}
#header .nav li.active a.selected:hover,#header .nav li.active a.selected:active, #header .nav li.active a.selected:focus{color:#303030 ;}
#header .navbar-brand {
  display: block;
  margin-top: 23px;
  margin-bottom: 23px;
  padding: 0;
  text-decoration: none;
  color: #101010;
  font-size: 22px;
	line-height: 32px;
	height: 40px;
    font-family:"Montserrat Black", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 900;
}
#header .navbar-brand img {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
#header a.navbar-brand:hover{color: #303030;}


/* header-only-logo */
#header-only-logo{
    padding-top:25px;
    padding-bottom:25px;
    font-family: "Montserrat Bold", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 600;
    height:48px;
}

#header-only-logo .logo-line .ifont{line-height:27px;font-size:27px;}
#header-only-logo .logo-line .ifont.name{color:#9aaadf;}
#header-only-logo .logo-line .ifont.logo{font-size:27px;color:#9aaadf;}

#header .navbar-brand span{
	display: block;
	float: left;
}
#header .navbar-toggle{
	margin-right: 0;
}
#header .nav {
	margin-top: 23px;
	margin-bottom: 23px;
    list-style: none outside none;
    float: right;
}
#header .nav li {
    font-size: 15px;
    padding: 0px 5px;
}
#header .nav li a {
    color: #72797F;
    text-decoration: none;
    padding: 4px 5px;
	margin: 4px 0;
    display: block;
    border: 2px solid transparent;
    min-width: 85px;
	font-size: 15px;
	line-height: 18px;
    text-align: center;
    font-family: "Montserrat Medium", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
}

#header .navbar-brand .logo {
    color: #f33333;
    font-size: 34px;
	line-height: 40px;
}
#header .navbar-brand .electronic-name {
    font-size: 36px;
	line-height: 40px;
	padding-right: 4px;
}

#header .has-children.open .parent.link{
	border-radius: 4px;
	background-color: #e7e9e9;
	color: #2a2a2a;
}
#header .dropdown-menu{
	padding: 0;
	border-radius: 8px;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 0 2px 0 rgba(0, 0, 0, 0.1);
	border: none;
}
#header .dropdown-menu .child-item{
	padding: 6px;
}
#header .dropdown-menu .child-item:last-of-type{
	padding-bottom: 6px;
}
/*#header .dropdown-menu .child-item:after{
	content: " ";
	display: block;
	height: 1px;
	background: #d8d8d8;
	opacity: 0.5;
	margin-left: 30px;
	margin-right: -6px;
	margin-top: 6px;
}*/
#header .dropdown-menu .child-item:last-of-type:after{
	display: none;
}
#header .dropdown-menu .title{
    color: #101010;
    font-size: 18px;
	line-height: 26px;
	display: block;
}
#header .dropdown-menu .text{
    color: #909090;
    font-size: 15px;
	line-height: 20px;
	white-space: normal;
	font-weight: normal;
}
#header .dropdown-menu .content {
	display: inline-block;
	width: 80%;
}
#header .dropdown-menu .child{
	width: 388px;
	padding: 18px 10px 18px 18px;
	text-align: left;
	border: none;
	margin: 0;
}
#header .dropdown-menu .child:hover{
	border-radius: 6px;
	background-color: #f5f6f6;
}

#header .dropdown-menu .link:before{
	content: " ";
	display: block;
	height: 40px;
	width: 40px;
	margin-right: 20px;
	margin-top: 5px;
	background: center no-repeat;
	background-size: 40px 40px;
}
#header .dropdown-menu .link.ung:before{background-image: url(/imgnew/menuIcon/menuIconUng.png);}
#header .dropdown-menu .link.fh:before{background-image: url(/imgnew/menuIcon/menuIconFlexiHub.png);}
#header .dropdown-menu .link.just-play:before{background-image: url(/imgnew/menuIcon/menuIconJustPlay.png);}
#header .dropdown-menu .link.commander-one:before{background-image: url(/imgnew/menuIcon/menuIconCommanderOne.png);}
#header .dropdown-menu .child {
  position: relative;
	display: flex;
  align-items: center;
}
#header .dropdown-menu .child-item:after {
	display: none;
}
#header .dropdown-menu .child-item {
	border-bottom: 1px solid rgba(216,216,216, .5);
}
/* trial header */
#header.navbar-trial .navbar-brand {
	font-family: "Open Sans", Helvetica,Arial,sans-serif;
	font-weight: 600;
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 1.2;
}
#header.navbar-trial .nav li a {
	font-family: "Open Sans", Helvetica,Arial,sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.33;
	color: #677385;
}
#header.navbar-trial .nav li .active {
	color: #0379ff;
}
.navbar-trial .navbar-brand span {
	color: #ff7c54;
	margin-left: 5px;
}
#header.navbar-default.navbar-trial {
	background-color: transparent;
}
/* end trial header */

/* dropdown default */
#header .dropdown-default .dropdown-menu{
    background: #FFFFFF;
    box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.18), 0px 0px 2px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    margin-top: 4px;
    padding: 8px 0;
    border: 0;
    list-style: none;
    outline: none;
    text-align: justify;
    z-index: 99999;
	transform: none; 
}
#header .dropdown-default .dropdown-menu > li{
	padding: 0;
}
#header .dropdown-default .dropdown-menu .dropdown-default--link{
    font-size: 15px;
    line-height: 18px;
    color: #2B2B2B;
    padding: 9px 12px;
    font-family: "Montserrat Medium", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
	margin: 0;
    border: 0;
    min-width: auto;
    text-align: left;
}
#header .dropdown-default .dropdown-menu .dropdown-default--link:hover{
    background: #ECEEEE;
}
/* btn flat*/
#header .nav li a.btn-salesheader--flat,
#header .dropdown-default .btn-salesheader--flat{
    background-color: #DE463E;
    border-radius: 4px;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    border: 0;
    text-shadow: none;
    color: #fff !important;
	margin: 0;
    box-shadow: none;
    font-family: "Montserrat Medium", Helvetica, Arial, Verdana, sans-serif;
}
#header .nav li.active a.btn-salesheader--flat:hover,
#header .nav li a.btn-salesheader--flat:hover,
#header .nav li a.btn-salesheader--flat:focus,
#header .dropdown-default .btn-salesheader--flat:hover,
#header .dropdown-default .btn-salesheader--flat:focus{
    background-color: #CC4039;
}
#header .nav li a.btn-salesheader--flat:active,
#header .nav li.active a.btn-salesheader--flat,
#header .dropdown-default .btn-salesheader--flat:active,
#header .dropdown-default .btn-salesheader--flat.active{
    background-color: #BB3B34;
    color: rgba(255, 255, 255, 0.8);
}

#header .dropdown-default.dropdown.open .btn-salesheader--flat{
    background-color: #BB3B34;
    color: rgba(255, 255, 255, 0.8);
}
.dropdown-default .dropdown-menu li{
    list-style:none;
    list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
@media (min-width: 768px) and (max-width: 1080px) {
    .dropdown-default .dropdown-menu{
        left: auto;
        right: 0;
    }
}
@media(min-width: 768px) and (max-width: 992px){
	#header .dropdown-menu .title{
		font-size: 16px;
	}
	#header .nav li {
		font-size: 13px;
	}
	#header .navbar-brand{
		display: flex;
		align-items: center;
		font-size: 16px;
	}
	#header .nav li a{
		min-width: 55px;
		padding: 6px 5px;
		font-size: 13px;
	}
	#header .btn-salesheader--flat{
		font-size: 13px;
	}
	#header .nav li a.select {
		padding: 10px 12px;
	}
	#header .nav li a.btn-salesheader--flat, #header .dropdown-default .btn-salesheader--flat {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}
@media (max-width: 767px) {
	#header .navbar-header{
		padding-left: 0;
	}
    /* #header */
	#header{ margin-bottom:0px;margin-left: -15px;margin-right:-15px;padding-left: 15px;padding-right:15px;}
    #header.navbar-default{background-color: rgba(255,255,255, 0.96);border: none;}
    #header .navbar-collapse {
        border:none;
        background-color: rgba(255,255,255,0.96);
        padding-left: 0px;padding-right: 0px;margin-left: -15px;margin-right:-15px;
        box-shadow:0px 4px 3px rgba(0,0,0,0.10);-moz-box-shadow:0px 4px 3px rgba(0,0,0,0.10);-webkit-box-shadow:0px 4px 3px rgba(0,0,0,0.10);-khtml-box-shadow:0px 4px 3px rgba(0,0,0,0.10);
    }
    #header .nav {float: left;width:100%;margin: 0px;}
    #header .nav li {padding-left: 15px;padding-right: 15px;/*border-bottom:1px solid #ddd;*/}
	#header .nav li.li-row:after{
		content: " ";
		display: block;
		height: 1px;
		background: #d8d8d8;
		opacity: 0.5;
	}
	#header .nav li.li-row.last:after{
		display: none;
	}
    #header .nav li.download-row{/*border-bottom: none;*/padding-top:15px;padding-bottom:15px;padding-top:20px;padding-bottom:20px;}
    #header .nav li a.link{padding-left:0px;text-align:left;color: #101010;font-size: 20px; line-height: 50px;
		font-family:"Montserrat Black", Helvetica, Arial, Verdana, sans-serif;
		font-weight: 900;
	}
    
    #header .navbar-toggle{  margin-top: 23px;
		margin-bottom: 23px;}
		#header .nav li.active a.select,
    #header .nav li a.select {margin-left:0px;border: 0;}
	#header .nav li.active a.select,
	#header .nav li a.select:hover{
		background-color: transparent;
	}
	
	#header .dropdown-menu{box-shadow: none;}
	#header .dropdown-menu .child-item{padding: 0}
	#header .dropdown-menu .child-item:after{display: none;}
	#header .dropdown-menu .child.link{width: auto;padding:8px 0  8px 42px; }
	#header .dropdown-menu .title{font-family: "Montserrat Medium", Helvetica, Arial, Verdana, sans-serif; font-weight: 500;}
	#header .dropdown-menu .text{display: none;}
	#header .dropdown-menu .link:before{ background-size: 26px 26px; left: 20px;width: 26px;height: 26px; margin-top: 0;margin-right: 16px; }
	#header .dropdown-menu .child:hover{background-color: transparent;}
	#header .has-children .parent.link{position: relative;}
	#header .has-children.open .parent.link{background-color: transparent;}
	#header .has-children .parent.link .caret{display: none;}
	#header .has-children .parent.link:after{
		display: inline-block;
		font-family: "ElmeticaNew";
		font-style: normal;
		font-size: 15px;
		vertical-align:middle;
		content: "r";
		position: absolute;
		right: 10px;
		color: #707070;
	}
	#header .has-children.open .parent.link:after{
		content: "R";
	}
	
}
@media(max-width: 380px){
    #header .navbar-brand{
        font-size: 16px;
    }
}

/* retina   */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	#header .dropdown-menu .link.ung:before{background-image: url(/imgnew/menuIcon/menuIconUng@2x.png);}
	#header .dropdown-menu .link.fh:before{background-image: url(/imgnew/menuIcon/menuIconFlexiHub@2x.png);}
	#header .dropdown-menu .link.just-play:before{background-image: url(/imgnew/menuIcon/menuIconJustPlay@2x.png);}
	#header .dropdown-menu .link.commander-one:before{background-image: url(/imgnew/menuIcon/menuIconCommanderOne@2x.png);}
}