[LIST=1]
[*]#topMenu {
[*]background-color: rgba(45, 45, 45, 1);
[*]height: 100%;
[*]position: fixed;
[*]}
[*]#topMenu {
[*]max-width: 45px;
[*]}
[*]#pageHeader ul.userPanelItems {
[*]position: relative;
[*]top: 50px;
[*]height: auto;
[*]margin-left: 5px;
[*]z-index: 200;
[*]background-color: rgba(0,0,0,0);
[*]}
[*].userPanelItems > li > a {
[*]display: block!important;
[*]height: auto;
[*]}
[*]#pageHeader .userPanel > div > ul.userPanelItems > li {
[*]float: none;
[*]}
[*].userPanelItems > li > a > span:nth-child(2) {
[*]display: none;
[*]}
[*].userPanel > div > ul.userPanelItems > li > a:hover, .userPanel > div > ul.userPanelItems > li > div:hover:not(.dropdownMenu) {
[*]background-color: rgba(0,0,0,0);
[*]text-decoration: none;
[*]}
[*].userPanel > div > ul.userPanelItems > li > .framed > img {
[*]left: -4px;
[*]border-radius: 25px;
[*]}
[*]/* --------------------------------- Login */
[*]#userLogin a::before {
[*]color: #fff;
[*]content: "";
[*]font-family: FontAwesome;
[*]font-size: 2rem;
[*]}
[*]#userLogin a {
[*]overflow: hidden;
[*]}
[*]#userLogin a:not(.icon) {
[*]color: rgba(0, 0, 0, 0);
[*]}
[*]#pageLanguageContainer-languageChooser .box24 div h3 {
[*]display: none;
[*]}
[*]#pageLanguageContainer-languageChooser .iconFlag {
[*]top: 7px;
[*]left: -6px;
[*]position: relative;
[*]border-radius: 25px
[*]}
[*]/* --------------------------------- Searchbar */
[*].userPanel > div > .searchBar {
[*]position: absolute;
[*]top: 10px;
[*]left: 5px;
[*]background-color: rgba(0,0,0,0);
[*]}
[*].userPanel > div > .searchBar::before {
[*]color: #ffffff;
[*]content: "";
[*]font-family: FontAwesome;
[*]font-size: 14px;
[*]left: 10px;
[*]position: absolute;
[*]top: 12px;
[*]}
[*].userPanel > div > .searchBar > form input[type="search"] {
[*].transition(all, .2s);
[*]width: 36px;
[*]padding: 6px 10px 5px 26px;
[*]}
[*].userPanel > div > .searchBar > form input[type="search"]:hover,
[*].userPanel > div > .searchBar > form input[type="search"]:focus {
[*].transition(all, .2s);
[*]width: 240px;
[*]background-color: #2D2D2D;
[*]}
[*].userPanel {
[*]overflow: visible;
[*]}