/* ––––––––––––––––––––––––––––––––––––––––––––––––––
will's megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.whitetxt {
	/*color:#ffffff !important;*/
	color:#666666 !important;
}

.txt-corpBlue {
	color:#005495 !important;
}

.txt-grey {
	color:#EEEEEE;
}

.hd-nav-mainnav > ul > li > a,
.hd-nav-mainnav > ul > li > a:link,
.hd-nav-mainnav > ul > li > a:visited {
		font-family: 'Roboto', sans-serif !important;
		font-size:1.1em;
		display:inline-block;
		height:100%;
		margin: 0 15px 5px 0;
		text-decoration:none !important;
		color:#ffffff;
}

.hd-nav-mainnav > ul > li > a:hover {
		color:#9dd7ff !important;
}


.hd-nav-prod-dropdn > ul > li > a,
.hd-nav-prod-dropdn > ul > li > a:link,
.hd-nav-prod-dropdn > ul > li > a:visited {
		color:#666666 !important;
		height:100%;
		text-decoration:none !important;
}

.hd-nav-mainnav .hd-nav-carret {
		font-size:12px;
		line-height:26px;
		margin-left:5px;
		color:#007ad9 !important;
}

.hd-nav-subnav {
	display:inline-block;
	float:right;
}

.hd-nav-subnav ul	li {
	display:inline-block;
	margin:8px 0 5px 15px;
}

.hd-nav-subnav ul	li a {
	font-family: 'Roboto', sans-serif;
}

.hd-nav-subnav i {
	margin:0 2px 0 0;
}

.mm-active {
	display:block !important;
}

.inactive {
	display:none !important;
}



/* main menu - for current website */

.hd-nav-prod-dropdn {
	font-size:0.7em !important;
	width:224px;
	display: none;
	margin:10px 0 15px 0;
	padding:20px 0;
	position:absolute;
	z-index:999;
	/*background:#002E52;*/
	background:#ffffff;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius:0 0 6px 6px;
	behavior:url(includes/pie/PIE.php);
}

/******************* 1st lvl categories *******************/

.hd-nav-prod-dropdn	> ul {
	width:204px !important;
	margin:0 !important;
	padding:0 !important;
}

.hd-nav-prod-dropdn	> ul > li {
	list-style-type: none;
	width:100%;
	padding:1px 6px 0 12px !important;
	margin:0 !important;
	display:block;
	vertical-align: middle;
	cursor:pointer;
}

/*style for current website only */
.hd-nav-prod-dropdn ul > li > a {
	display:block;
	width:100%;
	padding:6px 0px;
	overflow:hidden;
}

.hd-nav-hilite {
	color:#027bd9 !important;

}

.hd-nav-arrow {
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #ffffff;
	position:absolute;
	margin:-30px 0 0 20px;
	display:block;
}


.hd-subnav-hilite,
.hd-subnav-prodmenu-hilite
 {
	color:#000000 !important;
	background:#c2e4ff;
}


.hd-subnav-prodmenu-hilite::before,
.hd-subnav-prodmenu-midhilite::before
{

	font-family: "FontAwesome";
	font-size:0.8em;
	margin-top:5px;
	content:"\f054";
	position:absolute !important;
	z-index:99999;
	right:18px !important;
	vertical-align: middle;
	color:#007ad9 !important;
}

.hd-subnav-hilite::before,
.hd-subnav-prodmenu-hilite::before {
	color:#007ad9 !important;
}

.hd-subnav-midhilite::before,
.hd-subnav-prodmenu-midhilite::before {
	color:#50b2ff !important;
}

.hd-subnav-midhilite,
.hd-subnav-prodmenu-midhilite {
	color:#ffffff !important;
	background:#dff1ff;
}


/******************* 2nd lvl subcategories *******************/


.hd-nav-prod-dropdn ul > li > div {
		padding:0 5px 0 0;
		background:#ffffff;
		overflow:hidden;
		width:740px; /*with sidebanners */
		/*width:600px;*/ /*without sidebanners */
		height:100%;
		margin:0;
		color:#000000;
		display:none;
		position:absolute;
		left:210px;
		top:0;
		box-shadow:2px 2px 3px rgba(0, 0, 0, 0.4);
		border-radius:0 0 6px 0;
		behavior:url(includes/pie/PIE.php);
}

.hd-nav-prod-dropdn ul > li > div > h1 {
		font-size:1.5em;
		line-height:0.8em;
		margin:30px 0 0 25px;
		color:#005495;
		font-weight:normal;
}

.hd-nav-prod-dropdn ul > li > div > ul {
	margin:35px 5px 0px 30px;
	/*width:100%;*/ /*without sidebanner */
	width:80%; /*with sidebanner */
	float:left;
	display:block;
}

.hd-nav-prod-dropdn ul > li > div > ul > li {
	font-weight:normal;
	font-size:1em;
	line-height:1em;
	padding:0;
	margin:5px 2px 0 2px;
	text-align:center;
	width: 100px;
	height: 115px;
	overflow:hidden;
	vertical-align: top;
	display:inline-block;
	word-wrap:break-word;
}

.hd-nav-prod-dropdn ul > li > div > ul > li:hover {
	letter-spacing: 0px;
	text-decoration: none;
	color:#2492FF !important;
}

.hd-nav-prod-dropdn ul > li > div > ul > li > a:hover {
	color:#2492FF !important;
}

.hd-nav-prod-dropdn ul > li > div > ul > li:active,
.hd-nav-prod-dropdn ul > li > div > ul > li a:active,
 {
	background:none !important;
}


.hd-nav-prod-dropdn	ul > li > div > ul > li > a > span {
		width:65px;
		height:65px !important;
		padding:0;
		margin:2px auto 4px auto !important;
		cursor:pointer;
		display:block;
		text-align:top;
}


.hd-nav-prod-dropdn ul > li > div > ul > li > a {
	padding:1px 1px;
	height:110px;
	color:#005495 !important;
	line-height:1.1em;
	font-size:1em;
	text-decoration: none !important;
}

.hd-nav-prod-dropdn ul > li > div > ul > li > a:hover {
	color:#2492FF !important;
}


/* logos section */

.hd-subnav-logos  {
	float:left;
	text-align: left !important;
	width:100% !important;
	background:#ffffff !important;
	padding:10px 10px 2px 10px !important;
	margin:-9px 0 10px -13px !important;
	display:none !important;
	height:auto !important;
}

.hd-subnav-logos > ul {
	display:block;
	margin:8px 0 15px 0 !important;
}

.hd-subnav-logos > ul > li {
	 margin:4px 0 0 0;
}

.hd-subnav-logos > hr {
	height:1px;
	background:#999999;
	border:0;
	width:93%;
	margin:0;
	padding:0;
	text-align:left;
}

.arrow-box {
	position:absolute;
	vertical-align: bottom;
	margin:5px 0 0 50px;
	background: #ffffff;
	border:0;
	z-index:200;
	display:block;
	opacity:0;
	filter:alpha(opacity=0);
}

.opacity {
	opacity:1.0 !important;
	filter:alpha(opacity=100) !important;
	display:block !important;
}

.arrow-box:after, .arrow-box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow-box:before {
	border-color: rgba(235, 235, 235, 0);
	border-bottom-color: #999999;
	border-width: 11px;
	margin-left: -11px;
}

.hd-subnav-logos-1stlvl {
	float:left;
	border-top:1px solid #ebebeb;
	width:100%;
	margin:30px 0 0 20px;
	background:#ffffff;
}

.hd-subnav-logos-1stlvl > h1
{
	font-size:1.3em;
	line-height:1.3em;
	margin:10px 0;
	color:#005495;
	font-weight:bold;
}

.hd-subnav-logos {
	/*margin-bottom:10px;*/
}


.hd-subnav-logos > h1 {
	font-size:0.9em !important;
	line-height: 1em !important;
	margin:10px 0 10px 0;
	color:#999999;
	font-weight:bold;
}


.hd-subnav-logos > ul {
	display:block;
	width:550px !important;
	margin:0 20px 10px 20px;
}

.hd-subnav-logos > ul > li,
.hd-subnav-logos-1stlvl > ul > li
{
	display:inline-block;
	/*width:80px; */
	padding:0 9px 0 3px;
	border-right:0;
}

.hd-subnav-logos > ul > li {
border-right:1px solid #ebebeb;
}

.hd-subnav-logos > ul > li > a > span,
.hd-subnav-logos-1stlvl > ul > li > a > span;
 {
	width:60px !important; /*55px*/
	height:21px !important; /*18px*/
}

.hd-subnav-logos > ul > li > a > span,
.hd-subnav-logos-1stlvl > ul > li > a > span {
	margin:2px 0 6px 4px !important;
}

/*.hd-subnav-logos-1stlvl > ul > li > a > span {*/
	/*margin:2px 0 6px 4px !important;*/
	/*margin:2px 0 6px 6px !important;*/
/*}*/


.hd-subnav-addl,
.hd-subnav-addl-2row {
		float:left !important;
		display:inline-block !important;
		/*height:150px;*/
		margin:10px 0 0 25px !important;
}

.hd-subnav-addl a,
.hd-subnav-addl a:link,
.hd-subnav-addl a:visited,
.hd-subnav-addl-2row a,
.hd-subnav-addl-2row a:link,
.hd-subnav-addl-2row a:visited
 {
		height:auto !important;
		color:#000000 !important;
		margin:0;
		padding:0;
}

.hd-subnav-addl {
		/*width:33% !important;*/
		width:40% !important;
}

.hd-subnav-addl-2row {
		/*width:83%  !important;*/
		width:93%  !important;
}

.hd-subnav-addl li,
.hd-subnav-addl-2row li {
		display:block;
		font-size:1em;
		line-height:1.3em;
		margin:3px 0;
		text-align:left !important;
}

.hd-subnav-addl li {
		width:auto !important;
		height:auto !important;
		display:block !important;
}

.hd-subnav-addl-2row li {
		width:45% !important;
		float:left !important;
		height:auto !important;
		margin-right:10px !important;
}


.hd-subnav-addl li:hover,
.hd-subnav-addl-2row li:hover
{
	background:transparent !important;
	/*text-decoration: underline;*/
	color:#94d3fe;
}

.hd-mainnav-hilite {
	color:#94d3fe !important;
}


.hd-subnav-addl h2,
.hd-subnav-addl-2row h2,
.section-callout-addllogos h2 {
	font-size:1.3em;
	line-height :1.5em;
	color:#005495;
	font-weight:bold;
	margin-top:-5px;
	vertical-align: top;
	width:100%;
}

.hd-subnav-addl h2:hover,
.hd-subnav-addl-2row h2:hover {
	text-decoration:none !important;
}

.hd-subnav-addl-2row h2 {
	width:500px;
	display:block;
}

.hd-subnav-addl-divider {
	border:0;
	/*width:68%;*/
	width:93%;
  height:1px;
	background:#ebebeb;
	margin:15px 0 5px 25px;
	float:left;
}

/******************* 2nd lvl banners and callouts *******************/

.section-callout {
	margin:0;
	float:right;
	top:0;
	position:absolute !important;
	right:0 !important;
	width:180px;
	height:100%;
	padding:0;
	overflow:hidden;
	border-left:1px solid #f3f3f3;
	font-size:1.1em;
	line-height:1.2em;
	vertical-align:top;
	background:#ffffff;
}

.section-callout p {
	color:#333333;
}

.section-callout hr {
		background:#f3f3f3;
		height:1px;
		width:85%;
		margin:1px auto;
		border:0;
}

.section-callout a {
	color:#005495 !important;
	text-decoration:none !important;
}

.section-callout h2 {
	vertical-align: top;
	font-size:1.3em;
	line-height:1em;
	margin:0 0 8px 0;
	font-weight:bold;
}

.callout-top-50,
.callout-btm-50,
.callout-top-75,
.callout-25,
.callout-25
{
	color:#005495 !important;
	position:relative;
	margin:7px 0;
	padding:10px 15px 10px 10px;
	vertical-align:top;
	overflow:hidden;
}

/*gaming banner*/

.callout-gaming {
	background:url("../../includes/imgs/menu/banners/banner-gaming.png") no-repeat;
	margin:0 -2px 0 0;
	/*background-size:220px 274px;*/
}

.callout-gaming h2 {
	margin:0 15px 10px 5px;
	color:#ff0000;
}

.callout-gaming p {
	margin:0 15px 0 5px;
	color:#ffffff !important;
}

.callout-gaming button {
	margin:5px 0 0 5px;
	background:#ff0000;
	padding:4px 7px;
	border:0;
	color:#ffffff;
}

/*1st lvl logo callouts*/

.section-callout-addllogos {
	float:right;
	/*width:34%;*/
	width:50% !important;
	/*margin:15px 220px 0 0;*/
	margin:15px 10px 0 0;
	vertical-align: top;
	display:inline-block;
	border-left:1px solid #ebebeb;
}

.section-callout-addllogos ul {
	width:100% !important;
	margin:10px 20px !important;
}

.section-callout-addllogos ul li a {
	padding:0 !important;
	margin:0 !important;
}

.section-callout-addllogos h2 {
	margin:-5px 20px 0 15px;
	line-height: 1.1em;
}

.section-callout-addllogos span,
.section-callout-addllogos li {
	height:21px;
	margin:3px 6px 8px 1px !important;
	display:inline-block !important;
}


.section-callout-addllogos li {
	margin:0 !important;
}

.callout-top-75,
.ad-top-75
{
	height:70%;
	overflow:hidden;
	margin:0 0 10px 0;
}

/*50% callouts*/

.callout-top-50,
.ad-top-50 {
	margin:0;
	padding:10px 5px 0 15px;
	height:48%;
}

.callout-btm-50 {
	vertical-align: top;
	margin:0;
	height:46%;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	behavior:url(includes/pie/PIE.php);
}

.ad-btm-50 {
	vertical-align: top;
	margin:0;
	height:50%;
	position:relative;
	padding:12px 10px;
	background:#ffffff;
	vertical-align:top;
	border:1px solid #dddddd;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	behavior:url(includes/pie/PIE.php);
}

.hd-banners-btm {
	position:absolute;
	bottom:0;
	margin:0 0 10px 15px;
	width:550px;
	height:100px; /*120px;*/
	overflow:hidden;
	background:black;
}

/*25% callouts*/

.callout-25 {
	height:20%;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	behavior:url(includes/pie/PIE.php);
}

.callout-25 h2 {
	font-size:1em;
	line-height:1em;
}

.callout-25 sprite {
	display:block;
	padding:30px 0 0 0;
}


.section-products .list-products li:hover,
.section-products-lvl2 .list-products li:hover
{
	background:none !important;
}

.btmrow {
	border-bottom: 0;
}

/*25% callouts*/


/* cover for the menu */
.bg-black {
	background:rgba(0, 0, 0, 0.7);
	position:fixed;
	z-index:6000;
	top:0;
	width:100%;
	height:100%;
	display:none;
}
