html, body {
	background:#1f2b39 ; /* Lapas background */
}

#skinTop {
		background-image:url('https://i5.ifrype.com/skins/000/000/v74/head_50810b9834cfb.jpg'); /* Galvenes bilde */
		padding-top:151px; /* Galvenes augstums */
	}

#skinFootWrap {
		background-image:url('https://i5.ifrype.com/skins/000/000/v74/foot_rep_50810b9842554.jpg'); /* Kajenes atkartojuma bilde */
	}

#skinBg {

	background-image:url('https://i5.ifrype.com/skins/000/000/v74/tile_50810b983f62a.jpg');
}

#skinFixed {
}

	#outermost {
		background-image:url('https://i5.ifrype.com/skins/000/000/v74/content_50810b983c5a9.jpg');
	}
	
#skinFoot{
	height:274px; /* Footer bildes pozicija */
		background-image:url('https://i5.ifrype.com/skins/000/000/v74/foot_50810b9838f30.jpg'); /* Footer bilde */
			}

#nologinHeader {
	border-bottom-color:#60738a;
}


#menu td a {
	border-top-color:#29323b; /* default border */
	border-bottom-color:#29323b; /* default border */
	border-left-color:#29323b; /* default border */
		background-image:url('https://i5.ifrype.com/skins/000/000/v74/603366_menu.png');
	    color:#fff; /* default text_color */
	text-shadow: 0 -1px 0 #11171c; /* default text_shadow */
}

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

#menu td.last a {
	border-right: 1px solid #29323b; /* default border */
}
#menu td.last a:hover {
	border-right: 1px solid #45535e; /* hover border */
}
#menu td a:hover {
	color:#fff; /* Hover text_color */
	text-shadow: 0 -1px 0 #283540; /* Hover text_shadow */
	border-bottom-color:#45535e; /* hover border */
    border-top-color:#45535e;  /* hover border */
	border-left-color:#45535e;  /* hover border */
}
#menu td a:hover .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #11171c);
}
#menu td:hover + td a {
	border-left-color:#45535e;  /* hover border */
}

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

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

@keyframes animatedBackground1 {
	from { 
		background-position: 0 0; 
	}
	to { 
		background-position: 1341px 0; 
	}
}

@keyframes animatedBackground2 {
	from {
		background-position: 0 0;
	}
	
	to {
		background-position: -1069px 0; 
	}
}

#myst1 {
	animation: animatedBackground1 30s linear infinite;
}

#myst2 {
	animation: animatedBackground2 30s linear infinite;
}
