@charset "UTF-8";
/*
IC Hello WebCMS Version 1a WebSite CSS: Menu
Created on : 14.12.2018 IruCom systems/This will be used for Preview of the Article on WebCMS
Copyright : Pragash Irudayam - IruCom systems
 Licence only for one Domain. No changes or addons are allowed without prior permisssion from Pragash Irudayam (IruCom systems)
*/
.icweb_menu_button_icon {
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
	top: 0px;
	background-color: white;
	transition: all 0.5s; 
}
.icweb_menu_button_icon:hover {
	background-color: deepskyblue;
	cursor: pointer;
}

.icweb_menu_heading {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 18px;
	color: #999;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
	vertical-align: top;
	width: 320px;
	height: auto;
	display: block;	
	padding: 2px;
	border: none;
	margin: 10px auto 0 12px;		
}
.icweb_menu_heading_btn {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 18px;
	color: #999;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
	vertical-align: top;
	width: 320px;
	height: auto;
	display: block;	
	padding: 2px;
	border: none;	
	margin: 4px auto 10px 12px;	
}
.icweb_menu_heading_btn:hover {
	cursor:pointer;
	color: #ff9c16;
}
.icweb_menu_heading_selected {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 18px;
	color: #999;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
	vertical-align: top;
	width: 320px;
	height: auto;
	display: block;	
	padding: 2px;
	border: none;	
	margin: 4px auto 0 12px;		
}

.icweb_menu_with_heading_close {
	text-align: left;
	vertical-align: top;
	width: 320px;
	height: auto;		
	clear:both;
	display: none;	
	overflow:visible;		
	padding: 2px 2px 5px 2px;
	border: none;
	margin: 0 auto 30px 12px;	
}
.icweb_menu_expanded {
	display: block; 
	transform:scaleY(0);
	transform-origin:top;
	overflow:auto;
	animation-name: menu_expand;
    animation-duration: 0.5s;	
	animation-fill-mode: forwards;
}
@keyframes menu_expand {
    from {transform:scaleY(0);opacity:0;}
    to {transform:scaleY(1);opacity:1;}
}

.icweb_menu_with_heading_open {
	text-align: center;
	vertical-align: top;
	width: 320px;
	height: auto;
	display: block;	
	padding: 2px 2px 5px 2px;
	border: none;
	margin: 0 auto 30px 12px;	
	background-color: #FFFFFF;
	
}
.icweb_menu1_btn a, .icweb_menu1_btn a:link, .icweb_menu1_btn a:visited {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 18px;
	color: #ff9c16;
	font-weight: normal;
	text-align: left;	
	text-decoration: none;			
	width: auto;
	height: auto;
	display: block;	
	padding: 4px 0 4px 2px;
	border: none;
	
	margin: 0;				
}
.icweb_menu1_btn a:hover {
	color: orangered;
	text-decoration: none;
	border: none;
	
}
.icweb_menu1_btn_down a {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 18px;
	color: #000;
	text-decoration: none;	
	font-weight: normal;
	text-align: left;	
	width: auto;
	height: auto;		
	display: block;	
	padding: 3px 0 6px 2px;
	border: none;
	
	margin: 0;	
}
/* Menu Level 2*/
.icweb_menu2_btn a, .icweb_menu2_btn a:link, .icweb_menu2_btn a:visited {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 18px;
	color: #ff9c16;	
	font-weight: normal;
	text-align: left;	
	text-decoration: none;		
	width: auto;
	height: auto;
	display: block;	
	padding: 3px 0 4px 2px;
	border: none;			
}
.icweb_menu2_btn a:hover {
	color: orangered;
	text-decoration: none;
	border: none;	
}
.icweb_menu2_btn_down a {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 18px ;
	color: #000;
	text-decoration: none;	
	font-weight: normal;
	text-align: left;	
	width: auto;
	height: auto;		
	display: block;	
	padding: 3px 0 6px 2px;
	border: none;	
	margin: 0;			
}
.icweb_menu1_btn_x a, .icweb_menu1_btn_x a:link, .icweb_menu1_btn_x a:visited {
	font-family: Arial, Helvetica Neue, Tahoma;
	font-size: 18px;
	color: #ff9c16;
	font-weight: normal;
	text-align: left;	
	text-decoration: none;			
	width: auto;
	height: auto;
	display: block;	
	padding: 0 0 4px 2px;
	border: none;
	margin: 0;				
}
.icweb_menu1_btn_x a:hover {
	color: orangered;
	text-decoration: none;		
}