html, body {
	background:#f4405b url('https://i2.ifrype.com/skins/000/000/v7/body_571a0966d9c7b.png'); /* Lapas background */
}

#skinTop {
		background-image:url('https://i2.ifrype.com/skins/000/000/v7/head_571a0966c7065.png'); /* Galvenes bilde */
		padding-top:110px; /* Galvenes augstums */
	}

#skinFootWrap {
	}

#skinBg {

}

#skinFixed {
}


#skinFoot{
	height:250px; /* Footer bildes pozicija */
		background-image:url('https://i2.ifrype.com/skins/000/000/v7/foot_571a0966cdbb6.png'); /* Footer bilde */
			}

#nologinHeader {
	border-bottom-color:#5265ac;
}


#menu td a {
	border-top-color:#2c3b5c; /* default border */
	border-bottom-color:#2c3b5c; /* default border */
	border-left-color:#2c3b5c; /* default border */
		background-image:url('https://i2.ifrype.com/skins/000/000/v7/1307855_menu.png');
	    color:#fff; /* default text_color */
	text-shadow: 0 -1px 0 #17233d; /* default text_shadow */
}

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

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

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

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