/*<meta />*/

/* Navigation menus */

ul.navigation > li:nth-child(-n+16)
{
	display: none;
}

ul.navigation > li:nth-child(n+19)
{
	display: none;
}

ul.menu._Skins_SideMenu.mc-component > li:nth-child(-n+16)
{
	display: none;
}

ul.menu._Skins_SideMenu.mc-component > li:nth-child(n+19)
{
	display: none;
}

ul.off-canvas-accordion.vertical.menu.off-canvas-list > li:nth-child(-n+16)
{
	display: none;
}

ul.off-canvas-accordion.vertical.menu.off-canvas-list > li:nth-child(n+19)
{
	display: none;
}

ul.off-canvas-accordion.vertical.menu.off-canvas-list > li:last-child
{
	display: block;
}

ul.navigation > li:last-child
{
	display: block;
	margin-bottom: 14px;
}

/* Tile images */

.image-webcollab
{
	background-image: url('../Images/HTML/home_WebCollab_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-webcollab:hover
{
	background-image: url('../Images/HTML/home_WebCollab_white.svg');
}

.image-webcrm
{
	background-image: url('../Images/HTML/home_WebCRM_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-webcrm:hover
{
	background-image: url('../Images/HTML/home_WebCRM_white.svg');
}

.image-webmanager
{
	background-image: url('../Images/HTML/home_WebManager_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-webmanager:hover
{
	background-image: url('../Images/HTML/home_WebManager_white.svg');
}

.image-webrapports
{
	background-image: url('../Images/HTML/home_WebRapports_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-webrapports:hover
{
	background-image: url('../Images/HTML/home_WebRapports_white.svg');
}

