html, body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-weight: 400;
	font-size: 14px;
}
.w{
	color: #383d52;
	font-size: 18px;
	text-align: center;
}
.w a{
	color: #000;
}
.w a:hover{
	color: #333;
}
.w i{
	margin-top: 20px;
}
.logo{
	margin-top: 20px;
}

.logo img{
	max-width: 777px;
	max-height: 200px;
}

.logo img.tunc{
	max-width: 375px;
	max-height: 500px;
}