@charset "utf-8";
/* CSS Document */
#menu {
    font-family: 'Bebas Neue';
	font-weight:700;
	font-size:34px;
	line-height:50px;
	text-transform:uppercase;
	position: relative;
	z-index: 100;
	float:left;
	clear:left;
	width:100%;
	background:#6b189f;
	border-top:1px #FFFFFF solid;
}
#menu.menu-hover {
	background:#929292;
}
#menu:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}
#menu img {
	vertical-align:middle;
}
.ie7 #menu img {
	margin-top:10px;
}
#menu ul {
	/*float:left; */
	vertical-align:bottom;
	display: table;
	position: relative;
	z-index: 1000;
	padding: 0;
	margin:0;
	list-style-type: none;
	width: 100%;
}
#menu li {
	display: table-cell;
	/*float: left;*/
	position: relative;
	text-align: center;
}
#menu[data-type="megamenu"] li {
	position: static;
}
#menu li + li {
	border-left:1px #FFF solid;
}
#menu li a {
	padding: 0px 12px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
.ie7 #menu li a, .ie8 #menu li a, .ie9 #menu li a {
	padding: 0px 10px;
}
#menu li a:hover {
	color:#FFFFFF;
	background:#929292 !important;
}
#menu li.current_page_item a {
	color:#FFFFFF;
}
#menu li a.selected {
	color:#FFFFFF;
}
#menu li:nth-child(1) a {
	/*width:55px;*/
	padding-left:5px;
	padding-right:5px;
	/*text-indent:-999999px;*/
	background:#434343 url(../images/icon_01.png) no-repeat center center;
}
#menu li:nth-child(1) a:hover {
	background:#929292 url(../images/icon_01_hover.png) no-repeat center center !important;
}
#menu li:nth-child(1) a img {
	opacity: 0;
    filter: alpha(opacity=0);
}
#menu li:nth-child(2) a {
	background:#489b00;
}
#menu li:nth-child(3) a {
	background:#000686;
}
#menu li:nth-child(4) a {
	background:#e0741c;
}
#menu li:nth-child(5) a {
	background:	#008B8B;
}
#menu li:nth-child(6) a {
	background:#4e1852;
}
#menu li:nth-child(7) a {
	background:#d1005c;
}


#menu li a span {
	color: #969696;
	display: block;
}
#menu ul li ul {
	display: none;
	padding: 10px 0px 0px 0;
	width: 200px;
	left:0;
	position: absolute;
}
#menu[data-type="megamenu"] ul li ul {
	left:0;
	width:100%;
}

#menu ul li ul li {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: relative;
}
#menu ul li ul li + li {
	border-top: 1px #222222 solid;
}
#menu ul li ul li a {
	color: #FFFFFF !important;
	line-height: normal;
	font-size: 97%;
	display: block;
	text-decoration: none;
	position: relative;
	padding: 6px 0px;
	padding-left: 12px;
	background:#000000;
}
#menu ul li ul li a:hover, #menu ul li ul li a.selected, #menu ul li ul li.select > a {
	color: #fed116 !important;
	background: #222222;
}
#menu ul ul ul {
	width: 200px;
	left: 200px;
	top: -1px;
	position: absolute;
	display: none;
	padding: 0px;
	border: 0px;
}
#menu ul ul ul li + li {
	border-top:1px #252525 solid;
}
#menu ul ul ul li a {
	background: #303030;
}
#menu ul ul ul li a:hover, #menu ul ul ul li a.selected, #menu ul ul ul li.select > a {
	background: #252525;
}

#menu ul ul ul ul li + li {
	border-top:1px #1e1e1e solid;
}
#menu ul ul ul ul li a {
	background: #252525;
}
#menu ul ul ul ul li a:hover, #menu ul ul ul ul li a.selected, #menu ul ul ul ul li.select > a {
	background: #1e1e1e;
}

#menu .downarrow {
	position: absolute;
	right: 10px;
	top: 18px;
	width: 5px;
	height: 3px;
}
#menu .rightarrow {
	position: absolute;
	right: 10px;
	top: 14px;
	width: 3px;
	height: 5px;
}
#menu .menuDown {
	display: none;
}
#menu .hiddenNav {
	display: none;
}
#responsiveMenu {
	display:none;
}


/******************************** Responsive Menu *******************************************************************/
#body-container {
	position:relative;
	z-index:1;
}
#body-main-container {
	position:relative;
	overflow:hidden;
}
.menu-left .responsive-shd {
	position:relative;
	-webkit-box-shadow: inset 1.5em 0 2em -1em rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 1.5em 0 2em -1em rgba(0, 0, 0, 0.5);
	box-shadow: inset 1.5em 0 2em -1em rgba(0, 0, 0, 0.5);
}
.menu-right .responsive-shd {
	-webkit-box-shadow: inset -1.5em -1em 2em -1em rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset -1.5em -1em 2em -1em rgba(0, 0, 0, 0.5);
	box-shadow: inset -1.5em -1em 2em -1em rgba(0, 0, 0, 0.5);
}
.menu-top #responsiveMenu, .menu-bottom #responsiveMenu {
	-webkit-box-shadow: 0 2px 1em 9px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 1em 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 1em 9px rgba(0, 0, 0, 0.5);
}
.menu-overlay {
	display:none;
	position:absolute;
	z-index:10000;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.30);
}
.menu-overlay.close {
	display:block;
}
#responsiveMenu {
	line-height: normal;
	text-transform: uppercase;
	width: 250px;
	height: 100%;
	position: fixed;
	overflow:hidden;
	z-index: 0;
	left: 0px;
	top: 0px;
	background:#232323;
}
.menu-top #responsiveMenu {
	width:100%;
	z-index:2;
	height:auto;
	max-height:100%;
	/*transform : translate(0px,-500px) translateZ(0);*/
}
.menu-bottom #responsiveMenu {
	width:100%;
	z-index:2;
	height:auto;
	max-height:100%;
	top:auto;
	/*transform : translate(0px,-500px) translateZ(0);*/
}
.menu-right #responsiveMenu {
	right:0;
	left:auto;
}


#responsiveMenuScroll {
	position:relative;
	height:100%;
	width: 100%;
	overflow:auto;
}
#responsiveMenuInner {
    font-family: 'Bebas Neue';
	font-size:16px;
	position:relative;
	height:100%;
	width: 100%;
	overflow:auto;
}
/*.menu-right #responsiveMenuInner {
	position:absolute;
	right:0;
	top:0;
}
*/
#responsiveMenu p {
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	position: relative;
	margin: 0px;
	padding: 12px 10px 8px 14px;
	background: #121212;
	border-bottom: solid 2px rgba(0,0,0,1);
}
#responsiveMenu p a.menuClose {
	font-size: 14px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -13px;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 0;
	padding-top: 6px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#responsiveMenu p a.menuClose .lines > span, #responsiveMenu p a.menuClose .lines:after, #responsiveMenu p a.menuClose .lines:before {
	/*-webkit-transition-delay: .5s;
    transition-delay: .5s;*/
}
#responsiveMenu > #responsiveMenuInner > ul {
	border-top: solid 1px rgba(255,255,255,0.1);
}
#responsiveMenu ul {
	margin:0;
	padding:0;
	width:100%;
}
#responsiveMenu ul li {
	position: relative;
	list-style: none;
	border-bottom: solid 1px rgba(0,0,0,0.3);
	border-top: solid 1px rgba(255,255,255,0.05);
}
#responsiveMenu ul li:first-child {
	border-top:0;
	
}
#responsiveMenu ul li:last-child {
	border-bottom:0;
	
}
#responsiveMenu ul li a {
	color: #FFFFFF;
	display: block;
	padding: 10px 14px;
	text-decoration: none;
}
#responsiveMenu ul li.select > a {
	background: #f7f8fa;
}

#responsiveMenu ul ul {
	display: none;
}
#responsiveMenu ul ul li {
	border-bottom: solid 1px rgba(0,0,0,0.7);
	border-top: solid 1px rgba(255,255,255,0.01);
}
#responsiveMenu ul ul li a {
	font-size:95%;
	background: #121212;
}
#responsiveMenu ul li.select-li ul {
	border-top: 3px #3d3d3d solid;
}
#responsiveMenu ul ul li a.select {
	background: #3d3d3d;
}

#responsiveMenu ul ul ul li {
	border-bottom: solid 1px rgba(0, 0, 0, 1);
	border-top: solid 1px rgba(0, 0, 0, 0.3);
}
#responsiveMenu ul ul ul li a {
	background: #0A0A0A;
}
#responsiveMenu ul ul li.select-li ul {
	border-top: 3px #303030 solid;
}
#responsiveMenu ul ul ul li a.select {
	background: #303030;
}

#responsiveMenu ul ul ul ul li + li {
	border-top: 1px #252525 solid;
}
#responsiveMenu ul ul ul ul li a {
	background: #303030;
}
#responsiveMenu ul ul ul li.select-li ul {
	border-top: 3px #252525 solid;
}
#responsiveMenu ul ul ul ul li a.select {
	background: #252525;
}
#responsiveMenu ul .downarrow {
	position: absolute;
	z-index: 10;
	right: 8px;
	top: 8px;
	width: 30px;
	height: 28px;
	padding: 0px;
	display: inline-block;
	background: #121212;
	border-radius:0;
}
#responsiveMenu ul ul .downarrow {
	background: #0A0A0A;
}
#responsiveMenu ul ul ul .downarrow {
	background: #303030 !important;
}
#responsiveMenu ul .downarrow > span {
	position: absolute;
	left: 8px;
	top: 7px;
}
/****************************************************************************************************/
@media (max-width: 1199px) {
#menu {
	font-size: 32px;
}
#menu li a {
	padding: 0px 11px;
}
}

@media only screen and (max-width: 991px) {
#responsiveMenuInner img, #menu img {
	width:23px;
}
#menu li:nth-child(1) a {
	/*width:41px;*/
	background-size:23px auto;
}
#menu li:nth-child(1) a:hover {
	background-size:23px auto !important;
}
#menu {
	font-size: 20px;
	line-height: 45px;
}
#menu li a {
	padding: 0px 9px;
}
}
@media only screen and (max-width: 791px) {
#menu {
	margin-left: 0px;
	padding:0;
}
#menu ul {
	display: none;
}
#menu .menuDown {
	line-height:normal;
	float:left;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 12px;
}
#responsiveMenu {
	display:block;
}

}
@media only screen and (max-width: 700px) {
}
@media only screen and (max-width: 400px) {
}

/********* close button ****************/
.lines-text {
	min-height:14px;
	display:inline-block;
	position:relative;
	padding:0 0 0 20px;
}
#menu .lines-text .lines {
	margin-top:5px;
}

.lines-button {
  /*transition: .3s;*/
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
}
/*.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}
*/
.lines {
  text-indent:0;
  display: inline-block;
  width: 14px;
  height: 13px;
  position: absolute;
  left:0;
  top:0;
}
.lines > span {
  text-indent:0;
  display: inline-block;
  width: 14px;
  height: 3px;
  position: absolute;
  left:0;
  top:5px;
  transition: 0.3s;
  border-radius: 0.28571rem;
  background:#FFFFFF;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 14px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top:0;
  content: '';
}
.lines:before {
	transition: 0.3s;
	-ms-transform: translate(0, 0) translateZ(0px);
	-webkit-transform: translate(0, 0) translateZ(0px);
	transform: translate(0, 0) translateZ(0px);
}
.lines:after {
	transition: 0.3s;
	-ms-transform: translate(0, 10px) translateZ(0px);
	-webkit-transform: translate(0, 10px) translateZ(0px);
	transform: translate(0, 10px) translateZ(0px);
}

.lines-button:hover .lines:before {
}
.lines-button:hover .lines:after {
}

.lines-button.close .lines {
  /*-webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);*/
}
.lines-button.x.close .lines > span {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
}
.lines-button.x.close .lines:before {
	-ms-transform: rotate(45deg) translate(3px, 3px) translateZ(0px);
	-webkit-transform: rotate(45deg) translate(3px, 3px) translateZ(0px);
	transform: rotate(45deg) translate(3px, 3px) translateZ(0px);
}
.lines-button.x.close .lines:after {
	-ms-transform: rotate(-45deg) translate(-3px, 3px) translateZ(0px);
	-webkit-transform: rotate(-45deg) translate(-3px, 3px) translateZ(0px);
	transform: rotate(-45deg) translate(-3px, 3px) translateZ(0px);
}

/*Added for menu selected on 12_31_2014 by Sandy*/
