
.top-banner .top-navigation {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 1000;
    flex-wrap: wrap;
}

.top-navigation__social__link {
  	margin-right: 40px;
  	opacity: 0.7;
  	transition: opacity 0.3s;
}

.top-navigation__social_discord {
  	transform: translateY(2px);
}

.top-navigation__social__link:hover {
  	opacity: 1;
}

.top-navigation__home {
    margin-right: 40px;
    cursor: pointer;
    font-size: 18px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.top-navigation__home__icon {
    margin-right: 10px;
}

.top-navigation__home__text {
    color: white;
}

.top-navigation__home:hover{
    opacity: 1;
}

.top-navigation__home:hover .top-navigation__home__text {
  color: white;
}

.top-navigation__language a {
    color: white;
    opacity: 0.7;
    font-size: 18px;
    transition: opacity 0.3s;
}

.top-navigation__language:hover a {
    opacity: 1;
}

/****************DROPDOWM********************/
[id*=dropdown].ipsMenu {
  	border-radius: 0;
  	border: 0;
  	background: rgba(0, 0, 0, 0.6);
}

.ipsMenu.ipsMenu_bottomCenter[id*=dropdown] {
    margin-top: 28px;
}

a[id*=dropdown] {
  min-width: 130px;
  justify-content: start;
}

.ipsMenu_item {
    color: #303030;
    padding: 4px 12px;
    cursor: pointer;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0;
    text-decoration: none;
    transition: all .3s;
}

[id*=dropdown] .ipsMenu_item:hover .ipsButton_link {
    color: #ffffff;
}

[id*=dropdown] .ipsMenu_item.active .ipsButton_link {
  	color: #ffffff;
  	font-weight: 700;
}

#dropdown .ipsFlag {
  margin-right: 8px;
}

[id*=dropdown] .ipsMenu_item {
  padding: 0;
}

[id*=dropdown] .ipsMenu_item .ipsButton_link {
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #cccccc;
  line-height: 1; 
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: color 0.3s;
}

[id*=dropdown].ipsMenu:before,
[id*=dropdown].ipsMenu:after {
  display: none !important;
}

.flag-icon,
[id*=dropdown] .ipsFlag {
	display: block;
    width: 25px;
    height: 32px;
    margin: -2px 8px 0 0; 
}

.flag-icon-de,
[id*=dropdown] .ipsFlag.ipsFlag-de {
	background: url(//ips4-wowslegends-global.gcdn.co/pages_media/7_de_lang.png) center no-repeat;
  	background-size: contain;
}

.flag-icon-jp,
[id*=dropdown] .ipsFlag.ipsFlag-jp {
	background: url(//ips4-wowslegends-global.gcdn.co/pages_media/7_ja_lang.png) center no-repeat;
  	background-size: contain;
}

.flag-icon-fr,
[id*=dropdown] .ipsFlag.ipsFlag-fr {
	background: url(//ips4-wowslegends-global.gcdn.co/pages_media/7_fr_icon.png) center no-repeat;
  	background-size: contain;
}

.flag-icon-ru,
[id*=dropdown] .ipsFlag.ipsFlag-ru {
	background: url(//ips4-wowslegends-global.gcdn.co/pages_media/7_ru_icon.png) center no-repeat;
  	background-size: contain;
}

.flag-icon-us,
[id*=dropdown] .ipsFlag.ipsFlag-us {
	background: url(//ips4-wowslegends-global.gcdn.co/pages_media/7_en_lang.png) center no-repeat;
  	background-size: contain;
}

@media screen and (max-width: 1560px) {
  .top-banner a[id*=dropdown] {
    min-width: auto;
  }
}

@media screen and (max-width: 600px) {
  .top-banner .top-navigation {
    right: auto;
    width: 100%;
    padding: 0 16px;
    text-align: center;
  }
  
  .top-navigation__home__icon {
    margin-right: 0;
  }
  
  .top-banner .top-navigation > div {
    margin-bottom: 10px;
  }
  
  .top-navigation__social__link,
  .top-navigation__home {
    margin-right: 20px;
  }
  
  [id*=dropdown].ipsMenu {
  	background: rgba(0, 0, 0, 0.8);
  }
  
  a[id*=dropdown] {
  	min-width: auto;
  }
  
  .top-navigation__home__text span,
  .top-navigation a[id*=dropdown] > span {
    /*display: none;*/
  }
  
  section.mainview .ipsButton {
   	width: 95%;
    line-height: 58px;
    padding: 5px 0;
    box-shadow: none;
  }
}


