/*
  Reset
--------------------------------------------- */
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, 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, 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; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

strong, b {
  font-weight: bold; }

i, em, blockquote {
  font-style: italic; }

ul {
  list-style: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: white; }

img {
  -ms-interpolation-mode: bicubic;
  background: transparent;
  border: 0; }

img, embed, object, video {
  max-width: 100%;
  height: inherit;
  _width: 100%; }

/*
  Variables
--------------------------------------------- */
/*
  Mixing
--------------------------------------------- */
/*
  Fonts
--------------------------------------------- */
@font-face {
  font-family: 'spin_cycle';
  src: url("./fonts/spincycle_ot-webfont-subset.eot");
  src: url("./fonts/spincycle_ot-webfont-subset.eot?#iefix") format("embedded-opentype"), url("./fonts/spincycle_ot-webfont-subset.woff") format("woff"), url("./fonts/spincycle_ot-webfont-subset.ttf") format("truetype"), url("./fonts/spincycle_ot-webfont-subset.svg#spin_cycle_otregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'pt_sansregular';
  src: url("./fonts/PTS55F-webfont.eot");
  src: url("./fonts/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/PTS55F-webfont.woff") format("woff"), url("./fonts/PTS55F-webfont.ttf") format("truetype"), url("./fonts/PTS55F-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "pt_sansregular", arial, sans-serif;
  text-rendering: 'optimizeLegibility'; }

.container {
  width: 98%;
  margin: 0 auto; }

article {
  padding: 10px 0 80px 0;
  background: #2382ca;
  color: white; }

aside {
  max-width: 400px;
  min-width: 300px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 24px;
  color: #333333; }

footer {
  height: 60px;
  margin-top: -24px;
  background: transparent url("img/bg-footer-780.png") no-repeat; }

.logo-cont {
  display: block;
  height: 39px;
  width: 80px;
  margin-top: 9px;
  background: url("img/logo.png") no-repeat;
  background-size: 80px 39px; }

form {
  display: inline-block; }

.box {
  padding: 20px;
  text-align: center;
  background-color: #a3cfed;
  border: white solid 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

h2 {
  margin: 30px 0 0;
  font-size: 20px; }

.logotype {
  display: inline-block;
  font-family: "spin_cycle";
  font-size: 40px;
  line-height: 40px; }
  .logotype:first-letter {
    letter-spacing: -4px; }

h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 36px; }

p {
  margin-bottom: 10px; }

input {
  display: inline-block;
  font-family: "pt_sansregular", arial, sans-serif; }

input, input:focus, input:active {
  outline: none; }

input[type="email"],
.field {
  float: left;
  margin: 0;
  line-height: 20px;
  font-size: 16px;
  padding: 13px 14px;
  border: none;
  color: #555555;
  background-color: white;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

input[type="submit"],
.btn {
  float: left;
  margin: 0;
  max-height: 47px;
  line-height: 20px;
  font-size: 16px;
  padding: 13px 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffd300;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-appearance: none; }
  input[type="submit"]:hover,
  .btn:hover {
    background-color: #ffdc33; }

aside a {
  display: block;
  text-decoration: none;
  color: #0256a9; }
  aside a:hover {
    color: #0256a9;
    text-decoration: underline; }

.clearfix:before, article:before, aside:before, form:before,
.clearfix:after,
article:after,
aside:after,
form:after {
  content: "";
  display: table; }

.clearfix:after, article:after, aside:after, form:after {
  clear: both; }

.clearfix, article, aside, form {
  *zoom: 1; }

/*
  MIN-WIDTH:  321px
--------------------------------------------- */
@media screen and (min-width: 321px) {
  .container {
    width: 96%; }

  .logotype {
    font-size: 50px;
    line-height: 50px; }
    .logotype:first-letter {
      letter-spacing: -8px; } }
/*
  MIN-WIDTH:  481px
--------------------------------------------- */
@media screen and (min-width: 481px) {
  article {
    background: #2382ca url("img/bg-article-wide.png") no-repeat; }

  aside {
    width: 400px; }

  h2 {
    font-size: 24px; }

  .logotype {
    font-size: 60px;
    line-height: 60px; }
    .logotype:first-letter {
      letter-spacing: -13px; }

  h3 {
    font-size: 24px; } }
/*
  Retina-MAX-WIDTH: 769px
--------------------------------------------- */
@media only screen and (max-width: 768px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .logo-cont {
    background: url("img/logo2x.png") no-repeat;
    background-size: 80px 39px;
    height: 39px;
    width: 80px; } }
/*
  MIN-WIDTH: 769px
--------------------------------------------- */
@media screen and (min-width: 769px) {
  .container {
    width: 90%; }

  .main {
    float: left;
    width: 48%; }

  aside {
    float: right;
    width: 350px;
    margin-top: 0; }

  .box {
    padding: 30px 18px; }

  footer {
    margin-top: -48px;
    background: transparent url("img/bg-footer.png") no-repeat; }

  h2 {
    font-size: 24px; }

  .logotype {
    font-size: 72px;
    line-height: 72px; }

  h3 {
    margin: 0 0 10px 0;
    font-size: 30px; }

  input[type="email"],
  .field {
    line-height: 20px;
    font-size: 16px; }

  input[type="submit"],
  .btn {
    max-height: 47px;
    line-height: 20px;
    font-size: 16px; } }
/*
  MIN-WIDTH: 1024px
--------------------------------------------- */
@media screen and (min-width: 1024px) {
  .box {
    padding: 40px; }

  p {
    font-size: 18px;
    line-height: 24px; }

  aside {
    width: 400px; } }
/*
  MIN-WIDTH: 1225px
--------------------------------------------- */
@media screen and (min-width: 1225px) {
  .container {
    width: 85%; }

  article {
    background: #2382ca url("img/bg-article-long.png") no-repeat; } }
