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

#skinTop {
		background-image:url('https://i1.ifrype.com/skins/000/000/v12/head_581a06288b33b.png'); /* Galvenes bilde */
		padding-top:230px; /* Galvenes augstums */
	}

#skinFootWrap {
	}

#skinBg {

}

#skinFixed {
}


#skinFoot{
	height:155px; /* Footer bildes pozicija */
		background-image:url('https://i1.ifrype.com/skins/000/000/v12/foot_581a06289679f.png'); /* Footer bilde */
			background-position:center top;
	}

#nologinHeader {
	border-bottom-color:#1b52b7;
}


#menu td a {
	border-top-color:#103869; /* default border */
	border-bottom-color:#103869; /* default border */
	border-left-color:#103869; /* default border */
		background-image:url('https://i1.ifrype.com/skins/000/000/v12/1346721_menu.png');
	    color:#fff; /* default text_color */
	text-shadow: 0 -1px 0 #04234a; /* default text_shadow */
}

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

#menu td.last a {
	border-right: 1px solid #103869; /* default border */
}
#menu td.last a:hover {
	border-right: 1px solid #16193d; /* hover border */
}
#menu td a:hover {
	color:#fff; /* Hover text_color */
	text-shadow: 0 -1px 0 #080a1f; /* Hover text_shadow */
	border-bottom-color:#16193d; /* hover border */
    border-top-color:#16193d;  /* hover border */
	border-left-color:#16193d;  /* hover border */
}
#menu td a:hover .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #04234a);
}
#menu td:hover + td a {
	border-left-color:#16193d;  /* hover border */
}

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

#menu a span.badge.off{
	background-color: #272d6b; /* 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;
};