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

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

#skinFootWrap {
	}

#skinBg {

}

#skinFixed {
}


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

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


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

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

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

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

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