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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  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, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'WebSymbolsRegular';
  src: url("../fonts/websymbols-regular-webfont.eot");
  src: url("../fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/websymbols-regular-webfont.woff") format("woff"), url("../fonts/websymbols-regular-webfont.ttf") format("truetype"), url("../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
}

/* VARIABLES */
/* STYLES */
body {
  min-width: 900px;
  font: 18px "Tahome",Arial, sans-serif;
}

i {
  font-style: italic;
}

h1 {
  font-size: 100px;
  line-height: 1.1em;
  font-family: 'Russo One', sans-serif;
  margin: 0.5em 0 0.1em 0;
  font-weight: normal;
  text-align: center;
}

h2 {
  font-size: 30px;
  margin-top: 1em;
  margin-bottom: 0.3em;
  font-weight: normal;
}

h3 {
  color: #bbb;
}

a {
  text-decoration: underline;
}

p {
  margin-bottom: 1em;
  line-height: 1.5em;
  position: relative;
}

#sample {
  font-style: italic;
}

.skip-theory {
  font-size: 14px;
}

.pseudo-link {
  text-decoration: none;
  cursor: pointer;
  color: #003366;
}
.pseudo-link u {
  border-bottom: 1px dashed #003366;
  text-decoration: none;
}
.pseudo-link:hover {
  color: #bb3300;
}
.pseudo-link:hover u {
  border-color: #bb3300;
}
.pseudo-link .webfont {
  font-size: 0.8em;
}

.webfont {
  font-family: 'WebSymbolsRegular';
}

.side-note {
  position: absolute;
  width: 30%;
  font-size: 12px;
  line-height: 1.3em;
  left: 105%;
  margin-top: 0.3em;
}
.side-note a {
  text-decoration: underline;
}

.text-small {
  font-size: 14px;
}

.grey {
  color: #aaa;
}

.header-description {
  margin-bottom: 1em;
}

.img {
  position: relative;
}

.list-of-cases {
  margin-bottom: 18px;
}

.list-of-cases .block-grid > li {
  padding: 0 15px;
}

.img-social, .img-tea, .img-fuel, .img-money {
  background-image: url(../i/s-icons.png);
  height: 70px;
  width: 100px;
  margin: 0 0 15px 40px;
}

.img-social {
  background-position: 0 0;
}

.img-tea {
  background-position: -100px 0;
}

.img-fuel {
  background-position: -200px 0;
}

.img-money {
  background-position: -300px 0;
}

.step {
  margin-bottom: 2em;
}

input[type="checkbox"] {
  width: 20px;
  margin: 0 0 0 -20px;
}

label {
  display: block;
  margin-bottom: 1em;
  color: #663333;
}

.warning-block {
  color: #fff;
  background: url("../i/bg/classy_fabric.png");
  padding: 2em 0 2em;
  margin: 1em 0 2em 0;
  padding-position: relative;
}
.warning-block h2 {
  margin-top: 0em;
}
.warning-block .img {
  background-image: url(../i/s-icons.png);
  height: 70px;
  width: 100px;
  margin: 0 0 15px 40px;
  position: absolute;
  left: -130px;
}
.warning-block .img-blackhole {
  margin-top: -10px;
  background-position: 0px -70px;
}
.warning-block .img-close {
  background-position: -100px -70px;
}
.warning-block .img-time {
  background-position: -200px -70px;
}
.warning-block label {
  color: #f2d3d3;
}

textarea {
  height: 5em;
}

.button-block {
  background: url(../i/body-w.png) top center no-repeat;
}
.button-block .row {
  padding: 40px 0 50px;
}
.button-block .turbo-machine {
  position: relative;
  width: 548px;
  height: 700px;
  margin: auto;
}
.button-block .turbo-machine .screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 548px;
  height: 242px;
  background: url(../i/screen-w.png) no-repeat;
}
.button-block .turbo-machine .screen .text-block {
  position: absolute;
  top: 50px;
  left: 70px;
  width: 415px;
  height: 167px;
  overflow: hidden;
  font: 16px/1.5em normal Arial, sans-serif;
}
.button-block .turbo-machine .screen .countdown {
  position: relative;
  text-align: center;
  font-size: 40px;
  line-height: 1.5em;
  font-family: "Arial Black", sans-serif;
}
.button-block .turbo-machine .power-button {
  position: absolute;
  border: none;
  width: 240px;
  left: 150px;
  top: 250px;
  height: 250px;
  background: url(../i/s-button-w.png);
}
.button-block .turbo-machine .power-button:hover {
  background-position: -250px 0;
}
.button-block .turbo-machine .power-button.ui-state-pressed {
  background-position: -500px 0;
}
.button-block .turbo-machine .silent-mode {
  position: absolute;
  top: 280px;
  right: 10px;
  width: 131px;
  height: 185px;
}
.button-block .turbo-machine .silent-mode .toggle-label {
  background: url(../i/s-toggle-label.png) no-repeat;
  position: absolute;
  width: 120px;
  height: 40px;
  top: 60px;
  left: -5px;
}
.button-block .turbo-machine .silent-mode .toggle-label.switched-on {
  background-position: 0 -40px;
}
.button-block .turbo-machine .silent-mode .toggle {
  position: absolute;
  border: none;
  width: 46px;
  height: 80px;
  top: 79px;
  left: 33px;
  background: url(../i/s-toggle-w.png) no-repeat;
  background-position: -50px 0;
}
.button-block .turbo-machine .silent-mode .toggle.ui-state-switched-on {
  background-position: 0 0;
}

.ui-helper-hidden-accessible {
  display: none;
}

.social-block {
  margin-top: 480px;
}
