html, body {
	background:#FFF url('https://i0.ifrype.com/skins/000/000/v6/body_594ab0c794ef2.jpg'); /* Lapas background */
}

#skinTop {
		background-image:url('https://i0.ifrype.com/skins/000/000/v6/head_594ab21146aef.png'); /* Galvenes bilde */
		padding-top:130px; /* Galvenes augstums */
	}

#skinFootWrap {
		background-image:url('https://i0.ifrype.com/skins/000/000/v6/foot_rep_594ab2116afe9.png'); /* Kajenes atkartojuma bilde */
	}

#skinBg {

}

#skinFixed {
}


#skinFoot{
	height:300px; /* Footer bildes pozicija */
		background-image:url('https://i0.ifrype.com/skins/000/000/v6/foot_594ab250b0ba1.png'); /* Footer bilde */
			background-position:center top;
	}

#nologinHeader {
	border-bottom-color:#568f26;
}


#menu td a {
	border-top-color:#2b4011; /* default border */
	border-bottom-color:#2b4011; /* default border */
	border-left-color:#2b4011; /* default border */
		background-image:url('https://i0.ifrype.com/skins/000/000/v6/1381367_menu.png');
	    color:#fff; /* default text_color */
	text-shadow: 0 -1px 0 #152106; /* default text_shadow */
}

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

#menu td.last a {
	border-right: 1px solid #2b4011; /* default border */
}
#menu td.last a:hover {
	border-right: 1px solid #152106; /* hover border */
}
#menu td a:hover {
	color:#fff; /* Hover text_color */
	text-shadow: 0 -1px 0 #020300; /* Hover text_shadow */
	border-bottom-color:#152106; /* hover border */
    border-top-color:#152106;  /* hover border */
	border-left-color:#152106;  /* hover border */
}
#menu td a:hover .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #152106);
}
#menu td:hover + td a {
	border-left-color:#152106;  /* hover border */
}

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

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

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