html, body {
	background:#62ad0b url('https://i8.ifrype.com/skins/000/000/v7/body_59721aa724c82.jpg'); /* Lapas background */
}

#skinTop {
		background-image:url('https://i8.ifrype.com/skins/000/000/v7/head_59721b48b4772.png'); /* Galvenes bilde */
		padding-top:150px; /* Galvenes augstums */
	}

#skinFootWrap {
	}

#skinBg {

}

#skinFixed {
}

	#outermost {
		background-image:url('https://i8.ifrype.com/skins/000/000/v7/content_59721aa71e70f.png');
	}
	
#skinFoot{
	height:220px; /* Footer bildes pozicija */
			background-position:center top;
	}

#nologinHeader {
	border-bottom-color:#62ad0b;
}


#menu td a {
	border-top-color:#3e5e06; /* default border */
	border-bottom-color:#3e5e06; /* default border */
	border-left-color:#3e5e06; /* default border */
		background-image:url('https://i8.ifrype.com/skins/000/000/v7/1384400_menu.png');
	    color:#fff; /* default text_color */
	text-shadow: 0 -1px 0 #284000; /* default text_shadow */
}

#menu td a .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #284000);
}

#menu td.last a {
	border-right: 1px solid #3e5e06; /* default border */
}
#menu td.last a:hover {
	border-right: 1px solid #1b2904; /* hover border */
}
#menu td a:hover {
	color:#fff; /* Hover text_color */
	text-shadow: 0 -1px 0 #060a00; /* Hover text_shadow */
	border-bottom-color:#1b2904; /* hover border */
    border-top-color:#1b2904;  /* hover border */
	border-left-color:#1b2904;  /* hover border */
}
#menu td a:hover .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #284000);
}
#menu td:hover + td a {
	border-left-color:#1b2904;  /* hover border */
}

#menu td.open a:hover, #menu td a:active {
	border-left-color:#3e5e06;
}

#menu a span.badge.off{
	background-color: #3a5708; /* hover gradient_2 */
}

html, body {
background-attachment: fixed;
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}