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

#skinTop {
		background-image:url('https://i4.ifrype.com/skins/000/000/v13/head_5555ef56ca3e2.png'); /* Galvenes bilde */
		padding-top:185px; /* Galvenes augstums */
	}

#skinFootWrap {
	}

#skinBg {

}

#skinFixed {
}


#skinFoot{
	height:270px; /* Footer bildes pozicija */
		background-image:url('https://i4.ifrype.com/skins/000/000/v13/foot_5555ed0bf2efb.png'); /* Footer bilde */
			}

#nologinHeader {
	border-bottom-color:#d7addc;
}


#menu td a {
	border-top-color:#866f8c; /* default border */
	border-bottom-color:#866f8c; /* default border */
	border-left-color:#866f8c; /* default border */
		background-image:url('https://i4.ifrype.com/skins/000/000/v13/1244008_menu.png');
	    color:#fff; /* default text_color */
	text-shadow: 0 -1px 0 #674c6e; /* default text_shadow */
}

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

#menu td.last a {
	border-right: 1px solid #866f8c; /* default border */
}
#menu td.last a:hover {
	border-right: 1px solid #725b78; /* hover border */
}
#menu td a:hover {
	color:#fff; /* Hover text_color */
	text-shadow: 0 -1px 0 #533b59; /* Hover text_shadow */
	border-bottom-color:#725b78; /* hover border */
    border-top-color:#725b78;  /* hover border */
	border-left-color:#725b78;  /* hover border */
}
#menu td a:hover .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #674c6e);
}
#menu td:hover + td a {
	border-left-color:#725b78;  /* hover border */
}

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

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

 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;
};