/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: 'Source Sans Pro', sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
input {
  background: #ffffff;
  border: none;
  padding: 5px;
}
/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
  background: #1D1160;
  color: #ffffff;
  border: none;
  padding: 5px 15px;
  cursor: pointer;
}
[type="submit"]:hover {
  background: rgb(0, 99, 190);
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*********************************************************/
/***************   Grand Army Map Styles   ***************/
/***************  (c)2016 National Grid    ***************/
/*********************************************************/

*, *:before, *:after  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
}
html {
  height: 100%;
}
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: #E5E5E5;
    overflow: hidden;
    text-transform: none;
}
a {
  text-decoration: none;
}
#IE8 {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #000000;
    z-index:9999999;
    width: 100%;
    height: 100%;
}
#ie8welcome {
    width:300px;
    height:100px;
    position:absolute;
    color: #fff;
    left:50%;
    top: 50%;
    padding: 30px;
    margin: -100px 0 0 -150px;
}
#zoom_container {
  height: 100%;
  width: 100%;
}
#NGmap {
  height: 2352px;
  width: 3600px;
}
.smooth_zoom_preloader {
  background-image: url(../images/preloader.gif);
}
.smooth_zoom_icons {
  background-image: url(../images/icons.png);
}
#description1 {
  position: absolute;
  z-index: 3;
  right:3px;
  top: 300px;
  height: 80px;
  width: auto;
  cursor: pointer;
}
#description1 div {
  background: #fff;
  border: solid 3px #ef1f09;
  height: 100%;
  width: 250px;
  float: right;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  color:  #ef1f09;
  font-weight: 700;
}
#description1 p {
  margin: 0px;
  padding: 0px;
}
#description1 span {
  background: #ef1f09;
  height: 100%;
  width: 15px;
  margin-right: 3px;
  float: right;
}
#description2 {
  position: absolute;
  z-index: 3;
  right:3px;
  top: 250px;
  height: 155px;
  width: auto;
  cursor: pointer;
}
#description2 div {
  background: #fff;
  border: solid 3px #3ac14b;
  height: 100%;
  width: 320px;
  padding: 10px;
  float: right;
  padding-top: 10px;
  color:  #3ac14b;
  font-weight: 700;
}
#description2 p{
  padding: 0;
  margin: 0;
}
#description2 ol {
  font-size: 12px;
  font-weight: 700;
  padding: 0px;
  margin: 0 0 0 20px;
}
#description2 ol li {
  font-size: 12px;
  font-weight: 700;
  padding: 0px;
  margin: 0;
}
#description2 span {
  background: #3ac14b;
  height: 100%;
  width: 15px;
  margin-right: 3px;
  float: right;
}
#description1 .chevron, #description2 .chevron {
  position: relative;
  top: 50%;
  margin-bottom: -5px;
  width: 10px;
  height: 10px;
  float: right;
  background-image: url(../images/chevron2.png);
  background-size: 10px;
}
#brand-container {
  position: absolute;
  z-index: 5;
  right: 15px;
  top: 15px;
  text-transform: uppercase;
}
#logo-wrapper {
  width: auto;
  background: #1D1160;
  margin-bottom: 3px;
}
#logo-wrapper img {
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 61.81px;
  margin: 15px 0px 10px 20px;
}
#logo-wrapper h1 {
  float: right;
  font-size: 22px;
  font-weight: 200;
  color: #ffffff;
  line-height: 90px;
  margin: 0px;
  padding-right: 24px;
}
#brand-container ul {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#brand-container ul li {
  float:left;
  margin-right: 3px;
}
#brand-container ul li:last-child {
  margin-right: 0px;
}
#brand-container ul li a {
  display: inline-block;
  padding: 5px 20px;
  background: #1D1160;
  color: #ffffff;
  font-weight: 200;
}
#brand-container ul li ul {
  position: absolute;
  height: 0px;
  width: 100%;
  list-style: none;
  background: #ffffff;
  margin: 0;
  padding: 12px 10px 10px 10px;
  border: solid 1px #1D1160;
  overflow: hidden;
  top: 0px;
  z-index: -1;
}
#brand-container ul li ul li {
  height: 22px;
  line-height: 22px;
  float: none;
  font-size: 13px;
}
#brand-container ul li ul li:first-child {
  margin-top: 27px;
}
#legend-toggle {
  z-index: 1;
}
#legend-toggle  a{
  width: 280px;
}
#legend-toggle  #chevron{
  width: 20px;
  height: 20px;
  float: right;
  background-image: url(../images/chevron.png);
  background-size: 20px;
}
#legend-substation {
  width: 15px;
  height: 15px;
  margin: 3px 18px 0px 7px;
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: solid 3px #0063BE;
}
#legend-overload {
  width: 15px;
  height: 15px;
  margin: 3px 18px 0px 7px;
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: solid 3px #EF1F09;
}
#legend-addressed {
  width: 15px;
  height: 15px;
  margin: 3px 18px 0px 7px;
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: solid 3px #3AC14B;
}
#legend-existing {
  width: 30px;
  height: 7px;
  margin: 8px 10px 0px 0px;
  background: #0063BE;
  float: left;
}
#legend-new {
  width: 30px;
  height: 7px;
  margin: 8px 10px 0px 0px;
  background: #C71FEA;
  float: left;
}
#legend-needs-repaired {
  width: 30px;
  height: 7px;
  margin: 8px 10px 0px 0px;
  background: #EF1F09;
  float: left;
}
#legend-repaired {
  width: 30px;
  height: 7px;
  margin: 8px 10px 0px 0px;
  background: #3AC14B;
  float: left;
}
#legend-county   {
  width: 30px;
  height: 7px;
  margin: 8px 10px 0px 0px;
  float: left;
  background-image: url(../images/dotted.png);
}
#legend-state {
  width: 30px;
  height: 7px;
  margin: 8px 10px 0px 0px;
  float: left;
  background-image: url(../images/dashed.png);
}
ul#phases {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  bottom:60px;
  right: 50px;
  z-index: 4;
}
ul#phases li {
  position:relative;
  background: #ffffff;
  border: solid 2px #1D1160;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 100px;
  float:left;
}
ul#phases li:last-child {
  margin-right:0px;
}
ul#phases li a {
  display:inline-block;
  color:#1D1160;
  line-height: 80px;
  height: 80px;
  width:80px;
  text-align:center;
  font-weight: 600;
  font-size: 42px;
}
ul#phases span {
  position:absolute;
  top: 5px;
  left: 5px;
  height:70px;
  width:70px;
  border: solid 2px #1D1160;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
 ul#phase-labels {
   position: absolute;
   list-style: none;
   margin: 0;
   padding: 0;
   bottom:15px;
   right: 57px;
   z-index: 4;
   text-transform: uppercase;
   font-weight: 700;
}
 ul#phase-labels li {
   display:inline-block;
   float: left;
   color:#EF1F09;
   text-align: center;
   margin-right:65px;
   max-width: 121px;
}
 ul#phase-labels li:last-child {
   margin-right: -24px;
}
 ul#phase-labels li:first-child {
   margin-right: 92px;
}
.grid-lines {
  position: absolute;
  display: block;
  list-style: none;
  margin: 0;
  width: 375px;
  padding: 20px 0;
  bottom: 59px;
  right: 87px;
  z-index: 3;
}
.grid-lines.grid-lines .green span {
  width: 16%;
}
.grid-lines .blue span {
  width: 25%;
}
.grid-lines .red span {
  width: 22%;
}
.grid-lines .yellow span {
  width: 19%;
}
.grid-lines-item {
  display: block;
  height: 3px;
  margin-bottom: 6px;
  position: relative
}
.grid-lines-item span {
  background: inherit;
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 0;
}
.grid-lines-item.green {
  background: #78a12e;
}
.grid-lines-item.blue {
  background: #009ddc;
}
.grid-lines-item.red {
  background: #ed3023;
}
.grid-lines-item.yellow {
  background: #ffc221;
}
@media (max-width: 1578px) {
  #disclaimer2 {
    height: 60px;
    width: 190px;
  }
  #disclaimer2 p {
    font-size: 10px;
    padding: 18px 0px 15px 15px;
  }
  #logo-wrapper img {
    max-width: 150px;
    max-height: 46.36px;
  }
  #logo-wrapper h1 {
      font-size: 18px;
      padding-right: 18px;
      line-height: 75px;
  }
  #brand-container ul li a {
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
  }
  #brand-container ul li ul {
    padding: 11px 0px 0px 10px;
  }
  #brand-container ul li ul li {
    height: 22px;
    float: none;
    font-size: 10px;
 }
  #legend-toggle #chevron {
    width: 15px;
    height: 15px;
    float: right;
    background-image: url(../images/chevron.png);
    background-size: 15px;
  }
  #legend-toggle a {
    width: 210px;
  }
  .substation {
    margin: 3px 14px 0px 7px !important;
  }
  .legend-line {
    margin: 7px 7px 0px 0px !important;
  }
  ul#phases {
    bottom:50px;
}
  ul#phases li a {
    line-height: 60px;
    height: 60px;
    width: 60px;
    font-size: 22px;
  }
  ul#phases li {
    margin-right: 75px;
  }
  ul#phases span {
    height: 50px;
    width: 50px;
  }
  ul#phase-labels {
    right: 56px;
    bottom:15px;
    font-size: 12px;
  }
  ul#phase-labels li {
    margin-right: 35px;
}
  ul#phase-labels li:first-child {
    margin-right: 70px;
}
  ul#phase-labels li:last-child {
    margin-right: -34px;
}
  .grid-lines {
    width: 100%;
    max-width: 300px;
    right: 70px;
    bottom: 39px;
  }
}
/* SVG Styles */
.st0{fill:none;stroke:#C71FEA;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st1{fill:none;stroke:#0093DD;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st2{fill:none;stroke:#EF1F09;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st4{display:inline;fill:none;stroke:#57ff6d;stroke-width:9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st5{fill:none;stroke:#3AC14B;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st6{fill:#FFFFFF;stroke:#00668E;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st7{fill:#0093DD; display:inline; font-family:'Source Sans Pro', sans-serif; font-weight: 500; font-size:20px; text-transform: uppercase;}
.st8{fill:#FFFFFF;stroke:#0093DD;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st9{fill:#00668E;}
.st13{fill:#3AC14B;}
.st14{fill:#FFFFFF; font-family:'Source Sans Pro', sans-serif; font-weight: 600; font-size:23.6185px; text-transform: uppercase;}
.st15{fill:#FFFFFF; font-family:'Source Sans Pro', sans-serif; font-size:18.8948px; text-transform: uppercase;}
.st16{fill:#FFFFFF;}
.st17{fill:#0093DD;}
.st18{fill:#0093DD; font-family:'Source Sans Pro', sans-serif;font-size:14.2px; font-weight: 600;}
.line-highlight{fill:none;stroke:#E2BC00;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}


/* CSS Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
		width: 100%;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
}
.cssload-thecube {
	width: 73px;
	height: 73px;
  margin: -30px 0 0 -30px;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(29,17,96);
	animation: cssload-fold-thecube 2.76s infinite linear both;
		-o-animation: cssload-fold-thecube 2.76s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
		-o-animation-delay: 0.35s;
		-ms-animation-delay: 0.35s;
		-webkit-animation-delay: 0.35s;
		-moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
		-o-animation-delay: 0.69s;
		-ms-animation-delay: 0.69s;
		-webkit-animation-delay: 0.69s;
		-moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
		-o-animation-delay: 1.04s;
		-ms-animation-delay: 1.04s;
		-webkit-animation-delay: 1.04s;
		-moz-animation-delay: 1.04s;
}



@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}
