html, body {
	background:#1666a7 url('https://i8.ifrype.com/skins/000/000/v13/body_56a225c182a07.jpg'); /* Lapas background */
}

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

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

#skinBg {

}

#skinFixed {
}


#skinFoot{
	height:128px; /* Footer bildes pozicija */
			}

#nologinHeader {
	border-bottom-color:#1666a7;
}


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

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

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

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

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