/* @group contact form */ 
.form-input-field {
	width: 85%;	
	 transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);	
	-o-transform: scale(1.0);		
	transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-webkit-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
.form-input-field:hover {
	transition: all 0.22s linear;
	-moz-transition: all 0.22s linear;
	-webkit-transition: all 0.22s linear;
	-o-transition: all 0.22s linear;
}
.form-input-field:focus {
    width: 90%;       
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);	 	
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;	
	-o-transition: all 0.25s ease-in-out;	
} 
/* @end */

/* @group Toolbar sidebar */
#navcontainer2 ul a:hover {	
	padding-left: 25px;	
}
#navcontainer2 ul ul a:hover {}
#navcontainer2 ul ul ul a:hover {
	text-indent: 20px;
}
#navcontainer2 ul ul ul ul a:hover {
	text-indent: 35px;
}
#navcontainer2 ul ul ul ul ul a:hover {
	text-indent: 45px;
}
/* @end */

/* @group ssitemap */
.rw-sitemap ul li {
	 transition: All 0.23s linear;
	-webkit-transition: All 0.23s linear;
	-moz-transition: All 0.23s linear;
	-o-transition: All 0.23s linear;
	}
.rw-sitemap ul li:hover {
	  transition: All 0.13s linear;
	-webkit-transition: All 0.13s linear;
	-moz-transition: All 0.13s linear;
	-o-transition: All 0.13s linear;}
/* color by colortag - border */
.rw-sitemap ul ul li {	
	transition: All 0.30s linear;	
	-webkit-transition: All 0.30s linear;	
	-moz-transition: All 0.30s linear;	
	-o-transition: All 0.30s linear;		
		margin-right: 0;
	margin-left: 0;
}
.rw-sitemap ul ul li:hover {	
	transition: All 0.13s linear;
	-webkit-transition: All 0.13s linear;
	-moz-transition: All 0.13s linear;
	-o-transition: All 0.13s linear;
	margin-right: 3px;
	margin-left: 3px;
}
.rw-sitemap ul ul ul li li{	
	transition: All 0.55s linear;	
	-webkit-transition: All 0.55s linear;	
	-moz-transition: All 0.55s linear;	
	-o-transition: All 0.55s linear;		
}
.rw-sitemap ul ul ul ul li{	
	transition: All 0.85s linear;	
	-webkit-transition: All 0.85s linear;	
	-moz-transition: All 0.85s linear;	
	-o-transition: All 0.85s linear;	
}
.rw-sitemap ul ul ul ul ul li{	
	transition: All 0.99s linear;	
	-webkit-transition: All 0.99s linear;	
	-moz-transition: All 0.99s linear;	
	-o-transition: All 0.99s linear;	
}
/* ----- */
.rw-sitemap ul li:hover{
	transition: All 0.13s linear;
	-webkit-transition: All 0.13s linear;
	-moz-transition: All 0.13s linear;
	-o-transition: All 0.13s linear;
}
/* @end */