@import url(http://fonts.googleapis.com/css?family=Inconsolata);


body{
     font-family: 'roboto', ;
     font-weight: 300;
	 background-color
}


.gf-menu .item{
   font-family: 'Roboto', ;
    font-weight: normal;
    
}
/*.gf-menu li:hover > .item{
   color:  yellow !important;
}*/

#rt-top-surround #rt-header .logo-block a#rt-logo {
  margin-bottom: 7px;
}
#rt-top-surround #rt-header .logo-block a#rt-logo {
  margin-bottom: 7px;
  width:430px;
  margin-top: 7px;
}

	.gf-menu.l1 > li > .item {
    font-size: 24px;
   
}
.rt-block {
    margin:0;
	padding:1px;
}

.gf-menu.l1 > li > .item {
    padding-left:10px;
    padding-top: 60px;
    padding-bottom: 7px;
}
a, ul.menu li .separator {
  color: #ffffff;
}

/*cookies*/
.jb.black {
	color: #ffffff !important;
}
.jb.accept.blue {
	background: #FEFE3B !important;
}
.jb.cookie h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	line-height: 25px;
	color: #ffffff;
}
.jb.accept {
	cursor: pointer;
	font-size: 14px;
	margin: 5px auto;
	min-width: 100px;
	padding: 4px 12px;
	border-radius: 4px;
	text-shadow: 1px 1px 0 #fff;
	color: black;
	background-image: -webkit-linear-gradient(#0089F2 0%, #0072ca 100%);
	background-image: -moz-linear-gradient(#0089F2 0%, #0072ca 100%);
	background-image: -o-linear-gradient(#0089F2 0%, #0072ca 100%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0089F2), to(#0072ca));
	background-image: linear-gradient(#0089F2 0%, #0072ca 100%);
	float: none !important;
}