﻿
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: #111111; }
#viewArea{
width:160px;
height:160px;
margin:80px auto;
}
#cube div{
position:absolute;
height:160px;
width:160px;
border:3px solid #222;
background:rgba(22, 122, 203,0.7);
text-align:center;
font-size:130px;
color:#fff;
font-family:Times;
}
#cube{
animation-name:animation;
animation-timing-function:ease-in-out;
animation-iteration-count:infinite;
animation-duration:3s;
transform-style:preserve-3d;
transform-origin: 80px 80px 0;
transform: rotateY(55deg) rotateX(51deg);
-webkit-animation-name:animation;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-iteration-count:infinite;
-webkit-animation-duration:3s;
-webkit-transform-style:preserve-3d;
-webkit-transform-origin: 80px 80px 0;
-webkit-transform: rotateY(55deg) rotateX(51deg);
}
#cube .one{
transform: translateZ(80px);
-webkit-transform: translateZ(80px);
}
#cube .two{
transform: rotateX(-90deg) translateZ(80px);
-webkit-transform: rotateX(-90deg) translateZ(80px);
}
#cube .three{
transform: rotateY(90deg) rotateX(90deg) translateZ(80px);
-webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(80px);
}
#cube .four{
transform: rotateY(180deg) rotateZ(90deg) translateZ(80px);
-webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(80px);
}
#cube .five{
transform: rotateY(-90deg) rotateZ(90deg) translateZ(80px);
-webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(80px);
}
#cube .six {
transform: rotateY(90deg) translateZ(80px);
-webkit-transform: rotateY(90deg) translateZ(80px);
}
@keyframes animation{
from,to{}
16% { transform: rotateY(-45deg);}
33% { transform: rotateY(-110deg) rotateZ(185deg);}
50% { transform: rotateY(125deg) rotateZ(235deg);}
66% { transform: rotateY(235deg) rotateX(205deg);}
83% { transform: rotateX(335deg);}
}
@-webkit-keyframes animation{
from,to{}
16% { -webkit-transform: rotateY(-45deg);}
33% { -webkit-transform: rotateY(-110deg) rotateZ(185deg);}
50% { -webkit-transform: rotateY(125deg) rotateZ(235deg);}
66% { -webkit-transform: rotateY(235deg) rotateX(205deg);}
83% { -webkit-transform: rotateX(335deg);}
}
.notes{
font-size:12px;
color:#666;
text-align:center;
}

@media screen and (min-width: 761px) {


}



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


}
