﻿
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


html {
  line-height: 1;
}


ol, ul {
  list-style: none;
}


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


caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}


q, blockquote {
  quotes: none;
}

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


a img {
  border: none;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/***************reset*****************/

a:link {
	color: #333;
	text-decoration: none;
}
/*
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../font/LigatureSymbols-2.11.eot');
    src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../font/LigatureSymbols-2.11.woff') format('woff'),
         url('../font/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../font/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/

.icon, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
}

.lsf-icon.amazon:before {
  content: '\E007';
}

.container-full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-full:after {
  content: " ";
  display: block;
  clear: both;
}


.container-restricted {
  position: relative;
  background-color: #111;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*neon-style*/


body{
  background-color:#2e2e2e;
  width:100%;
  overflow-x: hidden;
}
#back{
  position:absolute;
  z-index:-10;
  color:#d4d4d4;
  width:150px;
  border-radius:10px;
  background-color:#4e4e4e;
  height:40px;
  left:120px;
  top:250px;
  text-align:center;
  font-family:consolas, monospace, sans-serif;
  font-size:20px;
  padding-top:10px;
  transition:all 0.5s linear;
}
.hex:before{
  content: " ";
  width: 0; height: 0;
  border-bottom: 30px solid #6c6;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  position:absolute;
  top: -30px;
  transition: all .3s ease;
  left:0px;
}
.hex{
  float: left;
  margin-left: -3px;
  margin-top: 33px;
  width: 104px;
  height: 60px;
  background-color:#6c6;
  position:relative;
  transition: all .3s ease;
  opacity: 0.5;
  cursor: pointer;
}
.hex:after{
  content: " ";
  width: 0;
  position: absolute;
  bottom: -30px;
  border-top: 30px solid #6c6;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  transition: all .3s ease;
  left:0px;
}
.hex-row {
    clear: left;
}
.hex-row.even {
    margin-left: 51px;
}
.hex:hover > .sub-hex{
  opacity:1;
  visibility:visible;
}
.hex:hover > .sub-hex:hover{
  opacity:1;
  visibility:visible;
}
.sub-hex{
  position:absolute;
  left:110px;
  top:0px;
  margin-top:0px;
  opacity:0;
  visibility:hidden;
}
.sub-hex.bottom{
  left:57px;
  top:93px;
}
.sub-hex.top{
  left:56px;
  top:-93px;
}
.hex:hover{
  /*background-color:#66e;*/
  opacity:1;
}
.hex:hover:after{
  /*border-top-color:#66e;*/
}
.hex:hover:before{
  /*border-bottom-color:#66e;*/
}
.hex:hover > .hex{
  opacity:0.5;
}
body:hover > #back{
  opacity:0;
}
@media screen and (min-width: 761px) {


}



@media screen and (min-width: 0px) and (max-width: 480px) {


}
