@font-face {
		font-family: "FontAwesomeBrands";
		scr: url ('fa/fonts/fa-brands-400.ttf') format('truetype'),
			url('fa/fonts/fa-brands-400.woff2') format('woff2');
}
.line {
	width: 100%;
}
a.logo {
  display: block;
	height: 82px;
  background-image: url(../images/t_bg_400.png);
  background-position: center center;
	background-repeat: no-repeat;
  margin: 0 0 0 0;
  opacity: 1;
}
.half {
	width: 49.5%;
	display: inline-block;
	margin: 0 auto 5px auto;
}
a.music {
	display: block;
	width: 223px;
	height: 47px;
	background-image: url(../images/music_b.png);
	background-position: 0px 0px;
	margin: 0 15px 0 0;
	float: right;
	opacity: 0.5;
}
a.music:hover {
	background-position: 0px -47px;
	opacity: 1;
}
a.radio {
	display: block;
	width: 223px;
	height: 47px;
	background-image: url(../images/radio_b.png);
	background-position: 0px 0px;
	margin: 0 0 0 15px;
	float: left;
	opacity: 0.5;
}
a.radio:hover {
	background-position: 0px -47px;
	opacity: 1;
}

input[type="submit" i] {
	color: inherit;
	white-space: pre;
	padding-block: 0px;
	padding-inline: 0px;
	border-width: 0px;
	border-style: none;
	border-color:inherit;
	background-color: inherit;
}

.brands a{
	margin-right: 0;
  margin-left: 5px;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
