/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
svg {
  height: 0;
}
* {
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.4;
  padding-top: 141px;
  color: #373731;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
pre > code {
  display: block;
  word-wrap: break-word;
  font-size: 0.7em;
}
code {
  font-family: Lucida Console, Monaco, Andale Mono, "MS Gothic", monospace;
  font-size: 0.9em;
  display: inline;
  color: #40bfbf;
}
a {
  color: #e15782;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a img {
  border: 0;
}
img {
  -ms-interpolation-mode: bicubic;
}
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0 0 20px 0;
}
h1 {
  font-size: 40px;
  margin-bottom: 0;
}
.help {
  background: #fffee5;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  color: #373731;
  text-align: center;
  text-shadow: none;
  font-size: 0.8em;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.help:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
p {
  margin: 0 0 20px 0;
}
p:last-child {
  margin: 0;
}
ul.chirp {
  padding: 0;
  margin: 0;
}
ul.chirp li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 30px 10px 80px;
}
ul.chirp li img {
  position: absolute;
  left: 30px;
  top: 10px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
}
ul.chirp li a {
  color: #d41853;
}
ul.chirp li .meta {
  display: block;
  font-size: 0.45em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
ul.chirp li .meta,
ul.chirp li .meta a {
  color: #bbb;
  text-decoration: none;
  font-weight: 600;
}
ul.chirp li .meta a:hover {
  color: #777777;
}
.chirp-tweets-empty {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 161px;
  bottom: 0;
  z-index: 1;
  background: #fff;
}
.chirp-tweets-empty.hide {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.chirp-tweets-empty > p {
  border: 3px dashed rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 30px;
  margin: 0;
}
.chirp-tweets-empty > p > span {
  display: block;
  position: absolute;
  top: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  margin-top: -25px;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.2);
}
#chirp-settings {
  background: #fff;
  padding: 0;
  text-align: left;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 600;
  z-index: 3;
}
#chirp-settings > section {
  background: #373731;
  background-color: rgba(49, 49, 44, 0.81);
  background-image: -moz-linear-gradient(top, rgba(68, 68, 61, 0.75), rgba(28, 28, 25, 0.9));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(68, 68, 61, 0.75)), to(rgba(28, 28, 25, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(68, 68, 61, 0.75), rgba(28, 28, 25, 0.9));
  background-image: -o-linear-gradient(top, rgba(68, 68, 61, 0.75), rgba(28, 28, 25, 0.9));
  background-image: linear-gradient(to bottom, rgba(68, 68, 61, 0.75), rgba(28, 28, 25, 0.9));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf44443d', endColorstr='#e61c1c19', GradientType=0);
  background-color: transparent;
  padding: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  text-align: right;
}
#chirp-settings > section .identity {
  float: left;
  text-align: left;
}
#chirp-settings > section .identity h1 small {
  font-size: 20px;
}
#chirp-settings > section .identity h1 small,
#chirp-settings > section .identity p {
  color: rgba(255, 254, 229, 0.4);
}
#chirp-settings > section > .btn {
  margin: 25px 0 25px 5px;
}
#chirp-settings > section h1 + p {
  margin-top: -0.15em;
  color: #fffee5;
}
#chirp-settings > section form {
  color: #fffee5;
  color: rgba(255, 254, 229, 0.7);
  font-size: 16px;
}
#chirp-settings > section form label {
  display: inline;
  vertical-align: text-top;
}
#chirp-settings > section form input,
#chirp-settings > section form select,
#chirp-settings > section form option {
  text-align: center;
}
#chirp-settings > section form input {
  width: 8em;
}
#chirp-settings > section form textarea {
  width: 100%;
  max-width: 100% !important;
  height: 6em;
  margin-top: 5px;
}
#chirp-settings > section form label.template {
  display: block;
}
#chirp-settings > section form label.template textarea {
  display: block;
  width: 100%;
  font-family: Lucida Console, Monaco, Andale Mono, "MS Gothic", monospace;
  font-size: 11px;
  font-weight: 300;
}
#chirp-settings > section .download {
  text-align: center;
  position: absolute;
  right: 30px;
  top: 60px;
  bottom: 30px;
  vertical-align: top;
}
#chirp-settings > section::after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #373731;
  border-width: 20px;
  top: 50%;
  margin-left: 0;
  margin-top: -20px;
}
.site {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html.download #download-it {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
html.download #download-it > section {
  -webkit-transform: rotatex(0) translate3d(0, 0, 0) scale(1);
  -moz-transform: rotatex(0) translate3d(0, 0, 0) scale(1);
  -ms-transform: rotatex(0) translate3d(0, 0, 0) scale(1);
  -o-transform: rotatex(0) translate3d(0, 0, 0) scale(1);
  transform: rotatex(0) translate3d(0, 0, 0) scale(1);
}
html.download #download-it > section .price {
  width: 12em;
}
html.download body {
  overflow: hidden;
}
html.advanced #advanced-setup {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
html.advanced #advanced-setup > section {
  -webkit-transform: rotatex(0) translate3d(0, 0, 0) scale(1);
  -moz-transform: rotatex(0) translate3d(0, 0, 0) scale(1);
  -ms-transform: rotatex(0) translate3d(0, 0, 0) scale(1);
  -o-transform: rotatex(0) translate3d(0, 0, 0) scale(1);
  transform: rotatex(0) translate3d(0, 0, 0) scale(1);
}
html.advanced body {
  overflow: hidden;
}
html.advanced .dlg > section {
  width: 800px;
  margin-left: -400px;
}
.dlg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  top: 0;
  z-index: 10;
  height: 100%;
  overflow: hidden;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(55, 55, 49, 0.5)), to(rgba(0, 0, 0, 0.9)));
  background-image: -webkit-radial-gradient(circle, rgba(55, 55, 49, 0.5), rgba(0, 0, 0, 0.9));
  background-image: -moz-radial-gradient(circle, rgba(55, 55, 49, 0.5), rgba(0, 0, 0, 0.9));
  background-image: -o-radial-gradient(circle, rgba(55, 55, 49, 0.5), rgba(0, 0, 0, 0.9));
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  -o-perspective: 300px;
  perspective: 300px;
}
.dlg .comment {
  color: #626150;
}
.dlg h4 {
  color: #d2d0ac;
}
.dlg .close {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.dlg .back {
  -webkit-transform: rotatex(-180deg);
  -moz-transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  -o-transform: rotatex(-180deg);
  transform: rotatex(-180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dlg .front {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  position: static;
  zoom: 1;
  background: #242420;
  overflow: auto;
  overflow-x: hidden;
  background-color: #292925;
  background-image: -moz-linear-gradient(top, #32322c, #1c1c19);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#32322c), to(#1c1c19));
  background-image: -webkit-linear-gradient(top, #32322c, #1c1c19);
  background-image: -o-linear-gradient(top, #32322c, #1c1c19);
  background-image: linear-gradient(to bottom, #32322c, #1c1c19);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff32322c', endColorstr='#ff1c1c19', GradientType=0);
}
.dlg .front:before,
.dlg .front:after {
  display: table;
  content: "";
  zoom: 1;
}
.dlg .front:after {
  clear: both;
}
.dlg > section {
  position: fixed;
  background: #242420;
  -webkit-transform: translatez(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotatex(-180deg) translate3d(0, 20%, -100px) scale(0.2);
  -moz-transform: rotatex(-180deg) translate3d(0, 20%, -100px) scale(0.2);
  -ms-transform: rotatex(-180deg) translate3d(0, 20%, -100px) scale(0.2);
  -o-transform: rotatex(-180deg) translate3d(0, 20%, -100px) scale(0.2);
  transform: rotatex(-180deg) translate3d(0, 20%, -100px) scale(0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 380px;
  margin-left: -300px;
  margin-top: -190px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.dlg > section > div {
  width: 100%;
  height: 100%;
  padding: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: rgba(255, 254, 229, 0.5);
  font-weight: 300;
  text-shadow: none;
  background: #242420;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dlg > section p,
.dlg > section pre {
  font-size: 0.9em;
}
.dlg > section .actions {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
}
#try-it {
  display: none;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 30px -30px 0 -30px;
  padding: 30px 30px 0 30px;
  position: relative;
  z-index: 1;
  font-weight: 200;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html.try #try-it {
  display: block;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
html.how #how-to {
  display: block;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#windbaggery {
  right: 0;
  background-color: rgba(255, 255, 255, 0.24);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#00ffffff', GradientType=0);
  background-color: #fffee5;
  position: fixed;
  z-index: 2;
  color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  bottom: -200px;
  -webkit-box-shadow: 0 -1px 0 0 rgba(203, 192, 0, 0.19999999999999996);
  -moz-box-shadow: 0 -1px 0 0 rgba(203, 192, 0, 0.19999999999999996);
  box-shadow: 0 -1px 0 0 rgba(203, 192, 0, 0.19999999999999996);
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#windbaggery.rogie {
  bottom: 0;
}
#windbaggery img {
  float: left;
  padding-right: 30px;
  max-height: 80px;
  margin: -10px;
}
#windbaggery a {
  color: #e9366e;
}
#chirp-tweets {
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  position: relative;
  z-index: 2;
  text-align: left;
  background: #fff;
  width: auto;
}
.input {
  padding: 0 10px;
  vertical-align: top;
  height: 42px;
}
input,
textarea,
select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px;
  border: 0;
  font-size: 14px;
  color: #fffee5;
  font-family: inherit;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: rgba(255, 254, 229, 0.15000000000000002);
  -webkit-box-shadow: 0 0 0 1px #1c1c19, 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px #1c1c19, 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px #1c1c19, 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  background-color: #fffee5;
  color: #373731;
}
::-webkit-input-placeholder {
  color: rgba(255, 254, 229, 0.4);
}
input:-moz-placeholder {
  color: rgba(255, 254, 229, 0.4);
}
.btn {
  padding: 0 20px;
  vertical-align: top;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  overflow: hidden;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.06);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#00ffffff', GradientType=0);
  background-color: #e9366e;
  text-shadow: 0 -1px 0 #780d2f;
  -webkit-box-shadow: 0 0 0 1px #1c1c19, 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 1px #1c1c19, 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 1px #1c1c19, 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn:hover {
  background-color: #ec5685;
}
.btn:active,
.btn.active {
  background-color: rgba(255, 255, 255, 0.045);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.075)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#13ffffff', endColorstr='#00ffffff', GradientType=0);
  background-color: #780d2f;
  -webkit-box-shadow: 0 0 0 1px #1c1c19, 0 2px 0 rgba(255, 255, 255, 0.1), inset 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 1px #1c1c19, 0 2px 0 rgba(255, 255, 255, 0.1), inset 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 1px #1c1c19, 0 2px 0 rgba(255, 255, 255, 0.1), inset 0 2px 3px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.3);
  line-height: 44px;
}
.btn.secondary {
  background-color: #3c3c36;
  text-shadow: 0 -1px 0 #000000;
  color: rgba(255, 254, 229, 0.7);
}
.btn.secondary:hover {
  background-color: #44443d;
}
.btn.secondary:active,
.btn.secondary.active {
  color: rgba(255, 254, 229, 0.4);
  background-color: #1c1c19;
}
label {
  color: #fffee5;
}
#bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#bg {
  position: absolute;
  top: -20px;
  left: -20px;
  margin-top: 0;
  width: 150%;
  z-index: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transform: translatez(0);
  -webkit-filter: blur(15px);
  -o-filter: blur(15px);
  -moz-filter: blur(15px);
  filter: progid:dximagetransform.microsoft.blur(pixelradius=15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelradius=15)";
}
#bg.hide {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
