/*
 * Melbourne font curtesy of: http://26plus-zeichen.de/fonts/melbourne/
 */
/*
@font-face {
    font-family: 'melbourne';
    src: url('fonts/melbourne_bold-webfont.eot');
    src: url('fonts/melbourne_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/melbourne_bold-webfont.woff') format('woff'),
         url('fonts/melbourne_bold-webfont.ttf') format('truetype'),
         url('fonts/melbourne_bold-webfont.svg#MelbourneBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'melbourne';
    src: url('fonts/melbourne_regular-webfont.eot');
    src: url('fonts/melbourne_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/melbourne_regular-webfont.woff') format('woff'),
         url('fonts/melbourne_regular-webfont.ttf') format('truetype'),
         url('fonts/melbourne_regular-webfont.svg#MelbourneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 */

/* HTML5 Boilerplate Reset Code ========================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
    font-family: sans-serif;
    color: #222;
}

::-moz-selection {
    background: #b2b2b2;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #b2b2b2;
    color: #fff;
    text-shadow: none;
}

a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

a:hover {
    outline: 0;
}

a:focus {
    outline: thin dotted;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

p {
    margin: 0;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 0;
    padding: 0;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

li {
    list-style: inside none;
}

table button, table input {
    *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* change here ================================================== */
html {
    height: 100%;
    background: #000;
}

body {
    font: 14px/14px melbourne;
}

#main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#main-header .bg-sapce {
    width: 100%;
    padding: 15px 20px;
}

#main-header .bg-sapce #logo  {
    margin-right: 10px;
    margin-top: 80px;
    overflow:hidden;
}

#main-header .bg-sapce .content-space {
    margin: 0 auto;
    padding: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

#mainfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9600;
    background: #000;
    opacity: 0.7;
}

#mainfooter .content-space {
    padding-left: 10px;
}

#mainfooter .onright {
    float: right;
    padding-left: 10px;
    display: block;
}

#galleryspace {
    top: 0px;
}

#galleryspace figure {
    display: none;
    position: relative;
    background: #000;
}

#galleryspace figure img {
    position: absolute;
    top: 0;
    left: 0;
}

#galleryspace figure.active {
    display: block;
    z-index: 9000;
    top: 0;
    left: 0;
}

#galleryspace figure.active figcaption {
    position: fixed;
    top: 85%;
    display: block;
    color: #000;
    width: 100%;
    text-transform: uppercase;
}

#galleryspace figure figcaption p {
    width: 60%;
    margin: 0px auto;
    text-align: center;
    font-weight: bold;
}

#btn_prev, #btn_next {
    cursor: pointer;
    height: 133px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 40%;
    width: 66px;
    z-index: 9150;
}

#btn_prev {
    left: 0;
}

#btn_next {
    right: 0;
    background-position: 0 -133px;
}

#btn_next:hover {
    right: 0;
    background-position: -66px -133px;
}

#btn_prev:hover {
    background-position: -66px 0px;
    left: 0;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9200;
}

#loading p {
    color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #b2b2b2;
}

/* menus ======================================= */
.menu {
    float: left;
    margin: 0;
    padding: 0;
}

.menu li a, .menu li {
    float: left;
    text-transform: uppercase;
}

.menu li {
    position: relative;
    padding: 5px 10px;
}

.menu li a {
    padding: 3px 5px;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 0 2px #444;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}

.menu li span {
    line-height: 21px;
    font-weight: bold;
    padding: 3px 5px;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 0 2px #444;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}
#logo{
    /*background-color:#000;*/
    width:15%;
    max-width: 160px;
    min-width: 90px;
    top:0;
    margin-left:15%;
    text-align:center;
    padding-top:40px;
    padding-bottom:20px;
    opacity:0.8;
    position:absolute;
    z-index:23423444;
    /*-moz-box-shadow: 5px 5px 5px #000;
    -webkit-box-shadow: 5px 5px 5px #000;
    box-shadow: 5px 5px 5px #000;*/
}
#logo img{
    position:relative;
    width:80%;
    height:auto;
    opacity:1.5;
}
.menu li a:hover {
    background: #000;
}

.menu li ul {
    display: none;
    left: 0;
    position: absolute;
    bottom: 100%;
}

.menu li:hover ul {
    display: block;
    width: 140px;
}

.menu li ul a {
    white-space: pre;
}

.menu li ul a:hover {
    background: #b2b2b2;
}

#about {
    position: relative;
    z-index:2000000;
    padding: 4px;
    width:136px;
    float: left;
}
#about span{
    font-size:18px;
}

div.count {
    color: #fff;
    float: left;
    padding: 3px 5px;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 0 2px #444;
    font-weight: bold;
}

#realBody {
    position: absolute;
    z-index: 9100;
    overflow: auto;
    height: 100%;
    width: 100%;
    background: url('imgs/raster.png');
    opacity: 0.5;
}

#about{
	display:none;
}

#about:hover {
    background-color: #666666;
    cursor: pointer;
}

#abouttext {
    display:none;
    position:relative;
    z-index:100000;
    background-color: #b2b2b2;
    height: 300px;
    text-align: center;
    font-family: Arial;
    font-size:12px;
    font-weight:normal;
    text-transform: none;
    width:100%;
}
.highlight{
    background-color: #b2b2b2;
    width: 50px;
}
































