﻿@charset "utf-8";
html {
	height: 100%;
}
body {
	background-color: #000;
	display: none;
	font-family: 'Source Sans Pro', sans-serif;
}

@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* 	==========================
	--- Content Styles ---
	========================== */

.nav-container span.fa-stack { margin-top: 20px; margin-bottom: 10px; }
.nav-container span.fa-stack i { color: #ddd; text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); }

.nav-container a {
	display: block;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.nav-container a:hover {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
.container {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}

.content {
	width: 200px;
	height: 200px;
	margin: auto;
	position: relative;
}

.polygon {
	width: 200px;
	height: 200px;
	display: inline-block;
	position: absolute;
	background: url('../images/poli.png') no-repeat 0 0;
	z-index: 8;
}

.polygon .p-content {
	position: absolute;
	width: 198px;
	height: 98px;
	top: 51px;
	left: 1px;
	z-index: 10;
	text-align: center;
}

.polygon.p1, .polygon.p2, .polygon.p3, 
.polygon.p4, .polygon.p5, .polygon.p6, 
.polygon.p7 { left: 0; top: 0; }
.polygon .p-board {
	position: absolute;
	background-color: #eeeeee;
	width: 200px;
	height: 100px;
	display: none;
	top: 50px;
	left: 0;
	z-index: 999;
	overflow: auto;
}
#slides {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: -999;
  overflow: hidden;
}
#slides .slides-container {
  display: none;
}

#backimg {
	background: url('../images/back.png') repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: -111;
}
#wrapper {
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: -999;
	display: inline-block;
}

/* 	==========================
	--- jQuery preloader ---
	--- . Overlay ---
	--- . Loader ---
	--- . ProgressBar ---
	--- . Percentage ---
	========================== */

#jpreOverlay {
	background-color: #eee;
}

#jpreLoader {
	width:100%;
	height:8px;
	background-color: #ddd;
}

#jpreBar {
	background-color:#a9b2b1;
}

#jprePercentage {
	color: #a9b2b1;
	font-family: sans-serif;
	font-weight:normal;
	font-size: 16px;
	text-align:center;
	top: -40px;
}
