/* Regular */
/* Italic */
@font-face {
  font-family: 'League Gothic';
  src: url('http://www.ismytwitterpasswordsecure.com/webfonts/leaguegothic-regular-webfont.eot');
  src: url('http://www.ismytwitterpasswordsecure.com/webfonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.ismytwitterpasswordsecure.com/webfonts/leaguegothic-regular-webfont.woff') format('woff'), url('http://www.ismytwitterpasswordsecure.com/webfonts/leaguegothic-regular-webfont.ttf') format('truetype'), url('http://www.ismytwitterpasswordsecure.com/webfonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  background: #9e1914 url("Very-Red-Sunset.jpg") top center;
  background-size: 840px 525px;
}
#panelayer {
  -webkit-perspective: 1600px;
  width: 100%;
  height: 100%;
  position: absolute;
}
.glasspane {
  font-family: "League Gothic";
  position: absolute;
  width: 92%;
  height: 92%;
  left: 4%;
  top: 4%;
}
.glasspane div.side {
  -webkit-transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 3em;
  padding: 3px;
  box-sizing: border-box;
  border: solid 1px rgba(255, 255, 255, 0.121);
  position: absolute;
  -webkit-backface-visibility: hidden;
  /*.glass-style();
    
    box-shadow: inset 1px 1px 1px 0.5px rgba(255,255,255,0.05),
                inset -1px -1px 1px 0.5px rgba(0,0,0,0.6);*/

}
.glasspane div.side.animated {
  -webkit-transition: -webkit-transform 0.5s;
}
.glasspane div.side.back {
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  display: none;
}
.glasspane div.side div.pane {
  height: 100%;
  background: #000000 url("asfalt_@2X.jpg");
  background-size: 465px 349px;
  border-radius: 3em;
  border: solid 1px rgba(255, 255, 255, 0.1);
  background-clip: content-box;
  color: #ffffff;
  position: relative;
  box-sizing: border-box;
  /*box-shadow: inset 5px 5px 10px 1px rgba(255,255,255,0.03),
                  inset -5px -5px 10px 1px rgba(0,0,0,0.2);*/

}
.glasspane div.side div.pane .content {
  padding: 10px;
  position: relative;
}
.glasspane p {
  margin: 0;
  text-transform: uppercase;
  font-size: 15em;
  line-height: 1em;
  display: block;
  text-align: center;
  margin: 0.5em 0 1em 0;
}
.glasspane div.sotherglass {
  -webkit-transform-style: preserve-3d;
  border-radius: 0.8em;
  background: #999;
  position: absolute;
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
  box-shadow: inset 1px 1px 1px 1px rgba(255, 255, 255, 0.4), inset -1px -1px 1px 1px rgba(0, 0, 0, 0.3), 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
}
