#cssmenu {
	position: relative;
	background: transparent;
}
#cssmenu ul {
	border-top:0px;
	border-left:solid #070808 1px;
	border-right:solid #373b3f 1px;
	display:inline-block !important;
	list-style: none;
	padding: 0;
	margin: 0;
        line-height:normal;
	position: relative;
	display: inline-block;
	background: transparent;
	z-index: 600;
}
/*#cssmenu > ul {
	position: relative;
	display: inline-block;
	background: transparent;
	z-index: 600;
}*/
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu.align-right > ul > li {
/*	float: right;*/
}
#cssmenu.align-center ul {
	text-align: center;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu > ul > li {
	display: inline-block;
	position: relative;
	border-top-color:#373b3f;
	border-left-color:#373b3f;
	border-right-color:#070808;
	border-style:solid;
	border-width: 1px 1px 0px 1px;
	height:47px;
	padding: 10px 14px;
}
#cssmenu > ul > li.cls_active
{
	background:gray;
}
#cssmenu > ul > #menu-button {
	display: none;
}
#cssmenu ul li a {
	font-family: 'Open Sans';
	text-decoration: none;
}
#cssmenu > ul > li > a {
	font-size: 18px;
	font-weight: normal;
	padding: 0px 17px 0px 17px;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
	color: #ffffff;
}
#cssmenu li.has-sub::after {
 display: block;
 content: "";
 position: absolute;
 width: 0;
 height: 0;
}
#cssmenu > ul > li.has-sub::after {
 right: 10px;
 top: 21px;
 border: 7px solid transparent;
 border-top-color:#ee2133;
}
#cssmenu > ul > li:hover::after {
 border-top-color: #ffffff;
}
#indicatorContainer {
	position: absolute;
	height: 12px;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	z-index: -1;
}
#pIndicator {
	position: absolute;
	height: 0;
	width: 100%;
	border: 12px solid transparent;
	border-top-color: transparent;
	z-index: -2;
}
#cIndicator {
	position: absolute;
	height: 0;
	width: 100%;
	border: 12px solid transparent;
	border-top-color: transparent;
	top: -12px;
	right: 100%;
	z-index: -2;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	top: 70px;
	opacity: 0;
	/*padding:7px 5px;*/
	background:#fff;
	border:3px solid #323232;
	z-index: 2000;
	border-radius:0 0 5px 5px;
}
#cssmenu ul ul ul {
	top: 37px;
	padding-left: 5px;
}
#cssmenu ul ul li {
	display: inline-block;
	position: relative;
}
#cssmenu > ul > li:hover > ul {
	left: -50px;
	top: 48px;
	opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
	opacity: 1;
}
#cssmenu ul ul li:hover > ul {
	left: 120px;
	top: 0;
	opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
	left: auto;
	right: 120px;
	top: 0;
	opacity: 1;
	padding-right: 5px;
}

.fa-font
{
	font-size:18px;
	color:#ee2133;
}

.newclass_video
{
	height:1px;
	background:#DDD;
	width: 100%;
	margin:10px 0px;
}

#cssmenu ul ul.subMenu li a {
	min-width:140px;
	width: 140px;
	padding:5px;
	color: #000;
	display: block;
	font-weight: blod;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
}
#cssmenu ul.subMenu2 {
	border:solid 3px red;
	margin-left:30px;
	padding: 0px 0px 0px 0px;
        background: #323232;
}
#cssmenu ul ul.subMenu2 li a {
/*	width: 100px;*/
	padding: 7px 25px 7px 25px;
	color: #FFFFFF !important;
	display: block;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
        background: #323232;
}
#cssmenu > ul > li:hover > a {
	color:red;
}
#cssmenu ul ul li a {
	font-size: 12px;
	background: #ffffff;
}
#cssmenu.align-right ul ul li a {
	text-align: right;
}
#cssmenu ul ul li:hover > a {
  color: red !important;
}
#cssmenu ul ul li:hover > a {
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last > a {
	border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
 /*content: '';*/
 border: 7px solid transparent;
 width: 0;
 height: 0;
 border-bottom-color: #ee2133;
 position: absolute;
 top: -16px;
 left: 43%;
}
#cssmenu.align-right > ul > li > ul::after {
 left: auto;
 right: 30px;
}
#cssmenu ul ul li.has-sub::after {
 border: 4px solid transparent;
 border-left-color: #9ea2a5;
 right: 10px;
 top: 12px;
}
#cssmenu.align-right ul ul li.has-sub::after {
 border-left-color: transparent;
 border-right-color: #9ea2a5;
 right: auto;
 left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
 border-left-color: #ffffff;
 right: -5px;
 -webkit-transform: rotateY(180deg);
 -ms-transform: rotateY(180deg);
 -moz-transform: rotateY(180deg);
 -o-transform: rotateY(180deg);
 transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
 border-right-color: #ffffff;
 border-left-color: transparent;
 left: -5px;
 -webkit-transform: rotateY(180deg);
 -ms-transform: rotateY(180deg);
 -moz-transform: rotateY(180deg);
 -o-transform: rotateY(180deg);
 transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 .justin_logo {
 display:none;
}
 .sidebar, .top_serach {
 display:none;
}
 #cssmenu {
 width: auto;
}
 #cssmenu.align-center ul {
 text-align: left;
}
 #cssmenu.align-right > ul > li {
 float: none;
}
 #cssmenu ul {
 width: auto;
}
 #cssmenu .submenuArrow,  #cssmenu #indicatorContainer {
 display: none;
}
 #cssmenu > ul {
 height: auto;
 display: block;
}
 #cssmenu > ul > li {
 float: none;
}
 #cssmenu li,  #cssmenu > ul > li {
 display: none;
}
 #cssmenu ul ul,  #cssmenu ul ul ul,  #cssmenu ul > li:hover > ul,  #cssmenu ul ul > li:hover > ul,  #cssmenu.align-right ul ul,  #cssmenu.align-right ul ul ul,  #cssmenu.align-right ul > li:hover > ul,  #cssmenu.align-right ul ul > li:hover > ul {
 position: relative;
 left: auto;
 top: auto;
 opacity: 1;
 padding-left: 0;
 padding-right: 0;
 right: auto;
}
 #cssmenu ul .has-sub::after {
 display: none;
}
 #cssmenu ul li a {
 padding: 12px 20px;
}
 #cssmenu ul ul li a {
 border: 0;
 background: none;
 width: auto;
 padding: 8px 35px;
}
 #cssmenu.align-right ul ul li a {
 text-align: left;
}
 #cssmenu ul ul li:hover > a {
 background: none;
 color: #8c9195;
}
 #cssmenu ul ul ul a {
 padding: 8px 50px;
}
 #cssmenu ul ul ul ul a {
 padding: 8px 65px;
}
 #cssmenu ul ul ul ul ul a {
 padding: 8px 80px;
}
 #cssmenu ul ul ul ul ul ul a {
 padding: 8px 95px;
}
 #cssmenu > ul > #menu-button {
 display: block;
 cursor: pointer;
}
 #cssmenu #menu-button > a {
 padding: 14px 20px;
}
 #cssmenu ul.open li,  #cssmenu > ul.open > li {
 display: block;
}
 #cssmenu > ul.open > li#menu-button > a {
 color: #fff;
 border-bottom: 1px solid rgba(150, 150, 150, 0.1);
}
 #cssmenu ul ul::after {
 display: none;
}
 #cssmenu #menu-button::after {
 display: block;
 content: '';
 position: absolute;
 height: 3px;
 width: 22px;
 border-top: 2px solid #7a8189;
 border-bottom: 2px solid #7a8189;
 right: 20px;
 top: 15px;
}
 #cssmenu #menu-button::before {
 display: block;
 content: '';
 position: absolute;
 height: 3px;
 width: 22px;
 border-top: 2px solid #7a8189;
 right: 20px;
 top: 25px;
}
 #cssmenu ul.open #menu-button::after,  #cssmenu ul.open #menu-button::before {
 border-color: #fff;
}
}
.avatar--mini {
	height:20px;
	width:30px;
}
.avatar--mini img {
	width:25px;
	height:25px;
}
.profile_menu {
	padding:0px!important;
        text-align:right;
}
.li-menu-profile a {
	color:white;
}
.li-menu-profile > a {
	font-weight:bold;
}
.li-menu-profile2 a {
	color:white;
}
.li-menu-profile2 > a {
	font-weight:bold;
}
.li-menu-profile2 {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	font-weight:500 !important;
	position: relative;
	float: left;
	width: 60px;
	height:22px;
	margin:0px 0px 0px 0px;
	text-align: left;
}
.li-menu-profile {
	position: relative;
	float: left;
	width: 60px;
	padding:0px 0px 0px 10px !important;
	margin:0px 0px 0px 0px;
	text-align: left;
}
.tabcontent-menu {
	padding:0px!important;
	margin-bottom:10px;
}
.tab_2 {
	border-left:2px solid #DDD;
}
ul.new_top_menu:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: solid;
	border-width: 7px;
	/*content: "";*/
	height: 0;
	right: 20px;
	position: absolute;
	top: -16px;
	width: 0;
}

#cssmenu2 {
	position: relative;
	height: auto;
	background: #2F2D2E;
}
#cssmenu2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}
#cssmenu2 > ul {
	position: relative;
	display: block;
	background: #2F2D2E;
	width: 100%;
	z-index: 2000;
}
#cssmenu2:after, #cssmenu2 > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu2.align-right > ul > li {
	float: right;
}
#cssmenu2.align-center ul {
	text-align: center;
}
#cssmenu2.align-center ul ul {
	text-align: left;
}
#cssmenu2 > ul > li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
}
#cssmenu2 > ul > #menu-button {
	display: none;
}
#cssmenu2 ul li a {
	display: block;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
}
#cssmenu2 > ul > li > a {
	font-size: 18px;
	font-weight: normal;
	padding: 3px 5px;
}
#cssmenu2 > ul > li.has-sub > a {
	padding-right: 32px;
}
#cssmenu2 > ul > li:hover > a {
	color: #ffffff;
}
/*
#cssmenu2 li.has-sub::after {
 display: block;
 content: "";
 position: absolute;
 width: 0;
 height: 0;
}
#cssmenu2 > ul > li.has-sub::after {
 right: 10px;
 top: 26px;
 border: 7px solid transparent;
 border-top-color: #ee2133;
}
*/
#cssmenu2 > ul > li:hover::after {
 border-top-color: #ffffff;
}
#indicatorContainer {
	position: absolute;
	height: 12px;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	z-index: -1;
}
#pIndicator {
	position: absolute;
	height: 0;
	width: 100%;
	border: 12px solid transparent;
	border-top-color: transparent;
	z-index: -2;
}
#cIndicator {
	position: absolute;
	height: 0;
	width: 100%;
	border: 12px solid transparent;
	border-top-color: transparent;
	top: -12px;
	right: 100%;
	z-index: -2;
}
.profileholder:hover {
	display:block;
}
.profilemenu2 {
	background:#2f2d2e;
	width:300px;
	height:250px;
	position:absolute;
	border:3px solid red;
	border-radius:5px;
	right:0px;
	top:100px;
}
.profileholder {
	color:white;
	width:500px;
	height:700px;
	display:none;
	position:absolute;
	right:-60px;
	top:-60px;
}
.secondprofilepicmouseover {
	border:2px white solid;
	width:32px;
	height:32px;
	margin-top:5px;
}
.secondprofilepicmouseover:hover + .profileholder {
	display:block;
}
#cssmenu2 ul ul.new_top_menu {
	position: absolute;
	left: -9999px;
	top: 70px;
	opacity: 0;
	padding:0px;
	background:#2f2d2e;
	border:6px solid red;
	z-index: 2000;
	border-radius:5px;
}
#cssmenu2 ul ul.new_top_menu ul {
	top: 37px;
	padding-left: 5px;
}
#cssmenu2 ul ul.new_top_menu li {
	position: relative;
}
#cssmenu2 > ul > li.hovered > ul {
	left: -225px;
	top: 30px;
	opacity: 1;
}
#cssmenu > ul > li.main_hovered > ul {
	left: -49px;
	top:44px;
	opacity: 1;
}
.tab_1 a ,.tab_2 a
{
	font-size:14px!important;
	
	
}
#cssmenu2.align-right > ul > li:hover > ul.new_top_menu {
	left: auto;
	right: 0;
	opacity: 1;
}
#cssmenu2 ul ul.new_top_menu li:hover > ul {
	left: 120px;
	top: 0;
	opacity: 1;
}
#cssmenu2.align-right ul ul.new_top_menu li:hover > ul {
	left: auto;
	right: 120px;
	top: 0;
	opacity: 1;
	padding-right: 5px;
}

.fa-font
{
	color:#ee2133;
}

.newclass_video
{
	height:1px;
	background:#DDD;
	width: 100%;
	margin:10px 0px;
}

#cssmenu2 ul.new_top_menu li.Menu_li
{
	width:150px;
	height:142px;
	padding:0px;
}

#cssmenu2 ul ul.new_top_menu li a {
	padding:5px;
	color: white;
	display: block;
}
.menuchromeadjust {
	margin-left:-1px;
	width:152px;
}
#cssmenu2 ul ul.new_top_menu {
	
}
#cssmenu2 > ul > li:hover > a {
/*	color:#ee2133;*/
}
#cssmenu2 ul ul li a {
	font-size: 12px;
	color: white;
	background: #2f2d2e;
}
#cssmenu2.align-right ul ul li a {
	text-align: right;
}
/*#cssmenu2 ul ul li:hover > a {
  background: #f2f2f2;
  color: #8c9195;
}*/
#cssmenu2 ul ul li:hover > a {
	color: #ee2133;
}
#cssmenu2 ul ul li:last-child > a, #cssmenu2 ul ul li.last > a {
	border-bottom: 0;
	margin-top: 9px;
}
#cssmenu2 > ul > li > ul::after {
 content: '';
 border: 5px solid transparent;
 width: 0;
 height: 0;
 border-bottom-color: #ee2133;
 position: absolute;
 top: -16px;
 left: 89%;
}
#cssmenu2.align-right > ul > li > ul::after {
 left: auto;
 right: 30px;
}
#cssmenu2 ul ul li.has-sub::after {
 border: 4px solid transparent;
 border-left-color: #9ea2a5;
 right: 10px;
 top: 12px;
}
#cssmenu2.align-right ul ul li.has-sub::after {
 border-left-color: transparent;
 border-right-color: #9ea2a5;
 right: auto;
 left: 10px;
}
#cssmenu2 ul ul li.has-sub:hover::after {
 border-left-color: #ffffff;
 right: -5px;
 -webkit-transform: rotateY(180deg);
 -ms-transform: rotateY(180deg);
 -moz-transform: rotateY(180deg);
 -o-transform: rotateY(180deg);
 transform: rotateY(180deg);
}
#cssmenu2.align-right ul ul li.has-sub:hover::after {
 border-right-color: #ffffff;
 border-left-color: transparent;
 left: -5px;
 -webkit-transform: rotateY(180deg);
 -ms-transform: rotateY(180deg);
 -moz-transform: rotateY(180deg);
 -o-transform: rotateY(180deg);
 transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 .justin_logo {
 display:none;
}
 .sidebar, .top_serach {
 display:none;
}
 #cssmenu2 {
 width: auto;
}
 #cssmenu2.align-center ul {
 text-align: left;
}
 #cssmenu2.align-right > ul > li {
 float: none;
}
 #cssmenu2 ul {
 width: auto;
}
 #cssmenu2 .submenuArrow,  #cssmenu2 #indicatorContainer {
 display: none;
}
 #cssmenu2 > ul {
 height: auto;
 display: block;
}
 #cssmenu2 > ul > li {
 float: none;
}
 #cssmenu2 li,  #cssmenu2 > ul > li {
/* display: none;*/
}
 #cssmenu2 ul ul,  #cssmenu2 ul ul ul,  #cssmenu2 ul > li:hover > ul,  #cssmenu2 ul ul > li:hover > ul,  #cssmenu2.align-right ul ul,  #cssmenu2.align-right ul ul ul,  #cssmenu2.align-right ul > li:hover > ul,  #cssmenu2.align-right ul ul > li:hover > ul {
 position: relative;
 left: auto;
 top: auto;
 opacity: 1;
 padding-left: 0;
 padding-right: 0;
 right: auto;
}
 #cssmenu2 ul .has-sub::after {
 display: none;
}
 #cssmenu2 ul li a {
 padding: 12px 20px;
}
 #cssmenu2 ul ul li a {
 border: 0;
 background: none;
 width: auto;
 padding: 8px 35px;
}
 #cssmenu2.align-right ul ul li a {
 text-align: left;
}
 #cssmenu2 ul ul li:hover > a {
 background: none;
 color: #8c9195;
}
 #cssmenu2 ul ul ul a {
 padding: 8px 50px;
}
 #cssmenu2 ul ul ul ul a {
 padding: 8px 65px;
}
 #cssmenu2 ul ul ul ul ul a {
 padding: 8px 80px;
}
 #cssmenu2 ul ul ul ul ul ul a {
 padding: 8px 95px;
}
 #cssmenu2 > ul > #menu-button {
 display: block;
 cursor: pointer;
}
 #cssmenu2 #menu-button > a {
 padding: 14px 20px;
}
 #cssmenu2 ul.open li,  #cssmenu2 > ul.open > li {
 display: block;
}
 #cssmenu2 > ul.open > li#menu-button > a {
 color: #fff;
 border-bottom: 1px solid rgba(150, 150, 150, 0.1);
}
 #cssmenu2 ul ul::after {
 display: none;
}
 #cssmenu2 #menu-button::after {
 display: block;
 content: '';
 position: absolute;
 height: 3px;
 width: 22px;
 border-top: 2px solid #7a8189;
 border-bottom: 2px solid #7a8189;
 right: 20px;
 top: 15px;
}
 #cssmenu2 #menu-button::before {
 display: block;
 content: '';
 position: absolute;
 height: 3px;
 width: 22px;
 border-top: 2px solid #7a8189;
 right: 20px;
 top: 25px;
}
 #cssmenu2 ul.open #menu-button::after,  #cssmenu2 ul.open #menu-button::before {
 border-color: #fff;
}

}

