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

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

#skinFootWrap {
	}

#skinBg {

}

#skinFixed {
}


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

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


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

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

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

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

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

html, body {
background-attachment: fixed;
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}