/* @group Sitemap animation */
.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.50s 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: 5px;
	margin-left: 3px;
}
.rw-sitemap ul ul ul li li{	
	transition: All 0.65s linear;	
	-webkit-transition: All 0.65s linear;	
	-moz-transition: All 0.65s linear;	
	-o-transition: All 0.85s linear;		
}
.rw-sitemap ul ul ul ul li{	
	transition: All 0.85s linear;	
	-webkit-transition: All 0.85ss linear;	
	-moz-transition: All 0.85ss linear;	
	-o-transition: All 0.85s linear;	
}
.rw-sitemap ul ul ul ul ul li{	
	transition: All 1.05s linear;	
	-webkit-transition: All 1.05s linear;	
	-moz-transition: All 1.05s linear;	
	-o-transition: All 1.05s linear;	
}
.rw-sitemap ul li:hover{
	list-style-image: url(../../images/elements/png/sitemap_right_2.png);	
}

/* @end */

/* @group contact for animation */ 

.form-input-field {	
    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;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);	
}
.form-input-field:focus {
 	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);		
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;	
	-o-transition: all 0.30s ease-in-out;	
	position: relative;
	z-index: 3;
}

/* @end */

/* @group toolbar */

#navcontainer a:hover {
	margin-left: 2px;
	margin-right: 2px;
}
#navcontainer ul ul a:hover{
}
/* @end */