@font-face {
	font-family: 'conv_nsd';
	src: url('https://ds-servers.com/fonts/nsd.eot');
	src: url('https://ds-servers.com/fonts/nsd.eot?#iefix') format('embedded-opentype'),
		url('https://ds-servers.com/fonts/nsd.woff2') format('woff2'),
		url('https://ds-servers.com/fonts/nsd.woff') format('woff'),
		url('https://ds-servers.com/fonts/nsd.ttf') format('truetype'),
		url('https://ds-servers.com/fonts/nsd.svg#nsd') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_FuturaCondencedNormal';
	src: url('https://ds-servers.com/fonts/FuturaCondencedNormal.eot');
	src: local('☺'), url('https://ds-servers.com/fonts/FuturaCondencedNormal.woff') format('woff'),
	url('https://ds-servers.com/fonts/FuturaCondencedNormal.ttf') format('truetype'),
	url('https://ds-servers.com/fonts/FuturaCondencedNormal.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

#dsn_topline
{
	background-image: url("https://dsn.host/img/textr1.png");
    box-shadow: 0 0 30px rgb(0, 0, 0);
    height: 32px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	text-align: center;
}

#dsn_topline .dsn_logo
{
	font-family: 'conv_nsd';
	font-size: 32px;
	color: #82b4ff;
}

#dsn_topline .dsn_btn
{
	font-family: 'Conv_FuturaCondencedNormal';
	font-size: 24px;
	color: #82b4ff;
}

body
{
	padding-top: 32px;
}


#dsn_topline li
{
    display: inline-block;
    /* float: left; */
    line-height: 32px;
    list-style: outside none none;
    /* vertical-align: baseline; */
	padding-left: 10px;
	vertical-align: top;
}


#dsn_topline ul
{
    line-height: 32px;
    margin: 0;
    padding: 0;
}

#dsn_topline a
{
	color: inherit!important;
	border-bottom: none;
	text-decoration: none;
}

@media (max-device-width: 640px) {
	li.dsn_btn:nth-child(2) {
		display: none!important;
	}
}
@media (max-device-width: 520px) {
	li.dsn_btn:nth-child(3) {
		display: none!important;
	}
}
@media (max-device-width: 400px) {
	li.dsn_btn:nth-child(4) {
		display: none!important;
	}
}
