/*
---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-blue > li > a { ... } instead of .sm-blue a { ... }
---------------------------------------------------------------*/

/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/
.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr; }
ul.sm li{position:relative; }
ul.sm a{position:relative;display:block; }
ul.sm a.disabled{cursor:default;}
ul.sm ul{position:absolute;top:-999999px;left:-8000px;width:100px;}
ul.sm li{float:left; }
ul.sm-rtl{direction:rtl; }
ul.sm-rtl li{float:right; }
ul.sm ul li,ul.sm-vertical li{float:none; }
ul.sm a{white-space:nowrap;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
* html ul.sm-vertical li{float:left;width:100%;}
* html ul.sm-vertical ul li{float:none;width:auto; }
*:first-child+html ul.sm-vertical>li{float:left;width:100%; }
ul.sm ul.sm-nowrap>li>a{white-space:nowrap; }
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
* html ul.sm{height:1px; }
*:first-child+html ul.sm{min-height:1px; }
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box; }
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0); }
/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

/* Menu box
===================*/
	.sm-blue {}
	
	.sm-blue ul {border:0px solid #9e0c51;padding:0px!important;background:#641239; margin-top:1px !important;}
	/* for vertical main menu subs and 2+ level horizontal main menu subs round all corners */
	.sm-blue-vertical ul,
	.sm-blue ul ul {padding:0px!important; background:#490d25;}	
	.sm-blue ul ul{ top:56px!important; }

/* Menu items
===================*/	
	.sm-blue li.selected a { background:#28c0ff!important; color:#444!important;  text-transform:uppercase; font-weight:bold;}		
	.sm-blue li 			{background:url(divider.png) no-repeat 100% 28px!important;}	
	.sm-blue li a 			{ font-size: 17px !important; font-weight: lighter; padding: 20px 23px;}
	.sm-blue li.nobg		{background:none!important;}	
	.sm-blue li				{margin-right:0px; padding:0px;}
	.sm-blue li ul li		{margin-right:0px; padding:0px;}
	.sm-blue li ul li ul li		{margin-right:0px; padding:0px;}
	.sm-blue li ul li ul li ul li		{margin-right:0px; padding:0px;}
	.sm-blue li ul li ul li ul li ul li		{margin-right:0px; padding:0px;}
	
	/** first level css **/
	.sm-blue li a:focus{ background:#641239!important; color:#fff!important;}
	.sm-blue li a.highlighted{ background:#641239; 
	box-shadow:22px 0 22px -15px rgba(0, 0, 0, 0.75) inset, -22px 0 22px -15px rgba(0, 0, 0, 0.75) inset;  color:#fff!important;}
	.sm-blue li a:active{background:#641239!important;  color:#fff!important;}
	.sm-blue li a.has-submenu{ }
	.sm-blue li a {z-index:100000!important; color:#fff; text-transform:uppercase;}
	.sm-blue li a.selected {font-weight:bold; font-size: 17px !important;}
	.sm-blue li a:hover		{ font-size: 17px !important;  transition: all 400ms ease-in-out 0s; background:#641239; 
	box-shadow:22px 0 22px -15px rgba(0, 0, 0, 0.75) inset, -22px 0 22px -15px rgba(0, 0, 0, 0.75) inset;font-size: 17px !important;  padding: 20px 23px; }
	
	/** second level css **/
	.sm-blue li ul li a:hover{font-size: 13px !important; background:#9e0c51 !important; margin-top:-10px;padding:10px 30px 10px 20px!important; transition: all 400ms ease-in-out 0s; box-shadow:none !important;}
	.sm-blue li ul li a:focus{background:#28c0ff!important; color:#fff!important;}
	.sm-blue li ul li a:highlighted{background:#28c0ff!important; color:#fff!important;}
	.sm-blue li ul li a:active{background:#28c0ff!important; color:#fff!important;}	
	.sm-blue li ul li a.has-submenu{ color:#fff!important;}
	.sm-blue li ul {z-index:1000001!important;}
	.sm-blue li ul li {background:none!important;}	
	.sm-blue li ul li a {padding:10px 30px 10px 20px!important; background:none!important; color:#fff!important; font-size:13px!important; 
	text-shadow:none; border:0px!important; margin:0px!important; }
	
	/** third level css **/
	.sm-blue li ul li ul li a:hover{font-size: 13px !important; background:#9e0c51 !important; margin-top:-10px; ppadding:10px 30px 10px 20px!important; transition: all 400ms ease-in-out 0s; box-shadow:none !important;}
	.sm-blue li ul li ul li a:focus{background:#28c0ff!important; color:#fff!important;}
	.sm-blue li ul li ul li a:highlighted{background:#28c0ff!important; color:#fff!important;}
	.sm-blue li ul li ul li a:active{background:#28c0ff!important; color:#fff!important;}
	.sm-blue li ul li ul li a.has-submenu{ color:#fff!important;}
	.sm-blue li ul li ul {z-index:1000002!important; margin-top:-55px !important;  }
	.sm-blue li ul li ul li{background:none!important;}	
	.sm-blue li ul li ul li a {padding:10px 30px 10px 20px!important; background:none!important; color:#fff!important; font-size:13px!important; 
	text-shadow:none; border:0px!important; margin:0px!important; }
	
	
	/** fourth level css **/
	.sm-blue li ul li ul li ul li a:hover{background:#28c0ff!important; color:#000!important; border:0px!important; margin-top:0px!important;}
	.sm-blue li ul li ul li ul li a:focus{background:#28c0ff!important; color:#000!important;}
	.sm-blue li ul li ul li ul li a:highlighted{background:#28c0ff!important; color:#000!important;}
	.sm-blue li ul li ul li ul li a:active{background:#28c0ff!important; color:#000!important;}
	.sm-blue li ul li ul li ul li a.has-submenu{ color:#000!important;}
	.sm-blue li ul li ul li ul li {z-index:1000003!important;}	
	.sm-blue li ul li ul li ul li a {padding:10px 40px 10px 23px!important;background:none!important; color:#fff!important; font-size:12px!important; 
	text-shadow:none; border:0px!important; margin:0px!important;}
	.sm-blue li ul li ul li ul li{background:none!important;}
		
	
	/** fifth level css **/
	.sm-blue li ul li ul li ul li ul li a:hover{background:#!important; color:#000!important; border:0px!important; margin-top:0px!important;}
	.sm-blue li ul li ul li ul li ul li a:focus{background:#!important; color:#000!important;}
	.sm-blue li ul li ul li ul li ul li a:highlighted{background:#!important; color:#000!important;}
	.sm-blue li ul li ul li ul li ul li a:active{background:#!important; color:#000!important;}
	.sm-blue li ul li ul li ul li ul li a.has-submenu{ color:#000!important;}
	.sm-blue li ul li ul li ul li ul li {z-index:1000004!important;}	
	.sm-blue li ul li ul li ul li ul li a {padding:10px 40px 10px 23px!important; background:none!important; color:#000!important; 
											font-size:12px!important; text-shadow:none; border:0px!important; margin:0px!important;}
	.sm-blue li ul li ul li ul li ul li{background:none!important;}	
	.sm-blue ul a:focus, .sm-blue ul a:active,
	.sm-blue ul a.highlighted {background:#; /* Old browsers */color:#000;}
	
	
	/* current items - add the class manually to some item or check the "markCurrentItem" script option */
	.sm-blue a.current, .sm-blue a.current:hover, .sm-blue a.current:focus, .sm-blue a.current:active,
	.sm-blue ul a.current, .sm-blue ul a.current:hover, .sm-blue ul a.current:focus, .sm-blue ul a.current:active {
		background:#;
		color:#000;	
		
	}
	/* round the left corners of the first item for horizontal main menu */
	.sm-blue > li:first-child > a {		
	}
	/* round the corners of the first and last items for vertical main menu */
	.sm-blue-vertical > li:first-child > a {
		
	}
	.sm-blue-vertical > li:last-child > a {
		
	}
	.sm-blue a.has-submenu {

	}


/* Sub menu indicators
===================*/

	.sm-blue a span.sub-arrow {
		position:absolute;
		bottom:35%;
		left:90%;
		margin-left:-5px;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		/*border-width:5px; /* tweak size of the arrow */
		/*border-style:solid dashed dashed dashed;
		border-color:#a4cde1 transparent transparent transparent;*/
		
	}
	.sm-blue-vertical a span.sub-arrow,
 	.sm-blue ul a span.sub-arrow {
		bottom:auto;
		top:50%;
		margin-top:-5px;
		right:15px;
		left:auto;
		margin-left:0;
		border-style:dashed dashed dashed solid;
		border-color:transparent transparent transparent #fff;
	}


/* Items separators
===================*/

	.sm-blue li {
		border-left:0px solid #1a8bb9;
	}
	.sm-blue li:first-child,
	.sm-blue-vertical li,
	.sm-blue ul li {
		border-left:0;
	}


/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/

	.sm-blue span.scroll-up, .sm-blue span.scroll-down {
		position:absolute;
		display:none;
		visibility:hidden;
		overflow:hidden;
		background:#2383cd;
		height:20px;
		/* width and position will be automatically set by the script */
	}
	.sm-blue span.scroll-up-arrow, .sm-blue span.scroll-down-arrow {
		position:absolute;
		top:-2px;
		left:50%;
		margin-left:-8px;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		border-width:8px; /* tweak size of the arrow */
		border-style:dashed dashed solid dashed;
		border-color:transparent transparent #247eab transparent;
	}
	.sm-blue span.scroll-down-arrow {
		top:6px;
		border-style:solid dashed dashed dashed;
		border-color:#247eab transparent transparent transparent;
	}



/*
---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/




@media screen and (max-width: 768px) {

	/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
	ul.sm-blue{width:auto !important;}
	ul.sm-blue ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	ul.sm-blue>li{float:none;}
	ul.sm-blue>li>a,ul.sm-blue ul.sm-nowrap>li>a{white-space:normal;}
	ul.sm-blue iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-blue ul, .sm-blue span.sub-arrow, .sm-blue iframe {
		display:none !important;
	}*/

.sm-blue li a						{padding:15px 15px 10px 15px!important;color:#fff!important;
									border-top:0px!important;}

.sm-blue li							{margin-right:0px!important; padding:0px;}
/* Menu box
===================*/

	.sm-blue {
		background:transparent;
		-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3);
		box-shadow:0 1px 4px rgba(0,0,0,0.3);
	}
	.sm-blue ul {
		border:0;
		padding:0;
		background:#fff;
		
	}
	.sm-blue ul ul {
		/* darken the background of the 2+ level sub menus and remove border rounding */
		background:rgba(100,100,100,0.1);
		
	}


/* Menu items
===================*/

	.sm-blue a {
		padding:15px 15px 10px 15px !important; /* add some additional left padding to make room for the sub indicator */
		background:#9e0c51 !important; /* Old browsers */
		
	}
	.sm-blue ul a {
		background:transparent !important;
		color:#000 !important;
		text-shadow:none !important;
	}
	.sm-blue a.current {
		background:#006892 !important; /* Old browsers */
		
	}
	/* add some text indentation for the 2+ level sub menu items */
	.sm-blue ul a {
		border-left:8px solid transparent;
	}
	.sm-blue ul ul a {
		border-left:16px solid transparent;
	}
	.sm-blue ul ul ul a {
		border-left:24px solid transparent;
	}
	.sm-blue ul ul ul ul a {
		border-left:32px solid transparent;
	}
	.sm-blue ul ul ul ul ul a {
		border-left:40px solid transparent;
	}
	/* round the corners of the first and last items */
	.sm-blue > li:first-child > a {
		
	}
	/* presume we have 4 levels max */
	.sm-blue > li:last-child > a,
	.sm-blue > li:last-child > ul > li:last-child > a,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-blue > li:last-child > ul,
	.sm-blue > li:last-child > ul > li:last-child > ul,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
		
	}
	/* highlighted items, don't need rounding since their sub is open */
	.sm-blue > li:last-child > a.highlighted,
	.sm-blue > li:last-child > ul > li:last-child > a.highlighted,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
	
	}


/* Sub menu indicators
===================*/

	.sm-blue a span.sub-arrow,
	.sm-blue ul a span.sub-arrow {
		top:50%;
		margin-top:-9px;
		left:90%;
		margin-left:0;
		width:17px;
		height:17px;
		font:bold 16px/16px monospace !important;
		text-align:center;
		border:0;
		text-shadow:none;
		background:rgba(0,0,0,0.1);
		-moz-border-radius:100px;
		-webkit-border-radius:100px;
		border-radius:100px;
	}
	/* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */
	.sm-blue a.highlighted span.sub-arrow {
		display:none !important;
	}


/* Items separators
===================*/

	.sm-blue li {
		border-left:0;
	}
	.sm-blue ul li {
		border-top:1px solid rgba(0,0,0,0.05);
	}
	.sm-blue ul li:first-child {
		border-top:0;
	}
	.sm-blue li.selected a  {border:0px!important; margin-top:0px!important;}
	.sm-blue li a:hover		{border:0px!important; margin-top:0px!important;}

	/** second level css **/
	.sm-blue li ul li a:hover{background:#f5c53d!important; color:#000!important; }
	.sm-blue li ul li a:focus{background:#f5c53d!important; color:#000!important;}
	.sm-blue li ul li a:highlighted{background:#f5c53d!important; color:#000!important;}
	.sm-blue li ul li a:active{background:#f5c53d!important; color:#000!important;}	
	.sm-blue li ul li a.has-submenu{ color:#000!important;}
	.sm-blue li ul {z-index:1000001!important;}
	

	
	/** third level css **/
	.sm-blue li ul li ul li a:hover{background:#f5c53d!important; color:#000!important; border:0px!important; margin-top:0px!important;}
	.sm-blue li ul li ul li a:focus{background:#f5c53d!important; color:#000!important;}
	.sm-blue li ul li ul li a:highlighted{background:#f5c53d!important; color:#000!important;}
	.sm-blue li ul li ul li a:active{background:#f5c53d!important; color:#000!important;}
	.sm-blue li ul li ul li a.has-submenu{ color:#000!important;}
	.sm-blue li ul li ul {z-index:1000002!important; }
	
	
	
	
	
	/** fourth level css **/
	.sm-blue li ul li ul li ul li a:hover{background:#f5c53d!important; color:#000!important; border:0px!important; margin-top:0px!important;}
	.sm-blue li ul li ul li ul li a:focus{background:#f5c53d!important; color:#000!important;}
	.sm-blue li ul li ul li ul li a:highlighted{background:#f5c53d!important; color:#000!important;}
	.sm-blue li ul li ul li ul li a:active{background:#f5c53d!important; color:#000!important;}
	.sm-blue li ul li ul li ul li a.has-submenu{ color:#000!important;}
	.sm-blue li ul li ul li ul li {z-index:1000003!important;}
	

	
	
	
	/** fifth level css **/
	.sm-blue li ul li ul li ul li ul li a:hover{background:#f5c53d!important; color:#000!important; border:0px!important; margin-top:0px!important;}
	.sm-blue li ul li ul li ul li ul li a:focus{background:#f5c53d!important; color:#000!important;}
	.sm-blue li ul li ul li ul li ul li a:highlighted{background:#f5c53d!important; color:#000!important;}
	.sm-blue li ul li ul li ul li ul li a:active{background:#f5c53d!important; color:#000!important;}
	.sm-blue li ul li ul li ul li ul li a.has-submenu{ color:#000!important;}
	.sm-blue li ul li ul li ul li ul li {z-index:1000004!important;}
	

	


	
	.sm-blue li ul li a {background:none!important; color:#000!important; font-size:14px!important; 
	text-shadow:none; border:0px!important; margin:0px!important;}
	

	
	.sm-blue li ul li ul li a { background:none!important; color:#000!important; font-size:14px!important; 
	text-shadow:none; border:0px!important; margin:0px!important;}
	

	
	.sm-blue li ul li ul li ul li a { background:none!important; color:#000!important; font-size:14px!important; 
	text-shadow:none; border:0px!important; margin:0px!important;}

	
	.sm-blue li ul li ul li ul li ul li a { background:none!important; color:#000!important; 
											font-size:14px!important; text-shadow:none; border:0px!important; margin:0px!important;}

	


}

@media screen and (min-width : 769px) and (max-width:860px) {

.sm-blue li a, .sm-blue li a:hover {
  padding: 20px 10px !important;
  font-size:13px !important;}
.sm-blue li a.selected {
	font-weight:bold; 
	font-size: 13px !important;}
	.sm-blue li ul li a:hover{font-size: 13px !important; background:#9e0c51 !important; margin-top:-10px; padding:10px 20px !important; transition: all 400ms ease-in-out 0s;}
}

@media screen and (min-width : 861px) and (max-width:1024px) {

	.sm-blue li a, .sm-blue li a:hover {
  padding: 20px 11px !important;
}

.sm-blue li ul li a:hover{font-size: 13px !important; background:#9e0c51 !important; margin-top:-10px; padding:10px 20px !important; transition: all 400ms ease-in-out 0s;}
}

@media screen and (min-width:320px) and (max-width:768px){

.sm-blue{
	background:#fff !important;
	padding-left:0px !important;}
	
.sm-blue li a, .sm-blue li a.active{
	border-bottom:none !important;} 
.navbar-toggle {
  background-color: #008fc2;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 3px;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 8px;
  padding: 9px 10px;
  position: relative;
  background:#641239 !important;
}

.sr-only {
  background: none repeat scroll 0 0 #fff;
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.navbar-toggle .icon-bar {
  background: none repeat scroll 0 0 #fff;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
}
}