body {
	font-family: 'EnoxasLT', Arial, sans-serif;
    background-color: #fff;
    background-image: url(../parama/dizainas/fonasB.jpg)!important;
    background-size: cover;
}
@font-face {
  font-family: EnoxasLT;
  src: url(./Ames-Regular.otf);
}
html {
    height: 100%;
}
.header a {
    display:inline-block;
    margin:0 auto;
}

.header {
    padding-top: 7vh;
}
.header li {
    margin: 0 auto;
    text-align: center;
    max-width: 655px;
    list-style: none;
}

.header li img {
    max-width: 100%;
}

.links a {
    margin: 5px;
    position: relative;
    bottom: 0px;
}
.links {
    text-align: center;
	
}
.links a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    font-size: 12pt !important;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
	
}
.links a:hover {
/*    background: #486875; */
    background: rgba(0, 77, 26, 0.80);
	border-radius: 5px 5px 5px 5px;
    bottom: 6px;
}
.links a p {
    background: rgba(0, 0, 0, 0.63);
	border-radius: 0px 0px 5px 5px;
    margin: 0px;
    padding: 2px;
    position: relative;
}
.links .icon {
    font-size: 5pt;
	border: 1px solid black;
	border-radius: 5px 5px 0px 0px;
    padding: 0px 10px;
    background: rgba(0, 153, 51, 0.65);
/*    background: rgba(103, 151, 171, 0.65); */
}
#page-footer {
    display: none !important;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../failai/enoxas.gif) center no-repeat #000;
	color: #fff;
	
	
}
.center {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 70%;
    left: 50%;
    margin-left: -95px; 
    margin-top: -25px; 
	font-size: 30px;
}​