/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 /* line 9, ../scss/vendors/_normalize.scss */
 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
 /* line 19, ../scss/vendors/_normalize.scss */
 body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
 /* line 33, ../scss/vendors/_normalize.scss */
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 main,
 menu,
 nav,
 section,
 summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
 /* line 54, ../scss/vendors/_normalize.scss */
 audio,
 canvas,
 progress,
 video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
 /* line 67, ../scss/vendors/_normalize.scss */
 audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
 /* line 77, ../scss/vendors/_normalize.scss */
 [hidden],
 template {
  display: none;
}

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
 /* line 89, ../scss/vendors/_normalize.scss */
 a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
 /* line 98, ../scss/vendors/_normalize.scss */
 a:active,
 a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
 /* line 110, ../scss/vendors/_normalize.scss */
 abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
 /* line 118, ../scss/vendors/_normalize.scss */
 b,
 strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
 /* line 127, ../scss/vendors/_normalize.scss */
 dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
 /* line 136, ../scss/vendors/_normalize.scss */
 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
 /* line 145, ../scss/vendors/_normalize.scss */
 mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
 /* line 154, ../scss/vendors/_normalize.scss */
 small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
 /* line 162, ../scss/vendors/_normalize.scss */
 sub,
 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../scss/vendors/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../scss/vendors/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
 /* line 185, ../scss/vendors/_normalize.scss */
 img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
 /* line 193, ../scss/vendors/_normalize.scss */
 svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
 /* line 204, ../scss/vendors/_normalize.scss */
 figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
 /* line 212, ../scss/vendors/_normalize.scss */
 hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
 /* line 221, ../scss/vendors/_normalize.scss */
 pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
 /* line 229, ../scss/vendors/_normalize.scss */
 code,
 kbd,
 pre,
 samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
 /* line 252, ../scss/vendors/_normalize.scss */
 button,
 input,
 optgroup,
 select,
 textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
 /* line 266, ../scss/vendors/_normalize.scss */
 button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
 /* line 277, ../scss/vendors/_normalize.scss */
 button,
 select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
 /* line 290, ../scss/vendors/_normalize.scss */
 button,
 html input[type="button"],
 input[type="reset"],
 input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
 /* line 302, ../scss/vendors/_normalize.scss */
 button[disabled],
 html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
 /* line 311, ../scss/vendors/_normalize.scss */
 button::-moz-focus-inner,
 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
 /* line 322, ../scss/vendors/_normalize.scss */
 input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
 /* line 334, ../scss/vendors/_normalize.scss */
 input[type="checkbox"],
 input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
 /* line 346, ../scss/vendors/_normalize.scss */
 input[type="number"]::-webkit-inner-spin-button,
 input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
 /* line 356, ../scss/vendors/_normalize.scss */
 input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
 /* line 367, ../scss/vendors/_normalize.scss */
 input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
 /* line 376, ../scss/vendors/_normalize.scss */
 fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
 /* line 387, ../scss/vendors/_normalize.scss */
 legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
 /* line 396, ../scss/vendors/_normalize.scss */
 textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
 /* line 405, ../scss/vendors/_normalize.scss */
 optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
 /* line 416, ../scss/vendors/_normalize.scss */
 table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../scss/vendors/_normalize.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svgicomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "days";
  src: url("../fonts/days.eot");
  src: url("../fonts/days.eot?#iefix") format("embedded-opentype"), url("../fonts/days.woff") format("woff"), url("../fonts/days.ttf") format("truetype"), url("../fonts/days.svgdays") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 2, ../scss/base/_helpers.scss */
.social, .sign, .top-game-list, .game-list, .main-profile .new-game-list, .cycle-gallery .pagination ul, .sidebar ul, .booster .booster-box .list, .booster .booster-list .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 10, ../scss/base/_helpers.scss */
.clearfix:after, dl:after, .container:after, .top-game-list:after, .game-list:after, .main-profile .new-game-list:after, .sidebar .header-box:after, .sidebar .profile-list li:after, .sidebar .profile-menu a:after, .booster .booster-list .list li:after, .footer-box .text-box:after {
  content: '';
  display: block;
  clear: both;
}

/* line 54, ../scss/base/_helpers.scss */
.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

/* line 1, ../scss/base/_reset.scss */
html {
  box-sizing: border-box;
}

/* line 4, ../scss/base/_reset.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 8, ../scss/base/_reset.scss */
* {
  max-height: 1000000px;
}

/* line 10, ../scss/base/_reset.scss */
body {
  color: #000;
  background: #fff;
  font: 13px/18px "days", "Open Sans", "Tahoma", "Arial", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 20, ../scss/base/_reset.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 26, ../scss/base/_reset.scss */
.gm-style img {
  max-width: none;
}

@media only screen and (min-width: 1025px) {
  /* line 30, ../scss/base/_reset.scss */
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}
/* line 1, ../scss/base/_cms-reset.scss */
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1em;
}

/* line 5, ../scss/base/_cms-reset.scss */
blockquote {
  border-left: 4px solid #ccc;
  padding-left: .5em;
  margin-left: 1em;
}

/* line 12, ../scss/base/_cms-reset.scss */
th, td {
  border: 1px solid #ccc;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}

/* line 19, ../scss/base/_cms-reset.scss */
th {
  text-align: center;
  vertical-align: middle;
}

/* line 24, ../scss/base/_cms-reset.scss */
ul, ol {
  padding-left: 3em;
}

/* line 27, ../scss/base/_cms-reset.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

/* line 35, ../scss/base/_cms-reset.scss */
ul {
  list-style-type: disc;
}

/* line 41, ../scss/base/_cms-reset.scss */
dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}
/* line 47, ../scss/base/_cms-reset.scss */
dl dd {
  overflow: hidden;
}

/* line 52, ../scss/base/_cms-reset.scss */
pre {
  max-width: 100%;
}

/* line 3, ../scss/base/_forms.scss */
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

/* line 10, ../scss/base/_forms.scss */
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #fff;
  padding: 0.4em 0.7em;
}
/* line 27, ../scss/base/_forms.scss */
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #fff;
}
/* line 367, ../scss/base/_mixins.scss */
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
/* line 368, ../scss/base/_mixins.scss */
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
/* line 369, ../scss/base/_mixins.scss */
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}
/* line 370, ../scss/base/_mixins.scss */
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}
/* line 371, ../scss/base/_mixins.scss */
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #fff;
}

/* line 36, ../scss/base/_forms.scss */
select {
  -webkit-border-radius: 0;
}

/* line 40, ../scss/base/_forms.scss */
textarea {
  resize: vertical;
  vertical-align: top;
}

/* line 45, ../scss/base/_forms.scss */
button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

/* line 3, ../scss/base/_typography.scss */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

/* line 16, ../scss/base/_typography.scss */
h1, .h1 {
  font-size: 25px;
}

/* line 20, ../scss/base/_typography.scss */
h2, .h2 {
  font-size: 25px;
}

/* line 24, ../scss/base/_typography.scss */
h3, .h3 {
  font-size: 18px;
}

/* line 28, ../scss/base/_typography.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 32, ../scss/base/_typography.scss */
h5, .h5 {
  font-size: 16px;
}

/* line 36, ../scss/base/_typography.scss */
h6, .h6 {
  font-size: 14px;
}

/* line 40, ../scss/base/_typography.scss */
p {
  margin: 0 0 1em;
}

/* line 44, ../scss/base/_typography.scss */
a {
  color: #fff;
}
/* line 46, ../scss/base/_typography.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 1, ../scss/layout/_general.scss */
html {
  height: 100%;
}

/* line 2, ../scss/layout/_general.scss */
body {
  width: 100%;
  margin: 0;
  height: 100%;
  display: table;
  table-layout: fixed;
  background: url(../img/bg_main.png);
}

/* line 10, ../scss/layout/_general.scss */
#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: table-cell;
  margin: 0 auto;
}

/* line 17, ../scss/layout/_general.scss */
.container {
  width: 100%;
  max-width: 748px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 25, ../scss/layout/_general.scss */
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
/* line 28, ../scss/layout/_general.scss */
a:hover {
  text-decoration: none;
}

/* line 32, ../scss/layout/_general.scss */
#footer {
  overflow: hidden;
  display: table-footer-group;
  height: 1%;
}

/* line 37, ../scss/layout/_general.scss */
p {
  color: #4e4e4e;
}

/* line 1, ../scss/layout/_header.scss */
#header {
  background: url(../img/header.png) no-repeat;
  background-size: 100% 100%;
  min-height: 230px;
  text-align: right;
  padding: 6px 0 0 0;
  position: relative;
  z-index: 4;
}
/* line 10, ../scss/layout/_header.scss */
#header .logo {
  position: absolute;
  left: 13px;
  top: 7px;
  width: 422px;
}
/* line 16, ../scss/layout/_header.scss */
#header .container {
  position: relative;
}

/* line 20, ../scss/layout/_header.scss */
.social {
  padding-top: 7px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  /* line 20, ../scss/layout/_header.scss */
  .social {
    margin-bottom: 32px;
  }
}
@media (min-width: 1500px) {
  /* line 20, ../scss/layout/_header.scss */
  .social {
    margin-bottom: 30px;
  }
}
/* line 31, ../scss/layout/_header.scss */
.social li {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 21px;
  padding-top: 1px;
  font-size: 16px;
  margin-left: 6px;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
  background: url(../img/social.jpg) repeat-x;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
/* line 47, ../scss/layout/_header.scss */
.social li:hover {
  background: url(../img/social-hov.jpg) repeat-x;
}
/* line 50, ../scss/layout/_header.scss */
.social li a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

/* line 58, ../scss/layout/_header.scss */
.sign li {
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  padding: 0 17px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  background: url(../img/button.jpg) repeat-x;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 870px) {
  /* line 58, ../scss/layout/_header.scss */
  .sign li {
    margin-bottom: 15px;
  }
}
/* line 78, ../scss/layout/_header.scss */
.sign li:hover {
  background: url(../img/button-hov.jpg) repeat-x;
}

/* line 86, ../scss/layout/_header.scss */
.main-profile #header .container,
.booster #header .container {
  position: static;
  max-width: 994px;
  padding-left: 260px;
}
/* line 91, ../scss/layout/_header.scss */
.main-profile #header .logo,
.booster #header .logo {
  left: 22px;
  top: 12px;
}
/* line 96, ../scss/layout/_header.scss */
.main-profile .social,
.booster .social {
  margin-bottom: 37px;
}
@media (min-width: 1024px) {
  /* line 96, ../scss/layout/_header.scss */
  .main-profile .social,
  .booster .social {
    margin-bottom: 36px;
  }
}
@media (min-width: 1500px) {
  /* line 96, ../scss/layout/_header.scss */
  .main-profile .social,
  .booster .social {
    margin-bottom: 32px;
  }
}

/* line 1, ../scss/layout/_main.scss */
#main {
  margin-top: 20px;
  padding-bottom: 0;
}
@media (min-width: 900px) {
  /* line 1, ../scss/layout/_main.scss */
  #main {
    margin-top: -15px;
  }
}
@media (min-width: 1500px) {
  /* line 1, ../scss/layout/_main.scss */
  #main {
    margin-top: -60px;
  }
}

/* line 12, ../scss/layout/_main.scss */
.top-game-list, .game-list, .main-profile .new-game-list {
  margin: 0 -11px 11px;
}
@media (max-width: 969px) {
  /* line 12, ../scss/layout/_main.scss */
  .top-game-list, .game-list, .main-profile .new-game-list {
    text-align: center;
  }
}
/* line 19, ../scss/layout/_main.scss */
.top-game-list li, .game-list li, .main-profile .new-game-list li {
  float: left;
  width: 33.3333%;
  padding: 0 11px;
  overflow: hidden;
}
@media (max-width: 969px) {
  /* line 19, ../scss/layout/_main.scss */
  .top-game-list li, .game-list li, .main-profile .new-game-list li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: -6px;
    width: 50%;
    margin-bottom: 30px;
  }
}
/* line 31, ../scss/layout/_main.scss */
.top-game-list li a, .game-list li a, .main-profile .new-game-list li a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  z-index: 4;
}
/* line 40, ../scss/layout/_main.scss */
.top-game-list li a:hover img, .game-list li a:hover img, .main-profile .new-game-list li a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 47, ../scss/layout/_main.scss */
.top-game-list li a:hover .game-title, .game-list li a:hover .game-title, .main-profile .new-game-list li a:hover .game-title {
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
/* line 55, ../scss/layout/_main.scss */
.top-game-list li a img, .game-list li a img, .main-profile .new-game-list li a img {
  vertical-align: top;
  width: 100%;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}
/* line 62, ../scss/layout/_main.scss */
.top-game-list li a .game-title, .game-list li a .game-title, .main-profile .new-game-list li a .game-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

/* line 71, ../scss/layout/_main.scss */
.separator {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  padding: 16px 0 24px;
}
/* line 77, ../scss/layout/_main.scss */
.separator span {
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-bottom: 8px solid;
  border-bottom-color: #47b5ef;
  position: relative;
  top: -11px;
}
/* line 86, ../scss/layout/_main.scss */
.separator span:after {
  content: '';
  position: absolute;
  left: -14px;
  top: 8px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 8px solid;
  border-top-color: #47b5ef;
}
/* line 98, ../scss/layout/_main.scss */
.separator:before, .separator:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
}
/* line 107, ../scss/layout/_main.scss */
.separator:before {
  left: -4px;
  margin: 0 0 0 -50%;
  background: url(../img/separator-left.png) no-repeat;
  background-size: cover;
}
/* line 113, ../scss/layout/_main.scss */
.separator:after {
  left: 4px;
  margin: 0 -50% 0 0;
  background: url(../img/separator-right.png) no-repeat;
  background-size: cover;
}

/* line 120, ../scss/layout/_main.scss */
.cycle-gallery {
  position: relative;
}
/* line 122, ../scss/layout/_main.scss */
.cycle-gallery .mask {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
/* line 127, ../scss/layout/_main.scss */
.cycle-gallery .mask .slideset {
  width: 99999px;
  float: left;
}
/* line 130, ../scss/layout/_main.scss */
.cycle-gallery .mask .slideset img {
  vertical-align: top;
  margin-bottom: 14px;
  height: 362px;
}
/* line 136, ../scss/layout/_main.scss */
.cycle-gallery .mask .slide {
  float: left;
}
/* line 138, ../scss/layout/_main.scss */
.cycle-gallery .mask .slide .text-box {
  font-family: 'Open Sans', sans-serif;
  opacity: 0;
  padding-left: 12px;
  transition: all 0.2s ease-in-out;
}
/* line 143, ../scss/layout/_main.scss */
.cycle-gallery .mask .slide .text-box h2 {
  float: left;
  font-size: 19px;
  line-height: 30px;
  color: #47b5ef;
  padding-top: 10px;
  margin-right: 81px;
}
/* line 151, ../scss/layout/_main.scss */
.cycle-gallery .mask .slide .text-box p {
  color: #4e4e4e;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}
/* line 158, ../scss/layout/_main.scss */
.cycle-gallery .mask .slide.active {
  z-index: 1;
}
/* line 160, ../scss/layout/_main.scss */
.cycle-gallery .mask .slide.active .text-box {
  opacity: 1;
  transition: all 1.5s ease-in-out;
}
/* line 167, ../scss/layout/_main.scss */
.cycle-gallery .btn-prev {
  position: absolute;
  top: 44%;
  left: 12px;
  width: 16px;
  height: 25px;
  background: url(../img/prev.png) no-repeat;
  background-size: cover;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
/* line 177, ../scss/layout/_main.scss */
.cycle-gallery .btn-prev:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 185, ../scss/layout/_main.scss */
.cycle-gallery .btn-next {
  position: absolute;
  top: 44%;
  right: 12px;
  width: 16px;
  height: 25px;
  background: url(../img/next.png) no-repeat;
  background-size: cover;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
/* line 195, ../scss/layout/_main.scss */
.cycle-gallery .btn-next:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 203, ../scss/layout/_main.scss */
.cycle-gallery .pagination {
  position: absolute;
  top: 87%;
  z-index: 2;
  width: 100%;
  text-align: center;
  z-index: 2;
}
/* line 213, ../scss/layout/_main.scss */
.cycle-gallery .pagination li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-left: 5px;
}
/* line 218, ../scss/layout/_main.scss */
.cycle-gallery .pagination li a {
  text-indent: -99999px;
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 9px;
  border-radius: 1px;
  border: 1px solid #fff;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
/* line 229, ../scss/layout/_main.scss */
.cycle-gallery .pagination li.active a {
  background: #47b5ef;
  border-color: #47b5ef;
}

/* line 237, ../scss/layout/_main.scss */
.game-list {
  margin-bottom: 0;
}
/* line 240, ../scss/layout/_main.scss */
.game-list li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: -5px;
  margin-bottom: 43px;
}
/* line 245, ../scss/layout/_main.scss */
.game-list li a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 248, ../scss/layout/_main.scss */
.game-list li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: rgba(82, 85, 103, 0.38);
}
/* line 260, ../scss/layout/_main.scss */
.game-list .text-box {
  background: #78d3fa;
  background: -moz-linear-gradient(top, #78d3fa 0%, #5eb5e1 100%);
  background: -webkit-linear-gradient(top, #78d3fa 0%, #5eb5e1 100%);
  background: linear-gradient(to bottom, #78d3fa 0%, #5eb5e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d3fa', endColorstr='#5eb5e1',GradientType=0 );
  overflow: hidden;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  padding: 7px 11px 11px;
  font-size: 10px;
  line-height: 14px;
  height: 125px;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}
/* line 276, ../scss/layout/_main.scss */
.game-list .text-box h3 {
  font-family: 'days', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #fff2c4;
  margin-bottom: 3px;
}
/* line 283, ../scss/layout/_main.scss */
.game-list .text-box p {
  color: #fff;
}

/* line 288, ../scss/layout/_main.scss */
.mail {
  margin-bottom: 30px;
  text-align: center;
}
/* line 291, ../scss/layout/_main.scss */
.mail img {
  width: 35px;
  margin-bottom: -7px;
}
/* line 295, ../scss/layout/_main.scss */
.mail a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: block;
  color: #47b5ef;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  font-size: 11px;
}
/* line 303, ../scss/layout/_main.scss */
.mail a:hover {
  text-decoration: none;
}

/* line 308, ../scss/layout/_main.scss */
.authorization {
  text-align: center;
}
/* line 310, ../scss/layout/_main.scss */
.authorization #main {
  margin-top: -38px;
}

/* line 314, ../scss/layout/_main.scss */
.form-holder {
  display: inline-block;
  vertical-align: top;
  background: #2db5f4;
  background: -moz-linear-gradient(top, #2db5f4 0%, #2db5f4 99%);
  background: -webkit-linear-gradient(top, #2db5f4 0%, #2db5f4 99%);
  background: linear-gradient(to bottom, #2db5f4 0%, #2db5f4 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2db5f4', endColorstr='#2db5f4',GradientType=0 );
  color: #fff;
  padding: 20px 46px 25px;
  border-radius: 5px;
  margin-bottom: 16px;
}
/* line 325, ../scss/layout/_main.scss */
.form-holder h2 {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 8px;
  font-weight: 100;
}
/* line 331, ../scss/layout/_main.scss */
.form-holder .main-form {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 18px;
  text-align: left;
  width: 249px;
}
/* line 337, ../scss/layout/_main.scss */
.form-holder .main-form .form-box {
  padding-top: 16px;
  margin-bottom: 4px;
}
/* line 341, ../scss/layout/_main.scss */
.form-holder .main-form label {
  display: block;
  margin-bottom: 2px;
}
/* line 345, ../scss/layout/_main.scss */
.form-holder .main-form input {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 2px solid #fff;
  height: 24px;
  color: #74878f;
  padding: 0 0 0 10px;
  margin-bottom: 3px;
  outline: none;
}
/* line 356, ../scss/layout/_main.scss */
.form-holder .main-form input:focus,
.form-holder .main-form input:active {
  border: 2px solid #ffbb8d;
  box-shadow: none;
  outline: none;
}
/* line 362, ../scss/layout/_main.scss */
.form-holder .main-form input[type="submit"] {
  border: none;
  font-weight: 700;
  height: 36px;
  text-transform: uppercase;
  color: #fff;
  background: url(../img/button.jpg) repeat-x;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
/* line 376, ../scss/layout/_main.scss */
.form-holder .main-form input[type="submit"]:hover {
  background: url(../img/button-hov.jpg) repeat-x;
  background-size: 100% 100%;
}
/* line 367, ../scss/base/_mixins.scss */
.form-holder .main-form::-webkit-input-placeholder {
  color: #74878f;
}
/* line 368, ../scss/base/_mixins.scss */
.form-holder .main-form::-moz-placeholder {
  opacity: 1;
  color: #74878f;
}
/* line 369, ../scss/base/_mixins.scss */
.form-holder .main-form:-moz-placeholder {
  color: #74878f;
}
/* line 370, ../scss/base/_mixins.scss */
.form-holder .main-form:-ms-input-placeholder {
  color: #74878f;
}
/* line 371, ../scss/base/_mixins.scss */
.form-holder .main-form.placeholder {
  color: #74878f;
}
/* line 384, ../scss/layout/_main.scss */
.form-holder .main-form a {
  float: right;
  font-size: 12px;
  color: #fff0b5;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
/* line 390, ../scss/layout/_main.scss */
.form-holder .main-form a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 395, ../scss/layout/_main.scss */
.form-holder .main-form span {
  font-size: 10px;
  color: #ffd2b4;
}

/* line 401, ../scss/layout/_main.scss */
.reg-box {
  font-size: 12px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: #4e4e4e;
}
/* line 407, ../scss/layout/_main.scss */
.reg-box a {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  font-weight: 700;
  color: #47b5ef;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
/* line 414, ../scss/layout/_main.scss */
.reg-box a:hover {
  text-decoration: none;
  color: #4e4e4e;
}

/* line 420, ../scss/layout/_main.scss */
.registration {
  text-align: center;
}
/* line 421, ../scss/layout/_main.scss */
.registration #main {
  margin-top: -38px;
}
/* line 425, ../scss/layout/_main.scss */
.registration .form-holder .main-form .form-box {
  margin-bottom: 20px;
}
/* line 428, ../scss/layout/_main.scss */
.registration .form-holder .main-form .form-box.password {
  margin-bottom: 0;
  padding-top: 0;
}
/* line 432, ../scss/layout/_main.scss */
.registration .form-holder .main-form input[type="submit"] {
  margin-top: 22px;
}
/* line 436, ../scss/layout/_main.scss */
.registration .reg-box a {
  display: block;
  padding-top: 9px;
  margin: 0;
}

/* line 443, ../scss/layout/_main.scss */
.confirm {
  text-align: center;
}
/* line 444, ../scss/layout/_main.scss */
.confirm #main {
  margin-top: -38px;
}
/* line 448, ../scss/layout/_main.scss */
.confirm .form-holder {
  padding: 19px 19px 10px;
  max-width: 350px;
  font-size: 12px;
  line-height: 14px;
}
/* line 453, ../scss/layout/_main.scss */
.confirm .form-holder p {
  color: #fff;
  margin-bottom: 18px;
  font-family: 'Open Sans', sans-serif;
}

/* line 461, ../scss/layout/_main.scss */
.main-profile #main {
  margin-top: -125px;
  position: relative;
}
/* line 464, ../scss/layout/_main.scss */
.main-profile #main .container {
  max-width: 994px;
  padding-left: 260px;
  padding-top: 81px;
}
/* line 470, ../scss/layout/_main.scss */
.main-profile .mail {
  margin-top: 10px;
}
/* line 473, ../scss/layout/_main.scss */
.main-profile .games {
  color: #000;
}
/* line 475, ../scss/layout/_main.scss */
.main-profile .games h2 {
  color: #47b5ef;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 7px;
  font-weight: 100;
}
/* line 482, ../scss/layout/_main.scss */
.main-profile .games .top-game-list, .main-profile .games .game-list, .main-profile .games .new-game-list {
  line-height: 18px;
  color: #4e4e4e;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 8px;
}
/* line 488, ../scss/layout/_main.scss */
.main-profile .games .top-game-list a, .main-profile .games .game-list a, .main-profile .games .new-game-list a {
  margin-bottom: 10px;
}
/* line 491, ../scss/layout/_main.scss */
.main-profile .games .top-game-list li, .main-profile .games .game-list li, .main-profile .games .new-game-list li {
  margin-bottom: 9px;
}
/* line 494, ../scss/layout/_main.scss */
.main-profile .games .top-game-list h3, .main-profile .games .game-list h3, .main-profile .games .new-game-list h3 {
  color: #47b5ef;
  font-size: 14px;
  margin-bottom: 2px;
}
/* line 499, ../scss/layout/_main.scss */
.main-profile .games .top-game-list p, .main-profile .games .game-list p, .main-profile .games .new-game-list p {
  font-size: 11px;
}
/* line 506, ../scss/layout/_main.scss */
.main-profile .new-game-list li {
  margin-bottom: 14px;
  position: relative;
}
/* line 509, ../scss/layout/_main.scss */
.main-profile .new-game-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.68);
}
/* line 519, ../scss/layout/_main.scss */
.main-profile .new-game-list li .btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -64px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 129px;
  padding: 7px;
  z-index: 2;
  background: url(../img/button.jpg) repeat-x;
  background-size: 100% 100%;
  transition: all 0.3s ease-in-out;
}
/* line 537, ../scss/layout/_main.scss */
.main-profile .new-game-list li .btn:hover {
  background: url(../img/button-hov.jpg) repeat-x;
  background-size: 100% 100%;
}

/* line 545, ../scss/layout/_main.scss */
.promo {
  min-height: 150px;
  background: #e6f7fe;
  position: relative;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 70px;
  border-radius: 5px;
}
/* line 553, ../scss/layout/_main.scss */
.promo:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
/* line 560, ../scss/layout/_main.scss */
.promo p {
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 24px;
  width: 100%;
}

/* line 568, ../scss/layout/_main.scss */
.sidebar {
  position: absolute;
  top: -20px;
  left: 0;
  width: 235px;
  padding: 108px 0 250px;
  background: url(../img/bg-sidebar.png) no-repeat;
  background-size: 100% 100%;
}
/* line 576, ../scss/layout/_main.scss */
.sidebar .btn {
  background: url(../img/button.jpg) repeat-x;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
/* line 584, ../scss/layout/_main.scss */
.sidebar .btn:hover {
  background: url(../img/button-hov.jpg) repeat-x;
}
/* line 591, ../scss/layout/_main.scss */
.sidebar .header-box {
  padding: 0 5px 0 14px;
  margin-bottom: 9px;
  position: relative;
  z-index: 5;
}
/* line 597, ../scss/layout/_main.scss */
.sidebar .header-box .avatar-box {
  font-family: 'Open Sans', sans-serif;
  float: left;
  margin-right: 8px;
  border: 3px solid #fff;
  border-radius: 10px;
  position: relative;
  padding-bottom: 1px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  max-height: 133px;
  width: 91px;
}
/* line 609, ../scss/layout/_main.scss */
.sidebar .header-box .avatar-box img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 613, ../scss/layout/_main.scss */
.sidebar .header-box .avatar-box .info-box {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 19px;
  position: absolute;
  bottom: -6px;
  left: -5px;
  right: -5px;
  height: 30px;
  line-height: 21px;
  text-align: center;
  font-size: 12px;
  padding-left: 16px;
  overflow: hidden;
  border-bottom-left-radius: 15px;
}
/* line 628, ../scss/layout/_main.scss */
.sidebar .header-box .avatar-box .info-box .progres-bar {
  background: url(../img/progres-bar.png) no-repeat;
  background-size: cover;
}
/* line 632, ../scss/layout/_main.scss */
.sidebar .header-box .avatar-box .info-box .level {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #2db5f4;
  position: absolute;
  left: -1px;
  bottom: 2px;
  padding-top: 2px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 12px;
}
/* line 648, ../scss/layout/_main.scss */
.sidebar .header-box h3 {
  font-weight: 100;
  color: #9d5221;
  font-size: 13px;
  line-height: 19px;
  padding-top: 20px;
  margin-bottom: 9px;
}
/* line 656, ../scss/layout/_main.scss */
.sidebar .header-box .btn {
  display: inline-block;
  vertical-align: top;
  padding: 0 16px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
}
/* line 668, ../scss/layout/_main.scss */
.sidebar .profile-list {
  padding: 0 14px 015px;
  font-size: 13px;
  line-height: 15px;
  color: #4e4e4e;
  font-family: 'Open Sans', sans-serif;
}
/* line 674, ../scss/layout/_main.scss */
.sidebar .profile-list p {
  float: left;
}
/* line 677, ../scss/layout/_main.scss */
.sidebar .profile-list span {
  font-weight: 600;
  float: right;
  font-size: 17px;
  color: #a25b29;
}
/* line 683, ../scss/layout/_main.scss */
.sidebar .profile-list li {
  padding: 12px 32px 4px 30px;
  position: relative;
  border-top: 1px solid #f4d360;
}
/* line 688, ../scss/layout/_main.scss */
.sidebar .profile-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/sidebar-sprite.png) no-repeat;
}
/* line 696, ../scss/layout/_main.scss */
.sidebar .profile-list li a {
  position: absolute;
  top: 8px;
  right: 1px;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 25px;
  border-radius: 3px;
}
/* line 709, ../scss/layout/_main.scss */
.sidebar .profile-list li.rating:before {
  top: 10px;
  left: -2px;
  width: 23px;
  height: 18px;
}
/* line 717, ../scss/layout/_main.scss */
.sidebar .profile-list li.many:before {
  top: 10px;
  left: -1px;
  width: 21px;
  height: 24px;
  background-position: 0 -43px;
}
/* line 726, ../scss/layout/_main.scss */
.sidebar .profile-list li.booster:before {
  top: 9px;
  left: -1px;
  width: 22px;
  height: 24px;
  background-position: 0 -88px;
}
/* line 735, ../scss/layout/_main.scss */
.sidebar .profile-list li.vip:before {
  top: 11px;
  left: -3px;
  width: 23px;
  height: 23px;
  background-position: 0 -134px;
}
/* line 745, ../scss/layout/_main.scss */
.sidebar .profile-menu {
  border-top: 1px solid #efba00;
  font-family: 'Open Sans', sans-serif;
}
/* line 748, ../scss/layout/_main.scss */
.sidebar .profile-menu a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  color: #a25b29;
  padding: 19px 14px 23px 69px;
}
/* line 759, ../scss/layout/_main.scss */
.sidebar .profile-menu a:hover {
  text-decoration: none;
  background: #ffe89a;
}
/* line 762, ../scss/layout/_main.scss */
.sidebar .profile-menu a:hover:after {
  background: url(../img/button-hov.jpg) repeat-x !important;
  background-size: 100% 100% !important;
}
/* line 767, ../scss/layout/_main.scss */
.sidebar .profile-menu a:before {
  content: "";
  position: absolute;
  background: url(../img/sidebar-sprite2.png) no-repeat;
}
/* line 772, ../scss/layout/_main.scss */
.sidebar .profile-menu a span {
  text-decoration: none;
  float: right;
  font-size: 17px;
  font-weight: 600;
  padding-top: 4px;
}
/* line 778, ../scss/layout/_main.scss */
.sidebar .profile-menu a span span {
  float: none;
  color: #d15a0b;
}
/* line 786, ../scss/layout/_main.scss */
.sidebar .profile-menu li.my-games a:before {
  top: 17px;
  left: 13px;
  width: 46px;
  height: 32px;
  background-position: 0 0;
}
/* line 794, ../scss/layout/_main.scss */
.sidebar .profile-menu li.my-games:hover span {
  background: url(../img/button-hov.jpg) repeat-x;
}
/* line 798, ../scss/layout/_main.scss */
.sidebar .profile-menu li.my-games span {
  position: absolute;
  top: 19px;
  right: 15px;
  padding: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 24px;
  border-radius: 3px;
  background: url(../img/button2.jpg) repeat-x;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
/* line 822, ../scss/layout/_main.scss */
.sidebar .profile-menu li.my-mail a:before {
  top: 14px;
  left: 13px;
  width: 43px;
  height: 34px;
  background-position: 0 -58px;
}
/* line 831, ../scss/layout/_main.scss */
.sidebar .profile-menu li.my-friends a:before {
  top: 18px;
  left: 12px;
  width: 43px;
  height: 38px;
  background-position: 0 -124px;
}

/* line 843, ../scss/layout/_main.scss */
.booster #main {
  position: relative;
  margin-top: -125px;
}
/* line 846, ../scss/layout/_main.scss */
.booster #main .container {
  max-width: 994px;
  padding-left: 260px;
  padding-top: 81px;
}
/* line 852, ../scss/layout/_main.scss */
.booster .mail {
  margin-top: 10px;
}
/* line 855, ../scss/layout/_main.scss */
.booster .separator {
  padding-bottom: 16px;
}
/* line 858, ../scss/layout/_main.scss */
.booster h2 {
  color: #47b5ef;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 7px;
  font-weight: 100;
}
/* line 865, ../scss/layout/_main.scss */
.booster .booster-box {
  background: #e6f7fe;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 5px;
  padding: 8px 0 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 30px;
}
/* line 874, ../scss/layout/_main.scss */
.booster .booster-box h3 {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}
/* line 881, ../scss/layout/_main.scss */
.booster .booster-box .list {
  text-align: center;
  margin: 0 12px;
}
/* line 885, ../scss/layout/_main.scss */
.booster .booster-box .list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  margin-right: -6px;
  position: relative;
}
@media (max-width: 1080px) {
  /* line 885, ../scss/layout/_main.scss */
  .booster .booster-box .list li {
    max-width: 310px;
  }
}
/* line 893, ../scss/layout/_main.scss */
.booster .booster-box .list li a {
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
}
/* line 895, ../scss/layout/_main.scss */
.booster .booster-box .list li a span {
  font-weight: 700;
  text-decoration: underline;
  position: absolute;
  bottom: 27px;
  left: 0;
  right: 0;
  text-align: center;
  color: #47b5ef;
  transition: all 0.3s ease-in-out;
}
/* line 905, ../scss/layout/_main.scss */
.booster .booster-box .list li a span:hover {
  color: #4e4e4e;
  text-decoration: none;
}
/* line 911, ../scss/layout/_main.scss */
.booster .booster-box .list li a:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 919, ../scss/layout/_main.scss */
.booster .booster-box .list li img {
  width: 100%;
  border-radius: 8px;
}
/* line 926, ../scss/layout/_main.scss */
.booster .booster-list {
  background: #e6f7fe;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 22px;
  margin-bottom: 50px;
}
/* line 932, ../scss/layout/_main.scss */
.booster .booster-list .list {
  font-size: 12px;
  line-height: 40px;
  color: #4e4e4e;
  padding: 12px 27px 0;
}
/* line 938, ../scss/layout/_main.scss */
.booster .booster-list .list li {
  border-bottom: 1px solid #b2e1f9;
  padding: 0 7px 0px 4px;
  margin-bottom: -1px;
}
/* line 953, ../scss/layout/_main.scss */
.booster .booster-list .list .time {
  font-size: 10px;
  margin-right: 45px;
}
/* line 957, ../scss/layout/_main.scss */
.booster .booster-list .list .price {
  font-size: 14px;
  font-weight: 600;
  float: right !important;
  color: #5ca84d;
}
@media (max-width: 986px) {
  /* line 957, ../scss/layout/_main.scss */
  .booster .booster-list .list .price {
    text-align: right;
  }
}
/* line 969, ../scss/layout/_main.scss */
.booster .booster-list .list .price.mark {
  color: #e95d31;
}
/* line 974, ../scss/layout/_main.scss */
.booster .booster-list .control {
  font-weight: 700;
  text-align: right;
  font-size: 13px;
  line-height: 30px;
  padding: 8px 35px 0;
}
/* line 980, ../scss/layout/_main.scss */
.booster .booster-list .control a {
  text-decoration: underline;
  color: #47b5ef;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
/* line 985, ../scss/layout/_main.scss */
.booster .booster-list .control a:hover {
  color: #4e4e4e;
  text-decoration: none;
}

/* line 1, ../scss/layout/_footer.scss */
.footer-box {
  background: url(../img/footer.png) no-repeat;
  background-size: 100% 200px;
  background-position: 50%;
  height: 200px;
  text-align: left;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  padding-top: 43px;
  font-family: 'Open Sans', sans-serif;
}
/* line 12, ../scss/layout/_footer.scss */
.footer-box .logo {
  float: left;
  width: 100%;
  margin-bottom: 28px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'days', sans-serif;
}
/* line 22, ../scss/layout/_footer.scss */
.footer-box .text-box p {
  color: #fff;
  float: left;
}
/* line 26, ../scss/layout/_footer.scss */
.footer-box .text-box .right {
  float: right;
}
/* line 28, ../scss/layout/_footer.scss */
.footer-box .text-box .right a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
/* line 31, ../scss/layout/_footer.scss */
.footer-box .text-box .right a:hover {
  color: #47b5ef;
  text-decoration: none;
}
