-/**
 * IceMegaMenu Extension for Joomla 3.0 By IceTheme
 * 
 * 
 * @copyright	Copyright (C) 2012 IceTheme.com. All rights reserved.
 * @license		GNU General Public License version 2
 * 
 * @Website 	http://www.icetheme.com/Joomla-Extensions/icemegamenu.html
 *
 */
.collapse {
  overflow: visible;}
 
/* clear some styles */
.icemegamenu ul,
.icemegamenu li {
	list-style-type:none;
	padding:0;
	margin:0} 
 
 
/* begin mainmenu */ 
.icemegamenu > ul {
	position: relative;
	margin:0;
	padding:0;
	z-index: 999;
	clear: both;
	height:auto;}
	
	.icemegamenu > ul > li {
		position: relative;
		display: block;
		float:left;
		margin:0 5px 0 0;
		padding:0;
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-ms-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;}
		
		.icemegamenu > ul > li a.iceMenuTitle {
			position: relative;
			z-index: 90;
			display: block;
			font-family:"Nobile", Arial, Helvetica, sans-serif;
			padding:0;
			font-size: 16px;
			color: #fff;
			text-shadow: 1px 1px 1px rgba(0,0,0,.25);
			text-decoration:none}
			
			.icemegamenu > ul > li  a.iceMenuTitle > span.icemega_title {
				padding:25px 12px 25px 12px;
				display: block; }		
		
				
			/* subtitles */
			.icemegamenu > ul > li span.icemega_desc {
				display:none;
				font-size:12px;
				font-family:Verdana, Geneva, sans-serif;
				padding:0;
				line-height:1.25em;
				color:rgba(255,255,255,.6)!important;
				margin-bottom: 0;
				margin-top: -9px;
				margin-left: 20px;
				text-shadow:none!important}

 				/* when dont have subtitle */
				.icemegamenu > ul > li >  a.iceMenuTitle > span.icemega_nosubtitle {}
					
					
				/* when is current and hover */	
				.icemegamenu > ul > li:hover > a.iceMenuTitle span.icemega_title,
				.icemegamenu > ul > li.active > a.iceMenuTitle span.icemega_title {
					background:#90c12a;
					position:relative;
					color:#fff603;}

				.icemegamenu > ul > li.parent:hover > a.iceMenuTitle span.icemega_title:after {
					display:none}
				
				.icemegamenu > ul > li.active > a.iceMenuTitle span.icemega_title:after {
					content:"";
					position:absolute;
					background-image:url(../images/arrow_menu.png);
					width:30px;
					z-index:9;
					height:15px;
					left:50%;
					margin-left:-15px;
					bottom:-6px;}
		
 /* Submenu */
ul.icesubMenu {
    position: absolute;
    z-index: 600;
    padding: 0;
	margin-left:20px;
    top:90px;
	left:0;
	background:#89CA1A;
	background:rgba(144,194,43,.94);
	border:none;
	-webkit-transition: top .25s ease-out, opacity .25s ease-out, margin .25s ease-out ;
	-moz-transition: top .25s ease-out, opacity .25s ease-out, margin .25s ease-out;
	-ms-transition: top .25s ease-out, opacity .25s ease-out, margin .25s ease-out;
	-o-transition: top .25s ease-out, opacity .25s ease-out, margin .25s ease-out;
	transition: top .25s ease-out, opacity .25s ease-out, margin .25s ease-out;
	opacity: 0;
	visibility:visible;
	max-height:0;
	overflow:hidden;}
			
		#icemegamenu > li:hover > ul.icesubMenu {
			opacity:1;
			top:70px;
			visibility:visible;
			max-height:1000px;
			overflow:visible;
			margin:0;
			border: 1px solid rgba(255,255,255,.1);
			border-top:none;}
			
			
			/* when there is no space on the right for the dropdown to appear */
			#icemegamenu .ice_righttoleft {
				left: auto!important;
				right:0;
			}
			
			ul.icesubMenu ul > li {
				position:relative;}
				
				
				ul.icesubMenu > li a.iceMenuTitle {
					height: auto;
					display: block;
					font-size: 14px;
					font-family: "Nobile", Helvetica, Arial, sans-serif;
					padding: 5px 14px 5px 26px;
					margin:0;
					line-height: 25px;
					border-radius: 0;
					background: url(../images/point.png) no-repeat 10px 10px;
					border-bottom: 1px dotted rgba(255, 255, 255, .2)!important;
					-webkit-transition: all .2 ease-out;
					-moz-transition: all .2s ease-out;
					-ms-transition: all .2s ease-out;
					-o-transition: all .2s ease-out;
					transition: all .2s ease-out;}
					
					@media (min-width: 979px) {
					ul.icesubMenu > li ul li:last-child > a.iceMenuTitle {
						border-bottom:none!important}
					}
					
					
					ul.icesubMenu > li a.iceMenuTitle span {
						padding:0!important;
						margin:0!important;}
						
					ul.icesubMenu > li li.parent:hover > a.iceMenuTitle,
					ul.icesubMenu > li a.iceMenuTitle:hover {
						background-color:rgba(0,0,0,.15);}
					
					 ul.icesubMenu li.active a.iceMenuTitle  {
						 background-color:rgba(0,0,0,.15); 
						 color: #fffc1e }
	 
				/* when is parent */
				ul.icesubMenu li.parent {
					background: url(../images/arrow.png) no-repeat 93% 45%;}
					
						
						.icemegamenu > ul ul li span.icemega_desc {
							display:block;
							margin-top:-5px!important;
							margin-bottom: 5px!important;}
				
				
				
				

 
/* Second Level Dropdown */
ul.sub_level_2,
ul.sub_level_3,
ul.sub_level_4,
ul.sub_level_5 {
	top: -1px;
	left: 100%;
	box-shadow:none;
	margin: 0;}
	
	
	ul.icesubMenu ul > li:hover > ul {
		z-index:999;
		opacity:1;
		left: 100%!important;
		max-height:1000px;
		overflow:visible;
		border-top: 1px solid rgba(255,255,255,.1);
		margin-left:-30px;}
	
 
 
 
 
 /* Toggle for responsive */					
.ice-megamenu-toggle {
	 display: none;
	 margin: 0;}

.ice-megamenu-toggle a {
	cursor:pointer;
	display: block;
	width: 40px;
	height: 35px;
	text-indent:-9999em;
	font-size:18px;
	background-color:#6B9C14;
	background-image:url(../images/mobile_menu_btn.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,.25);
	text-align:center;
	opacity:1;
	margin-top:0;
	float: right;
	margin: 15px 0 0;
	-webkit-transition:all .25s ease-out;
	-moz-transition:all .25s ease-out;
	-o-transition:all .25s ease-out; 
	transition:all .25s ease-out;} 
	
	.ice-megamenu-toggle a:hover {
		background-color: #5B8511;
		text-decoration:none;
		opacity:1}		

		

 
/* Modules inside dropdown */
.icesubMenu .icemega_cover_module {
    padding: 10px 15px;
	width:auto!important;
	color:#fff;
	color:rgba(255,255,255,.7);
	margin: 10px 10px 0px;}

	.icesubMenu .icemega_cover_module span.iceModuleTile {
		color:#fff;
		font-family:"Walkway_Bold",arial,serif;
		font-size:20px;
		text-shadow: 1px 1px 1px rgba(0,0,0,.3);
		margin-bottom:12px;
		display:block;}

.icesubMenu .icemega_cover_module a {
	color:#F0C237}
	
	
	.icesubMenu .icemega_cover_module .btn { 
		background:rgba(0,0,0,.15); 
		border:none; 
		color:#fff; 
		box-shadow:none;
		border-radius:5px;
		-webkit-transition:all .2s ease-out;
		-moz-transition:all .2s ease-out;
		-o-transition:all .2s ease-out; 
		transition:all .2s ease-out;}
		
		.icesubMenu .icemega_cover_module .btn:hover {
			background:rgba(255,255,255,.2);}
	
		
	.icesubMenu .icemega_cover_module form#login-form { margin:0}
	
	.icesubMenu .icemega_cover_module form#login-form .input-small { width:100%; border:none;  border-radius:0 5px 5px 0;}
		
		.icesubMenu .icemega_cover_module form#login-form .input-small:focus { box-shadow:none;}
	
	.icesubMenu .icemega_cover_module form#login-form .control-group { margin-bottom:12px;}
	
	.icesubMenu .icemega_cover_module form#login-form .input-prepend .add-on {
		border:none; 
		margin:0; 
		background:#AED65E; 
		border-radius:5px 0 0 5px;}
		
	.icesubMenu .icemega_cover_module form#login-form ul.unstyled li a { 
		color:#fff}
	
	.ice_righttoleft{
		left:auto!important;
		margin-right:30px!important;
		margin-left:0!important;
		right:0!important;}
		
		#icemegamenu > li:hover > ul.ice_righttoleft {
			margin-right:0!important}
	
	
	

		
	
	
