/*Main menu*/
@media only screen and (min-width: 767px) {
#nav_menu, #footer {
	height: 82px;
	position: relative;
	background: url(../Images/menuBg.jpg) 0 0 repeat-x;
	padding: 0 42px;
}
#nav_menu:before, #nav_menu:after, #footer:before, #footer:after {
	position:absolute;
	content: "";
	background-image: url(../Images/lr_menuBg.png);
	background-repeat: no-repeat;
	z-index: 5;
	width: 42px;
	height: 31px;
}
#nav_menu:before, #footer:before {
	top: 0;
	left: 0;
	background-position: 0 0
}
#nav_menu:after, #footer:after {
	bottom: 0;
	right: 0;		
	background-position: -42px 0
}
}
#nav_menu, #nav_menu ul, #nav_menu ul li, #nav_menu ul li a, #nav_menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#nav_menu #menu-button {
	display: none;
}
#nav_menu > ul > li {
	float: left;
	display: inline-block
}
#nav_menu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#nav_menu > ul > li:not(:first-child) {
 background: url(../Images/space_menu.gif) 0 center no-repeat
} 
#nav_menu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#nav_menu.align-center ul ul {
	text-align: left;
}
#nav_menu.align-right > ul > li {
	float: right;
}
#nav_menu > ul > li > a {
	white-space: nowrap;
	display: block;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	position: relative;
	display: block;
	padding: 0 18px;
	font-size: 1.2em;
	line-height: 82px;
	font-weight: 500;
	color: #000000;
	text-decoration: none
}
#nav_menu > ul > li.active > a, #nav_menu > ul > li:hover > a {
	color: #ee10b7
}
#nav_menu > ul > li:nth-child(3) > a {
	padding-right: 40px
}
#nav_menu > ul > li:nth-child(3) > a:after {
	width: 33px;
	height: 16px;
	position: absolute;
	top: 20px;
	right: 10px;
	content: '';
	background: url(../Images/new.gif) 0 0 no-repeat
}
/*#nav_menu > ul > li.has-sub > a {
  padding-right: 30px;
}
#nav_menu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#nav_menu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#nav_menu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}*/
#nav_menu ul ul {
	position: absolute;
	left: -9999px;
	background: #efefef;
	-moz-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-moz-box-shadow: 0 0 3px #888888;
	-webkit-box-shadow: 0 0 3px #888888;
	box-shadow: 0 0 3px #888888;
	z-index: 500;
}
#nav_menu.align-right ul ul {
	text-align: right;
}
#nav_menu ul ul li {
	height: 0;
}
#nav_menu li:hover > ul {
	left: auto;
}
#nav_menu.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#nav_menu li:hover > ul > li {
	height: 30px;
	white-space: nowrap;
	min-width: 180px;
	width: auto
}
#nav_menu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#nav_menu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#nav_menu ul ul li a {
	border-bottom: 1px solid #CACACA;
	padding: 0 15px 0 20px;
	line-height: 30px;
	text-decoration: none;
	color: #000000;
}
#nav_menu ul ul li:last-child > a, #nav_menu ul ul li.last-item > a {
	border-bottom: 0;
}
#nav_menu ul ul li:hover > a, #nav_menu ul ul li a:hover {
	background-color: #ee10b7;
	color: #FFFFFF;
}
/*#nav_menu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#nav_menu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#nav_menu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#nav_menu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#nav_menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#nav_wrap { background: none }
	#nav_menu { margin-right: 0 }
 #nav_menu > ul {
display: table;
width: 100%;
}
#nav_menu > ul > li {
 float: none;
 display: table-cell;
 text-align: center
}
#nav_menu > ul > li > a {
 padding: 0 5px;
}
#nav_menu > ul > li:first-child > a {
background-image: none
}
#nav_menu ul ul {
 text-align: left
}
#nav_menu li:hover > ul {
min-width: 100%
}
#nav_menu li:hover > ul > li {
min-width: inherit;
width: 100%
}
}
@media all and (max-width: 768px), 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) {
 #nav_menu {
 width: 100%;
height: 40px;
border-bottom: 1px solid #ee10b7
}
 #nav_menu, #nav_menu:before, #nav_menu:after {
	background: none
}
 #nav_menu ul, #left_nav ul ul {
 width: 100%;
 background: #efefef;
 display: none;
 z-index: 99999
}
 #nav_menu.align-center > ul {
 text-align: left;
}
#nav_menu ul ul {
background: none
}
 #nav_menu ul li {
 width: 100%;
 background: none !important;
}
#nav_menu ul li a {
 border-bottom: 1px solid #CACACA;
}
 #nav_menu ul ul li, #nav_menu li:hover > ul > li {
 height: auto;
}
 #nav_menu ul li a, #nav_menu ul ul li a {
 width: 100%;
 color: #111111;
 padding: 12px 10px;
 text-transform: capitalize;
line-height: normal
}
 #nav_menu > ul > li {
 float: none;
}
 #nav_menu ul ul li a {
 line-height: normal;
 padding-left: 35px;
 color: #111111;
 background: url(../Images/arr_l.png) 20px 15px no-repeat
}
 #nav_menu ul ul ul li a {
 padding-left: 35px;
}
 #nav_menu ul ul li:hover > a, #nav_menu ul ul li.active > a {
 color: #111111;
}
 #nav_menu ul ul, #nav_menu ul ul ul, #nav_menu.align-right ul ul {
 position: relative;
 left: 0;
 width: 100%;
 margin: 0;
 text-align: left;
}
 #nav_menu > ul > li.has-sub > a:after, #nav_menu > ul > li.has-sub > a:before, #nav_menu ul ul > li.has-sub > a:after, #nav_menu ul ul > li.has-sub > a:before {
 display: none;
}
#nav_menu > ul > li:hover > a, #nav_menu > ul > li > a:hover {
 color: #026bd1 !important;
}
#nav_menu > ul > li > ul > li:hover > a, #nav_menu > ul > li > ul > li > ul > li:hover > a {
 color: #FFFFFF !important;
}
 #nav_menu #menu-button {
 display: inline-block;
 padding: 13px 17px 13px 36px;
 color: #FFFFFF;
 cursor: pointer;
 font-size: 100%;
 text-transform: uppercase;
 font-weight: 700;
}
 #nav_menu #menu-button:after {
 position: absolute;
 top: 19px;
 left: 10px;
 display: block;
 height: 4px;
 width: 20px;
 border-top: 2px solid #FFFFFF;
 border-bottom: 2px solid #FFFFFF;
 content: '';
}
 #nav_menu #menu-button:before {
 position: absolute;
 top: 13px;
 left: 10px;
 display: block;
 height: 2px;
 width: 20px;
 background: #FFFFFF;
 content: '';
}
 #nav_menu #menu-button.menu-opened:after {
 top: 19px;
 border: 0;
 height: 2px;
 width: 15px;
 background: #FFFFFF;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
}
 #nav_menu #menu-button.menu-opened:before {
 top: 19px;
 background: #FFFFFF;
 width: 15px;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 #nav_menu .submenu-button {
 position: absolute;
 z-index: 99;
 right: 0;
 top: 0;
 display: block;
 color: #FFFFFF;
 height: 46px;
 width: 46px;
 cursor: pointer;
}
 #nav_menu .submenu-button.submenu-opened {
 background: none;
}
 #nav_menu ul ul .submenu-button {
 height: 34px;
 width: 34px;
}
 #nav_menu .submenu-button:after {
 position: absolute;
 top: 24px;
 right: 17px;
 width: 12px;
 height: 2px;
 display: block;
 background: #000000;
 content: '';
}
 #nav_menu ul ul .submenu-button:after {
 top: 19px;
 right: 16px;
}
 #nav_menu .submenu-button.submenu-opened:after {
 background: #000000;
}
 #nav_menu .submenu-button:before {
 position: absolute;
 top: 19px;
 right: 22px;
 display: block;
 width: 2px;
 height: 12px;
 background: #000000;
 content: '';
}
 #nav_menu ul ul .submenu-button:before {
 top: 14px;
 right: 21px;
}
 #nav_menu .submenu-button.submenu-opened:before {
 display: none;
}
/*Left Nav*/
#left_nav .sub_cate a {
 background-position: 5px 14px;
}
#left_nav > ul > li > span.close {
 background:url(../Images/faq.png) 98% -90px no-repeat;
 width:100%;
 height:25px;
 float:right;
 margin-right:10px;
 margin-top:5px;
 display:block;
}
#left_nav > ul > li > span.close.expanded {
 background-position: 98% 1px
}
#left_nav li li span.close {
 background:url(../Images/faq.png) 98% -90px no-repeat;
 width:100%;
 height:45px;
 float:right;
 margin-right:10px;
 margin-top:5px;
 display:block;
}
#left_nav li.active > span.close {
 background-position: 98% -90px;
}
#left_nav li li span.close.collapsed {
 background-position: 98% -90px;
}
#left_nav li span.close.expanded {
 background-position: 98% -90px;
}
#left_nav > ul > li span.close:hover {
 cursor:pointer;
}
#left_nav .close {
 position:absolute;
 top:7px;
 right:0px;
}
#left_nav ul ul .close {
 position:absolute;
 top:0px;
 right:0px;
}
/*Sub Menu*/
.sub_menu {
 display: none;
 background-color: #FFFFFF;
 margin-bottom: 10px;
}
.submenu_icon {
 float: right;
 position: relative;
 z-index: 5;
 margin-top: -36px;
 margin-right: 5px;
 width: 30px;
 height: 30px;
 line-height: 40px;
 cursor: pointer;
 background: url(../Images/sub_menu_icon.png) center center no-repeat;
}
.subclose_ico {
 background: url(../Images/close_icon.png) center center no-repeat;
}
.sub_menu ul > li {
 float: left;
 width: 50%
}
.sub_menu ul > li:nth-child(2n+1) {
 clear: both
}
.sub_menu ul>li>a {
 display: block;
 margin: 5px 5px 0 5px;
 font-weight: 700;
 border-top: 1px solid #CCCCCC
}
.sub_menu ul>li:first-child>a, .sub_menu ul>li:nth-child(2)>a {
 border: none
}
}
@media all and (max-width: 480px) {
.sub_menu ul > li {
 width: 100%
}
}
