@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {
	background: #fff;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Lato', Arial, sans-serif;
}

a, button {
	outline: none;
}

a {
	color: #000;
	text-decoration: none;
	font-weight:regular;
}

a:hover, a:focus {
	color: #d5d5d5;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
 
.clearfix:after {
	clear: both;
}


.related {
	text-align: center;
	font-size: 1.5em;
}

/* To Navigation Style */
.top{
	width: 100%;
	text-transform: uppercase;
	z-index:999;
}

#logo{
position:fixed;
display:block;
margin:10px 0px 0px 15px;
left:0px;
top:0px;
width:245px;
height:50px;
z-index:999;
}

#logo:hover{
position:fixed;
display:block;
margin:10px 0px 0px 15px;
left:0px;
top:0px;
width:245px;
height:50px;
opacity:0.1;
}

.but{
position:fixed;
margin:10px 10px 0px 0px;
right:-10px;
top:15px;
width:80px;
height:20px;
z-index:990;
line-height:16px;
display:inline;
}

.but2{
position:fixed;
margin:10px 10px 0px 0px;
right:80px;
top:15px;
width:80px;
height:20px;
z-index:990;
line-height:16px;
display:inline;
}

.footer{
position:relative;
display:block;
width:100%;
text-align:center;
color:black;
font-size:16px;
font-family: 'Lato', Arial, sans-serif;
bottom:25px;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait)
{
a.but
{
position:absolute;
margin:10px 0px 0px 80px;
left:0px;
top:55px;
width:80px;
height:20px;
z-index:990;
line-height:16px;
display:inline;
text-decoration:none;
}

a.but2
{
position:absolute;
margin:10px 0px 0px 170px;
left:0px;
top:55px;
width:80pxpx;
height:20px;
z-index:990;
line-height:16px;
display:inline;
text-decoration:none;
}

li {display:inline;}

#logo{
position:absolute;
display:block;
margin:10px 0px 0px 40px;
left:0px;
top:0px;
width:100px;
height:21px;
z-index:999;
}

}
