html, body {
	background:#a02a30 url('https://i3.ifrype.com/skins/000/000/v5/body_5909d19c93a7c.jpg'); /* Lapas background */
}

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

#skinFootWrap {
	}

#skinBg {

}

#skinFixed {
}


#skinFoot{
	height:250px; /* Footer bildes pozicija */
			background-position:center top;
	}

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


#menu td a {
	border-top-color:#52151e; /* default border */
	border-bottom-color:#52151e; /* default border */
	border-left-color:#52151e; /* default border */
		background-image:url('https://i3.ifrype.com/skins/000/000/v5/1376413_menu.png');
	    color:#fff; /* default text_color */
	text-shadow: 0 -1px 0 #33080f; /* default text_shadow */
}

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

#menu td.last a {
	border-right: 1px solid #52151e; /* default border */
}
#menu td.last a:hover {
	border-right: 1px solid #1a090b; /* hover border */
}
#menu td a:hover {
	color:#fff; /* Hover text_color */
	text-shadow: 0 -1px 0 #000000; /* Hover text_shadow */
	border-bottom-color:#1a090b; /* hover border */
    border-top-color:#1a090b;  /* hover border */
	border-left-color:#1a090b;  /* hover border */
}
#menu td a:hover .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #33080f);
}
#menu td:hover + td a {
	border-left-color:#1a090b;  /* hover border */
}

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

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