html {
  overflow-y: scroll;
}
body {
	margin:0;
	padding:0;
	font-family: 'Muli', sans-serif;
}

#wrapper{
	width:1280px;
	margin:auto;
	background-color:white;
	color:#454A9B;

}
#scroll{
	 position: fixed; 
    top: 0; 
    width: 100%;
}
#social {
font-size:30px;
width:1280px;
 height:30px;
 background-color:#339049;
  margin-right:200px;
  padding:3px 0 3px 0;
  clear:both;
}

#social p{
float:right;
font-size:20px;
margin-top:0;
margin-right:20px;
}
#social i {
	float:right;
	margin-right:10px;
	text-height:10px;


}
#social a:link,
#social a:visited {
	color:#454A9B;
	text-decoration: none;
	border-bottom:4px solid #FFF; 
}
#social a:hover {
	background-color:#d9cece;
	color:#ff9933
	
}
#social a:active {
	color:#ff9933
}
#header {
	width:1280px;
	height:150px;
	background-color:white;
	
}
#logo {
	float:left;
	
}
#nav {
	float:right;
    margin-top:-16px;
	margin-right:-255px;
}
#nav ul {
	list-style:none;
}
#nav ul li {
	float:right;
	
	
	
}
#nav ul li a{
	text-decoration:none;
	display:block;
	padding:50px 60px 50px 60px;
	transition: 0.5s all ease;
	font-size:20px;
	
}
a:link,
a:visited {
	color:#339049;
	text-decoration: none;
	border-bottom:4px solid #FFF; 
}
a:hover {
	background-color:#d9cece;
	text-decoration: underline;
	color:#454A9B;
	border-bottom:4px solid #454A9B;
}
a:active {
	color:#332223;
	border-bottom:4px solid #454A9B; 
}
#main{
	clear:both;
	width:1280px;
	padding:10px;
	margin-top:190px;
}
#text {
float:left;
width:850px;


}
#vesti{
	float:right;
	width:360px;
	  padding:10px;
}
.news {
	float:left;
	
	    
}
#termini {
	width:400px;
	float:left;
	
}
#termini p{
	font-size:20px;
}


#termini hr {
	margin: -15px 0 -15px 0;
	}
