﻿@charset "utf-8";
/* CSS Document */





.languagedd-link {
	display: none;
	float: right;
	text-decoration: none;
	padding: 19px 30px;
	font-size: 1.4rem;
	
}
.languagedd {
    /*float: right;*/
    display:inline-block;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.languagedd ul { 
	padding: 0px;   /* Padding for top bar ......................................................*/ 
	/*height:100px;   Height of top bar......................................................*/
	margin: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
}
.languagedd > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #fff;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.languagedd ul:after {
	content: ""; clear: both; display: block;
}
.languagedd ul li {
	padding: 0px;
}
.languagedd > ul > li { 
	display: inline-block;
}
    .languagedd ul li a {
        display: block;
        text-decoration: none;
        font-family: "NexaRegular", "Microsoft YaHei UI";
        font-size: 1.4rem;
        color: #fff;
        font-weight: 500;
        margin-left: 5px;
    }

    .languagedd ul li a:hover {
        color: #FBD908; /*  mouseover colour main link NEED TO CHANGE SAME AS MOBILE ............................................*/
    }	

.languagedd_pos ul ul
{
    top:auto !important;
    bottom:28px !important;
    border-top: 1px solid #ccc;
}

.languagedd ul ul { 
	display: none;
	z-index: 100;
	position: absolute; 
	top:26px;
	background-color: #fff;  /* Border Colour....................................................................*/ 
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-left: -1px;
	
}
.languagedd ul li:hover > ul {
	display: block;
}
.languagedd ul ul > li {
	position: relative;
}
.languagedd ul ul > li a {
	height: auto;
	text-align: right;
	color:#333;    /* Dropdown text colour......................................................................................*/
	background-color: none;   /* Dropdown background colour.............................................*/
	-webkit-transition: background-color 0.2s ease-out;  
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out; 
}
.languagedd ul ul > li a:hover {
	background-color: none;  /* Dropdown background mouseover colour.............................................*/
	color: #ccc;
}
.languagedd ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}


