/* =============================================================================================== RESET */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* =============================================================================================== CLEARFIX */
.clearfix {
  *zoom: 1; }
  .clearfix::before, .clearfix::after {
    content: " ";
    display: table; }
  .clearfix::after {
    clear: both; }

/* =============================================================================================== BUTTONS */
.std_button {
  background: #D5D5D5;
  background: linear-gradient(#D5D5D5, #B3B3B3);
  border-radius: 3px;
  border: none;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.3), 0 6px 4px -4px rgba(55, 61, 70, 0.5);
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  outline: none;
  padding: 0 13px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-family: Verdana, sans-serif;
  height: 42px;
  line-height: 40px;
  font-size: 18px; }
  .std_button.green {
    background: #9BD047;
    background: linear-gradient(#9BD047, #639513); }
  .std_button::before {
    content: "";
    position: absolute;
    right: 25px;
    top: -175px;
    width: 100px;
    height: 200px;
    background: linear-gradient(to left, #FFF 0%, transparent 80%);
    transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
    opacity: .2; }
  .std_button.big {
    height: 62px;
    line-height: 58px;
    font-size: 28px;
    padding: 0 25px;
    box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.3), 0 9px 4px -6px #252e35; }

/* =============================================================================================== ICONS */
.warranty {
  width: 53px;
  height: 52px;
  background: url(../img/sprite.png) no-repeat left -100px;
  display: inline-block; }

.type_key {
  position: relative;
  height: 24px;
  line-height: 19px;
  border: 1px solid #b1bbc3;
  padding-right: 34px;
  padding-left: 8px;
  display: inline-block;
  border-radius: 3px;
  vertical-align: top; }
  .type_key::before {
    content: "";
    background: url("../img/sprite.png") no-repeat 0 -180px;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -1px;
    top: -1px; }
  .type_key i {
    background: url("../img/sprite.png") no-repeat left -160px;
    display: inline-block;
    vertical-align: middle; }
  .type_key.pc i {
    background-position: 0 -160px;
    width: 21px;
    height: 12px; }

.icon_battlenet {
  width: 109px;
  height: 25px;
  background: url("../img/sprite.png") no-repeat left -210px;
  display: inline-block; }

.icon_uplay {
  width: 53px;
  height: 23px;
  background: url("../img/sprite.png") no-repeat -125px -210px;
  display: inline-block; }

/* =============================================================================================== OTHER */
.clear {
  clear: both; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0; }

input::-webkit-input-placeholder {
  color: #666; }

input::-moz-placeholder {
  color: #666; }

input:-ms-input-placeholder {
  color: #666; }

input.placeholder {
  color: #666; }

strong, b {
  font-weight: bold; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  font-size: .7em;
  line-height: 1; }

sup {
  bottom: 1.4ex; }

sub {
  top: .5ex; }

/*# sourceMappingURL=library.css.map */
