.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* LANGUAGE SWITCHER */
/* ui-dropdown-list */


.lang-change{
font-style:normal
}

.ui-dropdown-list {
   position: relative;
   box-sizing:content-box;
    
}

p.ui-dropdown-list-trigger {
   margin-top: 0;

}

.ui-dropdown-list-trigger strong {
	position: relative;
   z-index: 999;
         box-sizing:content-box;
}

.ui-dropdown-list-trigger strong:after {
	display: block;
	position: absolute;
	/*content: '';*/
       content: url(1251.svg);
	right: 0px;
	top: 0px;
	width: 25px;
	height: 25px;



}

.ui-dropdown-list-trigger strong,
.ui-dropdown-list ul a {
	display: block;
	width: 25px;
	cursor: pointer;
	padding: 2px 20px 0px 0px;
	font-size: 13px;
	line-height: 13px;
	color: #333;
   font-weight: normal;
background-color:#fff;
   border-radius: 5px;
   text-decoration:none;
               box-sizing:content-box;
}

.ui-dropdown-list ul {
	display: none;
	position: absolute;
	right: 0;
	top: 18px;
   margin-top: 0;
   margin-right:-2px;
	padding: 0;
   z-index: 1000;
    -moz-border-radius:3px;
	-webkit-border-radius:3px;
   border-radius:3px;
  
   padding:1px
}

.ui-dropdown-list li {
	list-style-type: none;
}

.ui-dropdown-list ul a,
.ui-dropdown-list ul a:link,
.ui-dropdown-list ul a:visited {
   position: relative;
   display: block;
   float: right;
   background-color: #fff;
   color:#333;
}

.ui-dropdown-list ul a:hover,
.ui-dropdown-list ul a:focus {
   border-bottom: none;
   background-color: #fff;
   color: #333;
}

/* JS interactivity */
.no-js .ui-dropdown-list ul,
.ui-dropdown-list.active ul {
	display: block;
}

.ui-dropdown-list.active strong {
   background-color: #fff;
   color: #333;

}

.ui-dropdown-list.active strong:after {
	border-top-color: #333;
}


#lang-switcher strong {
   float: right;
}


@media screen and (max-width:770px) {

.ui-dropdown-list ul a {

	padding: 6px 20px 0px 0px;

    }

}
