/*<meta />*/

/* Navigation menu */

ul.navigation > li:nth-child(-n+4)
{
	display: none;
}

ul.navigation > li:nth-child(n+7)
{
	display: none;
}

ul.menu._Skins_SideMenu.mc-component > li:nth-child(-n+4)
{
	display: none;
}

ul.menu._Skins_SideMenu.mc-component > li:nth-child(n+7)
{
	display: none;
}

ul.off-canvas-accordion.vertical.menu.off-canvas-list > li:nth-child(-n+4)
{
	display: none;
}

ul.off-canvas-accordion.vertical.menu.off-canvas-list > li:nth-child(n+7)
{
	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-interface
{
	background-image: url('../Images/HTML/home_interface-2_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-interface:hover
{
	background-image: url('../Images/HTML/home_interface-2_white.svg');
}

.image-parametragePR
{
	background-image: url('../Images/HTML/home_ParametragePR_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-parametragePR:hover
{
	background-image: url('../Images/HTML/home_ParametragePR_white.svg');
}

.image-demandePWS
{
	background-image: url('../Images/HTML/home_SupportWeb_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-demandePWS:hover
{
	background-image: url('../Images/HTML/home_SupportWeb_white.svg');
}

.image-tachesPR
{
	background-image: url('../Images/HTML/home_TachesPR_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-tachesPR:hover
{
	background-image: url('../Images/HTML/home_TachesPR_white.svg');
}

