﻿@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------- */
/* "Polyglot" Language Switcher
/* ----------------------------------------------------------------------
Version: 1.4
Author: Ixtendo
Author URI: http://www.ixtendo.com
License: MIT License
License URI: http://www.opensource.org/licenses/mit-license.php
------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* ----------------------------------------------------------------------
-Generic
-JS-created Code
------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* Generic
/* ---------------------------------------------------------------------- */


#polyglotLanguageSwitcher, #polyglotLanguageSwitcher *
{
	margin: 0;
	padding: 0;
	outline: none;
}

#polyglotLanguageSwitcher ul
{
	list-style: none;
}

#polyglotLanguageSwitcher
{
	margin: 5px 0 5px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: normal;
	position: relative; /* sets the initial position for the drop-down menu */
	z-index: 100;
}

#polyglotLanguageSwitcher select
{
	display: none;
}

/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher a
{
	text-decoration: none;
	display: block;
	padding: 6px 6px 6px 37px; /*padding: 0.5em 6px 0.5em 28px;  6px 6px 6px 28px */
	color: #444;
	width: 5.5em; /* 84px; total width: 120px */
	background-repeat: no-repeat;
	background-position: 6px center;
}

#polyglotLanguageSwitcher a:hover
{
	color: #000;
}

#polyglotLanguageSwitcher a.current:link,
#polyglotLanguageSwitcher a.current:visited,
#polyglotLanguageSwitcher a.current:active
{
	position: relative; /* sets the initial position for the trigger arrow */
	background-color: none;
	border-radius: 3px;
	height: 25px; /* 15px */
}

#polyglotLanguageSwitcher a.current:hover
{
}

#polyglotLanguageSwitcher ul.dropdown li:hover
{
	background-color: #F7F7F7;
}

#polyglotLanguageSwitcher a.active
{ /* This style is applied as long as the drop-down menu is visible. */
	border-bottom: none !important;
	border-radius: 3px 3px 0 0 !important;
}

#polyglotLanguageSwitcher span.trigger
{
	display: block;
	position: absolute;
	width: 9px;
	height: 5px;
	text-indent: -10000em;
	top: 1em; /* 6px */
	right: 6px;
}

#polyglotLanguageSwitcher a.current:link span.trigger, #polyglotLanguageSwitcher a.current:visited span.trigger
{
	background: url(../images/arrow-down.gif) no-repeat left top;
}

#polyglotLanguageSwitcher a.current:hover span.trigger, #polyglotLanguageSwitcher a.current:active span.trigger, #polyglotLanguageSwitcher a.active span.trigger
{
	background-position: left bottom !important;
}

/* Drop-Down Menu */

#polyglotLanguageSwitcher ul.dropdown
{
	display: none;
	position: absolute;
	top: 2.333em; /* 28px */
	left: 0;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-top: none !important;
	border-radius: 0 0 3px 3px;
}

#polyglotLanguageSwitcher ul.dropdown li
{
	border-top: 1px dotted #D4D4D4;
}

#polyglotLanguageSwitcher ul.dropdown li:last-child
{
	border-radius: 0 0 3px 3px;
}

/* Flags */

#en_GB
{
	background-image: url(../images/en-GBR.png);
	width: 24px;
	height: 25px;
}

#it_IT
{
	background-image: url(../images/it-IT.png);
	width: 24px;
	height: 25px;
}

#de_DE
{
	background-image: url(../images/de-DE.png);
	width: 24px;
	height: 25px;
}

#ja_JP
{
	background-image: url(../images/ja-JP.png);
	width: 24px;
	height: 25px;
}

#zh_CN
{
	background-image: url(../images/zh-CN.png);
	width: 24px;
	height: 25px;
}

@media screen and (max-width: 768px)
{
	#polyglotLanguageSwitcher a
	{
		width:1em;
	}

	#en_GB .trigger,
	#en_GB .flag,
	#en_GB .flag-option
	{
		display:none !important;
	}

	#it_IT .trigger,
	#it_IT .flag,
	#it_IT .flag-option
	{
		display:none !important;
	}

	#de_DE .trigger,
	#de_DE .flag,
	#de_DE .flag-option
	{
		display:none !important;
	}

	#ja_JP .trigger,
	#ja_JP .flag,
	#ja_JP .flag-option
	{
		display:none !important;
	}

	#zh_CH .trigger,
	#zh_CH .flag,
	#zh_CH .flag-option
	{
		display:none !important;
	}
}

@media screen and (min-width: 768px)
{
	#polyglotLanguageSwitcher a
	{
		width:5.8em;
	}

	#en_GB .trigger,
	#en_GB .flag,
	#en_GB .flag-option
	{
		display:block !important;
	}


	#it_IT .trigger,
	#it_IT .flag,
	#it_IT .flag-option
	{
		display:block !important;
	}

	#de_DE .trigger,
	#de_DE .flag,
	#de_DE .flag-option
	{
		display:block !important;
	}

	#ja_JP .trigger,
	#ja_JP .flag,
	#ja_JP .flag-option
	{
		display:block !important;
	}

	#zh_CH .trigger,
	#zh_CH .flag
	#zh_CH .flag-option
	{
		display:block !important;
	}
}

@media screen and (min-width: 992px)
{
}

@media screen and (min-width: 1200px )
{
}
