* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #666666;
  font: normal 75%/1.5 'Open Sans', Arial, sans-serif;
}
h1 {
  font-size: 249.9975%;
  margin-bottom: 8px;
}
h2 {
  font-size: 200.0025%;
  margin-bottom: 8px;
}
h3 {
  font-size: 150%;
  margin-bottom: 8px;
}
h4 {
  font-size: 99.99749999999999%;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 87.50250000000001%;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h6 {
  font-size: 75%;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.1667;
  margin-top: 0;
  font-weight: normal;
}
hr {
  margin: 16px 0;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
p,
pre {
  margin: 0 0 16px 0;
}
ol,
ul {
  padding: 0 0 0 1.5rem;
  margin: 0 0 16px 0;
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
pre {
  clear: both;
  background: #333333;
  color: #2ecc71;
  padding: 20px;
  display: block;
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}
code {
  font-family: monospace;
}
blockquote {
  background: #f2f2f2;
  padding: 10px 20px;
  margin: 0 0 16px 0;
  position: relative;
  border-left: 3px solid #0099ff;
  overflow: hidden;
}
blockquote p {
  color: #999999;
}
blockquote p:last-child {
  margin-bottom: 0;
}
article,
aside,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
}
body {
  margin: 0;
}
iframe {
  border: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
code,
pre {
  font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
}
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"],
input.searchfield {
  -webkit-appearance: textfield;
}
input[type="search"]:focus::-webkit-input-placeholder,
input.searchfield:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input.searchfield::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input.searchfield::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 16px;
  border: 1px solid #f2f2f2;
}
table th,
table caption {
  background: #f2f2f2;
  padding: 5px 10px;
}
table td {
  padding: 5px 10px;
}
table tr:nth-child(odd) {
  background: #ffffff;
}
table tr:nth-child(even) {
  background: #fcfcfc;
}
table tr:hover {
  background: #e5f5ff;
}
table.greedy {
  width: 100%;
}
.screen-reader {
  display: none;
}
/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input.text,
textarea,
input.settings-input {
  padding: 0 4px;
  border: 1px solid #999999;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  min-height: 32px;
  border-radius: 4px;
  background: #ffffff;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input.text:focus,
textarea:focus,
input.settings-input:focus {
  outline-color: #0099ff;
  border-color: #0099ff;
}
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=url][readonly],
input.text[readonly],
textarea[readonly],
input.settings-input[readonly],
input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=url][disabled],
input.text[disabled],
textarea[disabled],
input.settings-input[disabled] {
  color: #b3b3b3;
  background: #f2f2f2;
}
.form-select {
  max-width: 100%;
  border: 1px solid #999999;
  border-radius: 4px;
  background: #ffffff;
  display: inline-block;
  height: 32px;
}
.form-select select {
  background: transparent;
  height: 32px;
  padding: 4px;
  border: none;
  width: 100%;
}
.form-select.greedy {
  width: 100%;
}
textarea {
  width: 100%;
  height: 150px;
}
input.text {
  width: 200px;
}
input.long-text {
  width: 350px;
}
input.radio {
  margin-right: 5px;
}
input.greedy {
  width: 100%;
}
input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-left: 8px;
}
textarea.error,
input.error {
  border-color: #ff9900;
  background: #ffebcc;
  color: #cc7a00;
  margin: 0;
}
label {
  margin-bottom: 8px;
  display: block;
}
label span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
label span.inline {
  display: inline-block;
}
label.error {
  color: #ff9900;
  margin-bottom: 4px;
}
label em {
  color: #cccccc;
}
legend {
  padding: 0 8px;
  text-transform: uppercase;
  font-size: 87.50250000000001%;
  font-weight: bold;
  border: none;
}
fieldset {
  padding: 16px 16px;
  margin: 0 0 8px 0;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
fieldset ul.radio {
  margin: 0;
}
fieldset a {
  text-decoration: underline;
}
fieldset h3 {
  color: #0099ff;
  font-weight: 600;
}
form.horizontal label {
  float: left;
  margin-right: 16px;
  width: 320px;
}
form.horizontal label.no-label {
  padding-top: 16px;
}
.search-form {
  position: relative;
}
.search-form button {
  position: absolute;
  top: 3px;
  right: 7px;
  background: transparent;
  color: #b3b3b3;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-form button:hover {
  background: transparent;
  color: #1a1a1a;
  border: none;
}
.search-form button:before {
  font-family: 'Miniclip';
  speak: none;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "\e643";
}
.search-form button span {
  display: none;
}
@font-face {
  font-family: 'Miniclip';
  src: url('/styles/fonts/Miniclip.eot?v9');
  src: url('/styles/fonts/Miniclip.eot?#iefixv9') format('embedded-opentype'), url('/styles/fonts/Miniclip.woff?v9') format('woff'), url('/styles/fonts/Miniclip.ttf?v9') format('truetype'), url('/styles/fonts/Miniclip.svg?v9#Miniclip') format('svg');
  font-weight: normal;
  font-style: normal;
}
.box {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: #ffffff;
  text-align: left;
}
.box.clean {
  border: none;
}
.box.cool {
  background: #0099ff;
}
.box.hot {
  background: #ff9900;
}
.box.positive {
  background: #2ecc71;
}
.box.neutral {
  background: #e6e6e6;
  color: #1a1a1a;
}
.box.cool,
.box.hot,
.box.positive {
  color: #ffffff;
}
.box.cool a,
.box.hot a,
.box.positive a {
  color: #ffffff;
  font-weight: 600;
}
.box.cool h1,
.box.hot h1,
.box.positive h1,
.box.cool h2,
.box.hot h2,
.box.positive h2,
.box.cool h3,
.box.hot h3,
.box.positive h3,
.box.cool h4,
.box.hot h4,
.box.positive h4,
.box.cool h5,
.box.hot h5,
.box.positive h5,
.box.cool h6,
.box.hot h6,
.box.positive h6 {
  color: #ffffff;
}
.box.greedy {
  margin-bottom: 8px;
}
.box.roomy,
.box .inner {
  padding: 16px 8px;
}
.box .overhang {
  position: absolute;
  bottom: -5px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  left: 14px;
  right: 14px;
  background: #ffffff;
}
.box.no-chrome {
  background: transparent;
  border: none;
}
.box.no-chrome .inner {
  background: #ffffff;
  border: 2px solid #ffffff;
}
.box.no-chrome .overhang {
  bottom: -3px;
}
.box header {
  color: #ffffff;
  text-align: left;
}
.box header h1,
.box header h2,
.box header h3,
.box header h4 {
  font-size: 99.99749999999999%;
  margin-bottom: 8px;
  font-weight: 600;
}
.box header img {
  float: left;
  margin-right: 8px;
  max-height: 16px;
  margin-top: 8px;
}
.box header.pretty {
  background: #0099ff;
  border-radius: 4px;
  line-height: 32px;
  height: 32px;
  padding: 0 0 0 8px;
}
.box header.pretty a:not(.button) {
  color: #ccebff;
  text-decoration: none;
}
.box header.pretty a:not(.button):hover {
  color: #ffffff;
}
.box header.pretty a:not(.button).more {
  float: right;
}
.box header.pretty a:not(.button).more:after {
  font-family: 'Miniclip';
  speak: none;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "\e65d";
}
.box header.pretty h1 a:not(.button),
.box header.pretty h2 a:not(.button),
.box header.pretty h3 a:not(.button) {
  color: #ffffff;
}
.box header.pretty h1,
.box header.pretty h2,
.box header.pretty h3,
.box header.pretty h4,
.box header.pretty h5,
.box header.pretty h6 {
  display: inline-block;
  color: #ffffff;
  line-height: 32px;
}
.box header.pretty.hot {
  background: #ff9900;
}
.box header.pretty.positive {
  background: #2ecc71;
}
.box header.pretty.cool {
  background: #0099ff;
}
.box header.pretty.neutral {
  background: #e6e6e6;
}
.box header.pretty.juicy {
  height: auto;
}
.box header.pretty.juicy h1,
.box header.pretty.juicy h2,
.box header.pretty.juicy h3 {
  font-size: 200.0025%;
  margin-bottom: 8px;
  line-height: 48px;
  margin: 0;
}
.box header.pretty.juicy img {
  max-height: 32px;
}
.box header.pretty.juicy nav.breadcrumbs {
  padding: 8px 0;
  line-height: 1.5;
}
.box header.pretty.juicy nav.breadcrumbs h1 {
  line-height: 1.2;
  display: block;
}
.box header.pretty.juicy p:last-child {
  margin-bottom: 0;
}
.box header.pretty.juicy a.more {
  line-height: 48px;
}
.box header.small {
  height: 24px;
}
.box header.small.pretty,
.box header.small h1,
.box header.small h3,
.box header.small h2 {
  line-height: 24px;
  height: 24px;
}
.box header img {
  float: left;
  margin-right: 10px;
  max-height: 16px;
  margin-top: 8px;
}
.loader {
  padding: 32px;
  background: url(../images/icons/waiting32.gif) center no-repeat #e6e6e6;
  display: block;
  clear: both;
  border-radius: 4px;
}
input[type=submit],
button,
.button {
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #003366;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  padding: 0 8px;
  height: 32px;
  display: inline-block;
  font-weight: 600;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #cccccc);
  background-image: -moz-linear-gradient(top, #fcfcfc, #cccccc);
  background-image: -ms-linear-gradient(top, #fcfcfc, #cccccc);
  background-image: -o-linear-gradient(top, #fcfcfc, #cccccc);
  background-image: linear-gradient(top, #fcfcfc, #cccccc);
  border-color: #cccccc;
  white-space: nowrap;
}
input[type=submit].fun,
button.fun,
.button.fun {
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  border-color: #e6e6e6;
}
input[type=submit].cool,
button.cool,
.button.cool {
  color: #ffffff;
  background-color: #0087e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#0074c2));
  background-image: -webkit-linear-gradient(top, #0099ff, #0074c2);
  background-image: -moz-linear-gradient(top, #0099ff, #0074c2);
  background-image: -ms-linear-gradient(top, #0099ff, #0074c2);
  background-image: -o-linear-gradient(top, #0099ff, #0074c2);
  background-image: linear-gradient(top, #0099ff, #0074c2);
  border-color: #0074c2;
}
input[type=submit].hot,
button.hot,
.button.hot {
  color: #ffffff;
  background-color: #ff6600;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ff3300));
  background-image: -webkit-linear-gradient(top, #ff9900, #ff3300);
  background-image: -moz-linear-gradient(top, #ff9900, #ff3300);
  background-image: -ms-linear-gradient(top, #ff9900, #ff3300);
  background-image: -o-linear-gradient(top, #ff9900, #ff3300);
  background-image: linear-gradient(top, #ff9900, #ff3300);
  border-color: #ff3300;
}
input[type=submit].positive,
button.positive,
.button.positive {
  color: #ffffff;
  background-color: #28b363;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecc71), to(#239a55));
  background-image: -webkit-linear-gradient(top, #2ecc71, #239a55);
  background-image: -moz-linear-gradient(top, #2ecc71, #239a55);
  background-image: -ms-linear-gradient(top, #2ecc71, #239a55);
  background-image: -o-linear-gradient(top, #2ecc71, #239a55);
  background-image: linear-gradient(top, #2ecc71, #239a55);
  border-color: #239a55;
}
input[type=submit].negative,
button.negative,
.button.negative {
  color: #ffffff;
  background-color: #b20000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb0000), to(#980000));
  background-image: -webkit-linear-gradient(top, #cb0000, #980000);
  background-image: -moz-linear-gradient(top, #cb0000, #980000);
  background-image: -ms-linear-gradient(top, #cb0000, #980000);
  background-image: -o-linear-gradient(top, #cb0000, #980000);
  background-image: linear-gradient(top, #cb0000, #980000);
  border-color: #980000;
}
input[type=submit].neutral,
button.neutral,
.button.neutral {
  color: #003366;
  background-color: #ebebeb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #d9d9d9);
  background-image: -moz-linear-gradient(top, #fcfcfc, #d9d9d9);
  background-image: -ms-linear-gradient(top, #fcfcfc, #d9d9d9);
  background-image: -o-linear-gradient(top, #fcfcfc, #d9d9d9);
  background-image: linear-gradient(top, #fcfcfc, #d9d9d9);
  border-color: #d9d9d9;
}
input[type=submit].credits,
button.credits,
.button.credits {
  background-color: #ffce28;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd74e), to(#ffc601));
  background-image: -webkit-linear-gradient(top, #ffd74e, #ffc601);
  background-image: -moz-linear-gradient(top, #ffd74e, #ffc601);
  background-image: -ms-linear-gradient(top, #ffd74e, #ffc601);
  background-image: -o-linear-gradient(top, #ffd74e, #ffc601);
  background-image: linear-gradient(top, #ffd74e, #ffc601);
  border-color: #ffc601;
  color: #1a1a1a;
}
.button.orange {
  color: #ffffff;
  background-color: #ff6600;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#ff9900));
  background-image: -webkit-linear-gradient(top, #cc0000, #ff9900);
  background-image: -moz-linear-gradient(top, #cc0000, #ff9900);
  background-image: -ms-linear-gradient(top, #cc0000, #ff9900);
  background-image: -o-linear-gradient(top, #cc0000, #ff9900);
  background-image: linear-gradient(top, #cc0000, #ff9900);
  border-color: #ff3300;
}
input[type=submit].greedy,
button.greedy,
.button.greedy {
  width: 100%;
}
input[type=submit].disabled,
button.disabled,
.button.disabled {
  background: #e6e6e6;
  color: #666666;
}
input[type=submit].disabled.cool,
button.disabled.cool,
.button.disabled.cool {
  background: #e5f5ff;
  color: #1aa3ff;
}
input[type=submit].disabled.hot,
button.disabled.hot,
.button.disabled.hot {
  background: #fff5e5;
  color: #ffa31a;
}
input[type=submit].disabled.neutral,
button.disabled.neutral,
.button.disabled.neutral {
  background: #fcfcfc;
  color: #cccccc;
}
input[type=submit].disabled.positive,
button.disabled.positive,
.button.disabled.positive {
  background: #e6f9ee;
  color: #40d47e;
}
input[type=submit].action:after,
button.action:after,
.button.action:after {
  font-family: 'Miniclip';
  speak: none;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "\e65d";
  top: 0;
}
input[type=submit]:hover,
button:hover,
.button:hover {
  background-color: #1f93e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3db1ff), to(#0074c2));
  background-image: -webkit-linear-gradient(top, #3db1ff, #0074c2);
  background-image: -moz-linear-gradient(top, #3db1ff, #0074c2);
  background-image: -ms-linear-gradient(top, #3db1ff, #0074c2);
  background-image: -o-linear-gradient(top, #3db1ff, #0074c2);
  background-image: linear-gradient(top, #3db1ff, #0074c2);
  border-color: #0074c2;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #ffffff;
  text-decoration: none;
}
input[type=submit].small,
button.small,
.button.small {
  line-height: 24px;
  padding: 0 4px;
  height: 24px;
}
:before,
:after {
  text-decoration: none;
  font-family: 'Miniclip';
  speak: none;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
  position: relative;
  top: -1px;
}
:before {
  margin-right: 4px;
}
:after {
  margin-left: 4px;
}
:hover:before,
:hover:after {
  text-decoration: none;
}
.home:before {
  content: "\e651";
}
.help:before {
  content: "\e63e";
}
.email:before {
  content: "\e637";
}
.fullscreen:before {
  content: "\e63a";
}
.fullscreen-exit:before {
  content: "\e639";
}
.webmasters:before {
  content: "\e638";
}
.comments:before {
  content: "\e634";
}
.awards:before {
  content: "\e631";
}
.heart-empty:before {
  content: "\e63d";
}
.heart-full:before {
  content: "\e63c";
}
.videos:before {
  content: "\e64c";
}
.warning:before,
.error:before {
  content: "\e642";
}
.feed:before {
  content: "\e60b";
}
.facebook:before {
  content: "\e652";
}
.outlook:before {
  content: "\e655";
}
.gmail:before {
  content: "\e653";
}
.google:before,
.google-plus:before {
  content: "\e654";
}
.facebook:before {
  content: "\e652";
}
.twitter:before {
  content: "\e656";
}
.youtube:before {
  content: "\e657";
}
.top-rated:before {
  content: "\e644";
}
.top:before {
  content: "\e64b";
}
.calendar:before {
  content: "\e632";
}
.info:before {
  content: "\e63f";
}
.video-player:before {
  content: "\e64c";
}
.search:before {
  content: "\e643";
}
.game-guide:before {
  content: "\e63b";
}
.game-controller:before {
  content: "\e635";
}
.store:before {
  content: "\e648";
}
.download:before {
  content: "\e636";
}
.leaderboard:before {
  content: "\e640";
}
[class^='cat-']:before,
[class*=' cat-']:before {
  font-family: 'Miniclip';
  speak: none;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "\e65c";
}
.more-down:before {
  content: "\e658";
}
.more-menu:before {
  content: "\e650";
}
.cat-13:before {
  content: "\e602";
}
.cat-1133:before {
  content: "\e608";
}
.cat-1185:before {
  content: "\e62b";
}
.cat-1212:before {
  content: "\e609";
}
.cat-4:before,
.cat-1238:before,
.cat-1003:before {
  content: "\e610";
}
.cat-3:before,
.cat-1001:before {
  content: "\e620";
}
.cat-2:before,
.cat-479:before,
.cat-1141:before,
.cat-1301:before,
.cat-1216:before {
  content: "\e616";
}
.cat-1:before,
.cat-1252:before {
  content: "\e61a";
}
.cat-35:before {
  content: "\e600";
}
.cat-1194:before,
.ios:before,
.appleiphone:before {
  content: "\e62d";
}
.cat-1207:before,
.windowsmobile:before {
  content: "\e62e";
}
.cat-503:before,
.android:before {
  content: "\e62c";
}
.cat-23:before,
.cat-6:before {
  content: "\e64b";
}
.cat-1244:before,
.cat-1270:before {
  content: "\e644";
}
.cat-485:before {
  content: "\e60d";
}
.cat-482:before {
  content: "\e612";
}
.cat-525:before,
.cat-1305:before {
  content: "\e631";
}
.cat-17:before {
  content: "\e61c";
}
.cat-484:before {
  content: "\e625";
}
.cat-17:before {
  content: "\e61c";
}
.cat-1145:before {
  content: "\e626";
}
.cat-513:before {
  content: "\e601";
}
.cat-1201:before,
.cat-0:before,
.cat-1262:before {
  content: "\e611";
}
.cat-26:before,
.cat-477:before,
.cat-1258:before {
  content: "\e61b";
}
.cat-1109:before {
  content: "\e629";
}
.cat-1250:before {
  content: "\e633";
}
.cat-1296:before,
.cat-18:before {
  content: "\e61f";
}
.cat-1268:before {
  content: "\e609";
}
.cat-1147:before {
  content: "\e624";
}
.cat-476:before {
  content: "\e606";
}
.cat-1192:before {
  content: "\e621";
}
.cat-1210:before,
.cat-1309:before {
  content: "\e614";
}
.cat-1290:before,
.cat-1256:before {
  content: "\e64c";
}
.cat-1190:before {
  content: "\e643";
}
.cat-34:before {
  content: "\e648";
}
.cat-1240:before {
  content: "\e617";
}
.cat-516:before {
  content: "\e604";
}
.cat-1151:before,
.cat-1155:before {
  content: "\e623";
}
.cat-1157:before {
  content: "\e615";
}
.cat-432:before {
  content: "\e638";
}
.cat-517:before {
  content: "\e604";
}
.cat-519:before {
  content: "\e617";
}
.cat-1278:before {
  content: "\e61c";
}
.cat-515:before {
  content: "\e603";
}
.cat-1293:before {
  content: "\e605";
}
.cat-1143:before {
  content: "\e60a";
}
.cat-488:before {
  content: "\e60e";
}
.cat-497:before {
  content: "\e607";
}
.cat-40:before {
  content: "\e619";
}
.cat-1272:before {
  content: "\e61d";
}
.cat-5:before {
  content: "\e61e";
}
.cat-523:before {
  content: "\e622";
}
.cat-1292:before {
  content: "\e628";
}
.cat-1149:before {
  content: "\e62a";
}
.cat-490:before {
  content: "\e60f";
}
.cat-511:before {
  content: "\e640";
}
.cat-521:before {
  content: "\e60c";
}
.cat-7:before {
  content: "\e613";
}
.cat-1304:before {
  content: "\e627";
}
.cat-1316:before {
  content: "\e662";
}
.link-pool:before {
  content: "\e601";
 }
.link-agar-io:before {
  content: "\e644";
}
.link-tanki:before {
  content: "\e64a";
}
.tab-bar {
  display: table;
  border-bottom: 1px solid #99d6ff;
}
.tab-bar .button:not(.classic) {
  border-radius: 4px 4px 0 0;
  display: block;
  margin-bottom: -1px;
}
.tab-bar .button:not(.classic).selected {
  background: #ffffff;
  border-color: #99d6ff;
  color: #0099ff;
  border-bottom: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  outline: none;
}
.tab-bar .button.classic {
  height: 29px;
  line-height: 29px;
  position: relative;
  top: -1px;
}
.tab-bar ul {
  display: table-row;
}
.tab-bar ul li {
  display: table-cell;
  padding: 2px 2px 0 2px;
  background: #ffffff;
}
.tab-bar ul li a:before {
  vertical-align: middle;
}
.tab-bar ul li:last-child {
  border-top-right-radius: 4px;
}
.tab-bar ul li:first-child {
  border-top-left-radius: 4px;
}
.tab-bar.greedy {
  width: 100%;
}
.tab-content {
  *zoom: 1;
  display: none;
  border-radius: 0 4px 4px 4px;
  padding: 16px 0 0 0;
  margin-bottom: 16px;
}
.tab-content:before,
.tab-content:after {
  content: "";
  display: table;
}
.tab-content:after {
  clear: both;
}
.tab-content:first-of-type {
  display: block;
}
.button-open,
.button-close {
  border-radius: 16px;
  border: 2px solid #ffffff;
  width: 24px;
  height: 24px;
  text-align: center;
  text-decoration: none;
  background: #000000;
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
}
.button.back-to-game {
  position: absolute;
  right: 12px;
  top: 15px;
}
div.to-video-player-container {
  background-color: white;
  position: relative;
  float: right;
  padding-left: 3px;
}
.button.to-video-player {
  height: 32px;
  line-height: 31px;
  border-radius: 2px;
  display: inline-block;
  background-color: #0099ff;
}
.more-videos a.button.video-player {
  float: right;
}
div.loyalty-award-progress {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8855), to(#ff8855));
  background-image: -webkit-linear-gradient(top, #ff8855, #ff8855);
  background-image: -moz-linear-gradient(top, #ff8855, #ff8855);
  background-image: -ms-linear-gradient(top, #ff8855, #ff8855);
  background-image: -o-linear-gradient(top, #ff8855, #ff8855);
  background-image: linear-gradient(top, #ff8855, #ff8855);
  border: 1px solid white;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  float: right;
  font-weight: bolder;
  height: 24px;
  line-height: 21px;
  margin-right: 5px;
  margin-top: 5px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
}

.button-open.offset,
.button-close.offset {
  top: -8px;
}
.button-open:before,
.button-close:before {
  content: "\00d7";
  color: #ffffff;
  margin: 0;
  line-height: 24px;
  vertical-align: top;
  top: -5px;
}
.button-open:hover,
.button-close:hover {
  background: #ff9900;
}
.button-open:before {
  content: "\2193";
}
.notification {
  padding: 8px 32px;
  border-radius: 4px;
  border: 2px solid #333333;
  background: #666666;
  color: #ffffff;
  text-align: left;
  position: relative;
}
.notification:before {
  position: absolute;
  top: 3px;
  left: 8px;
  opacity: 0.6;
}
.notification a {
  color: #ffffff;
  text-decoration: underline;
}
.notification.cool,
.notification.info {
  background: #0099ff;
  border-color: #003366;
}
.notification.neutral {
  background: #e6e6e6;
  border-color: #cccccc;
  color: #1a1a1a;
}
.notification.positive,
.notification.success {
  background: #2ecc71;
  border-color: #239a55;
}
.notification.hot,
.notification.warning,
.notification.error {
  background: #cb0000;
  border-color: #980000;
  margin-bottom: 10px;
}
.notification.credits {
  background: white;
  color: black;
  border: none;
  padding-top:0px;
  margin-top: -20px;
}
.notification.credits a {
  color:#1a74b0;
  text-decoration: underline;
}
.notification.credits h2 {
  margin-bottom: 12px;
}
.notification.blip {
  border-width: 1px;
  border-radius: 2px;
  font-size: 85%;
  padding: 0 3px;
  display: inline-block;
  z-index: 10;
  line-height: 1.1;
  font-weight: 600;
  -webkit-animation: 'animation_pulse' 2000ms 0 linear;
  -moz-animation: 'animation_pulse' 2000ms 0 linear;
  -ms-animation: 'animation_pulse' 2000ms 0 linear;
  animation: 'animation_pulse' 2000ms 0 linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.video-veedi {
  display:none;
}
.notification.blip.offset {
  position: absolute;
  top: -5px;
  left: -5px;
}
@-webkit-keyframes animation_pulse {
  0% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes animation_pulse {
  0% {
    -moz-transform: scale(1);
  }
  40% {
    -moz-transform: scale(1);
  }
  70% {
    -moz-transform: scale(1.15);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes animation_pulse {
  0% {
    -ms-transform: scale(1);
  }
  40% {
    -ms-transform: scale(1);
  }
  70% {
    -ms-transform: scale(1.15);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@keyframes animation_pulse {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
a {
  color: #003366;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
nav.menu ul {
  padding: 0;
  margin: 0;
}
nav.menu li {
  list-style-type: none;
  margin: 0;
  display: inline-block;
  padding: 0 8px;
}
nav.menu li a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  line-height: 32px;
}
nav.menu li a:hover {
  text-decoration: none;
}
nav.menu.alt li a {
  color: #ffffff;
}
nav.menu .button {
  border-radius: 0;
  border-width: 1px 0 1px 1px;
}
nav.menu li:first-child .button {
  border-radius: 4px 0 0 4px;
}
nav.menu li:last-child .button {
  border-radius: 0 4px 4px 0;
  border-right-width: 1px;
}
nav.menu.rich {
  display: table;
  border: 2px solid #ffffff;
  border-radius: 6px;
}
nav.menu.rich ul {
  display: table-row;
}
nav.menu.rich li {
  display: table-cell;
  padding: 0;
}
nav.menu.rich li a {
  display: block;
}
nav.menu.rich a:hover {
  text-decoration: none;
}
nav.menu.greedy {
  width: 100%;
}
nav.menu.stacked li {
  display: block;
  padding: 0;
}
nav.menu.stacked a {
  display: block;
}
nav.breadcrumbs h1 {
  font-size: 99.99749999999999%;
  margin-bottom: 8px;
  display: inline;
  font-weight: 600;
}
nav.pagination {
  text-align: center;
  margin-bottom: 8px;
}
nav.pagination ul {
  margin: 0;
  padding: 0;
  height: 32px;
}
nav.pagination li {
  list-style-type: none;
  display: inline-block;
}
nav.pagination li a {
  border-radius: 4px;
  display: inline-block;
  line-height: 32px;
  height: 32px;
  min-width: 32px;
  padding: 0 8px;
  border: 1px solid #99d6ff;
  background: #ffffff;
}
nav.pagination li a:hover {
  color: #ffffff;
  background: #0099ff;
  border-color: #0099ff;
  text-decoration: none;
}
nav.pagination li.current a {
  background: #0099ff;
  color: #ffffff;
  border-color: #0099ff;
}
ul.social-sites {
  margin: 0;
  padding: 0;
}
ul.social-sites li {
  display: inline-block;
  list-style-type: none;
}
.users-list,
.games-list {
  padding: 0;
  margin: 0;
  *zoom: 1;
}
.users-list:before,
.games-list:before,
.users-list:after,
.games-list:after {
  content: "";
  display: table;
}
.users-list:after,
.games-list:after {
  clear: both;
}
.users-list.inner,
.games-list.inner {
  padding-bottom: 0;
}
.users-list li,
.games-list li {
  list-style-type: none;
  margin: 0;
  padding: 0 8px 16px 8px;
  width: 100px;
  height: 100px;
  float: left;
}
.users-list li {
  height: 124px;
  position: relative;
}
.users-list li button {
  width: 84px;
}
.users-list li .user-relationship {
  display: none;
}
.users-list li:hover {
  z-index: 10;
  background: #ffffff;
  border-radius: 4px;
  padding-top: 8px;
  height: 140px;
  margin: -8px 0;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.users-list li:hover .user-relationship {
  display: block;
}
.user-icon,
.game-icon {
  position: relative;
  display: block;
  line-height: 0;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  border: none;
}
.user-icon img,
.game-icon img {
  border: 2px solid #000000;
  border-radius: 4px;
  position: relative;
  height: 63px;
  width: auto;
  background: #0099ff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.user-icon img.avatar,
.game-icon img.avatar {
  display: inline-block;
}
.user-icon.alt img,
.game-icon.alt img {
  border-color: #ffffff;
}
.user-icon .meta,
.game-icon .meta {
  line-height: 2;
  font-weight: 600;
  display: block;
  font-size: 87.50250000000001%;
  overflow: hidden;
  white-space: nowrap;
}
.user-icon.game-smartphone img,
.game-icon.game-smartphone img {
  border: none;
  border-radius: 17%;
  height: 74px;
}
.user-icon.game-smartphone:after,
.game-icon.game-smartphone:after {
  display: none;
}
.user-icon.game-smartphone .notification,
.game-icon.game-smartphone .notification {
  left: 0;
}
.user-icon:hover,
.game-icon:hover {
  border: none;
  margin: -1px 0 1px 0;
}
.user-icon:hover img,
.game-icon:hover img {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.game-icon img {
  border-width: 1px;
}
.game-icon:after {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  height: 10px;
  content: '';
  margin: 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8);
}
.user-icon img {
  height: 84px;
}
.game-awards {
  padding: 0;
  *zoom: 1;
}
.game-awards:before,
.game-awards:after {
  content: "";
  display: table;
}
.game-awards:after {
  clear: both;
}
.game-awards li {
  list-style-type: none;
  float: left;
  margin: 0 7px 4px 8px;
}
.game-awards li.disabled {
  opacity: 0.7;
}
.game-awards li.disabled:hover {
  opacity: 1;
}
.video-icons {
  *zoom: 1;
  padding: 0;
}
.video-icons:before,
.video-icons:after {
  content: "";
  display: table;
}
.video-icons:after {
  clear: both;
}
.video-icons li {
  list-style-type: none;
  float: left;
  padding: 8px;
  text-align: center;
  position: relative;
  width: 224px;
  height: 200px;
}
.video-icons li h3 {
  font-size: 99.99749999999999%;
}
.video-icons li a:before {
  font-family: 'Miniclip';
  speak: none;
  font-size: 28.5px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "\e65c";
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 65px;
  left: 85px;
  margin: 0;
  z-index: 50;
  opacity: 0;
}
.video-icons li a:hover:before {
  opacity: 1;
}
.video-icons li img {
  border: 2px solid #000000;
  border-radius: 4px;
}
.widget-recommended-games-banner {
  width: 996px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #ffffff;
}
.widget-recommended-games-banner ul.games-list {
  float: right;
  right: 6px;
  position: relative;
}
.widget-recommended-games-banner ul.games-list li {
  width: 81px;
  height: 64px;
  padding-top: 2px;
}
.widget-recommended-games-banner a.game-icon img {
  height: 55px;
  width: 75px;
}

.widget {
  margin: 0 8px 8px 0;
  width: 220px;
  height: 291px;
  float: left;
}
.widget header {
  margin-bottom: 0;
}
.widget img {
  max-width: 100%;
}
.widget.widget-size-3 {
  width: 678px;
}
.widget.widget-size-2 {
  width: 448px;
}
.widget-category .inner {
  padding-top: 24px;
}
.widget-top-rated ol,
.widget-top-ten ol {
  list-style-type: none;
  margin: 2px 0 0 0;
  padding: 0;
}
.widget-top-rated li,
.widget-top-ten li {
  padding: 3px 0;
  background: #e5f5ff;
  border-radius: 4px;
  margin-bottom: 1px;
}
.widget-top-rated li:nth-child(2n+1),
.widget-top-ten li:nth-child(2n+1) {
  background: #ccebff;
}
.widget-top-rated li:first-child,
.widget-top-ten li:first-child {
  padding: 5px 0;
  font-weight: 600;
}
.widget-top-rated span,
.widget-top-ten span {
  color: #0099ff;
  display: inline-block;
  min-width: 32px;
  text-align: center;
  font-weight: 600;
}
.widget-top-rated span.users-online,
.widget-top-ten span.users-online {
  color: #3db1ff;
  float: right;
  padding: 0 8px;
}
.widget-top-smartphone-games .panel {
  height: 257px;
  border-radius: 0 0 4px 4px;
  display: none;
}
.widget-top-smartphone-games .panel:first-of-type {
  display: block;
}
.widget-mpu {
  padding: 12px;
  width: 100%;
  height: auto;
  min-height: 291px;
  font-size: 87.50250000000001%;
  position: relative;
}
.widget-mpu p {
  margin: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
}
.widget-mpu a.feedback {
  float: right;
}
.widget-push-ads img {
  border-radius: 4px;
  height: 100%;
  width: 100%;
  background: #0099ff;
  border: none;
}
.widget-push-ads .overhang {
  width: auto;
  left: auto;
}
.widget-blogposts .blog-slideshow {
  margin-top: 2px;
  position: relative;
  height: 255px;
}
.widget-blogposts .blog-slideshow nav {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 8px 0;
  bottom: 0;
  z-index: 10;
}
.widget-blogposts .blog-slideshow nav a {
  text-indent: -9999em;
  border: 2px solid #ffffff;
  background: #0099ff;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin: 0 2px;
}
.widget-blogposts .blog-slideshow nav a.selected {
  background: #2ecc71;
}
.widget-blogposts .blog-slideshow nav a:hover {
  background: #ff9900;
}
.widget-blogposts .blog-slideshow article {
  height: 100%;
  border-radius: 4px;
  height: 253px;
  width: 216px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
.widget-blogposts .blog-slideshow article div {
  padding: 8px;
}
.widget-blogposts .blog-slideshow article h2 {
  background: rgba(0, 0, 0, 0.7);
  padding: 4px 8px;
  margin: 8px;
  font-size: 150%;
  display: block;
  border-radius: 4px;
}
.widget-blogposts .blog-slideshow article h2 a {
  color: #ffffff;
}
.widget-blogposts .blog-slideshow article p.meta {
  background: rgba(255, 72, 0, 0.6);
  padding: 4px 8px;
  color: #ffffff;
  float: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.widget-game-scroller article {
  height: 287px;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.widget-game-scroller article img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: block;
  background: #f2f2f2;
}
.widget-game-scroller nav {
  position: absolute;
  bottom: 15px;
  border-radius: 4px;
  text-align: center;
  background: #ffffff;
  height: 44px;
  left: 41px;
  right: 41px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.widget-game-scroller nav a.game-icon {
  position: relative;
  display: inline-block;
  height: 44px;
  border: 2px solid #ffffff;
  vertical-align: middle;
  top: -20px;
}
.widget-game-scroller nav a.game-icon img {
  height: 40px;
  width: 53px;
  position: relative;
}
.widget-game-scroller nav a.game-icon.selected {
  height: 84px;
}
.widget-game-scroller nav a.game-icon.selected img {
  height: 80px;
  width: 108px;
}
.widget-game-scroller nav a.game-icon.selected:hover {
  margin-top: 0;
}
.widget-game-scroller nav a.game-icon:hover {
  top: -20px;
}
.widget-game-scroller a.arrow {
  position: absolute;
  top: 239px;
  left: 6px;
  z-index: 10;
  opacity: 0.3;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.widget-game-scroller a.arrow:before {
  color: #ffffff;
  font-family: 'Miniclip';
  speak: none;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "\e65a";
  line-height: 28px;
  height: 28px;
  width: 28px;
  display: block;
  text-align: center;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.widget-game-scroller a.arrow.arrow-next {
  right: 6px;
  left: auto;
}
.widget-game-scroller a.arrow.arrow-next:before {
  content: "\e65c";
}
.widget-game-scroller a.arrow span {
  display: none;
}
.widget-game-scroller a.arrow:hover {
  text-decoration: none;
}
.widget-game-scroller a.arrow:hover:before {
  background: rgba(0, 0, 0, 0.9);
}
.widget-game-scroller a.arrow:focus {
  outline: none;
}
.widget-game-scroller a.arrow:focus:before {
  background: #0099ff;
}
.widget-game-scroller:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.widget-game-scroller:hover a.arrow {
  opacity: 1;
}
.widget-game-scroller-2 h3 {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  margin: 0;
  z-index: 10;
  padding: 2px 8px;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: 600;
}
.widget-game-scroller-2 article {
  height: 287px;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.widget-game-scroller-2 article img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: block;
  background: #f2f2f2;
}
.widget-game-scroller-2 nav {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 12px 0;
  left: 0;
  right: 0;
  background: url(/layout/widgets/game-scroller-2/nav.png) center top no-repeat;
  border-radius: 0 0 2px 2px;
  height: 104px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  overflow: hidden;
}
.widget-game-scroller-2 nav a.game-icon {
  display: inline-block;
  margin: 0 16px;
  height: 80px;
  bottom: 0;
  vertical-align: bottom;
}
.widget-game-scroller-2 nav a.game-icon img {
  margin-top: 34px;
  z-index: 5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.widget-game-scroller-2 nav a.game-icon:after {
  top: 34px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 6;
}
.widget-game-scroller-2 nav a.game-icon .notification {
  top: 29px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.widget-game-scroller-2 nav a.game-icon .meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  line-height: 1.5;
}
.widget-game-scroller-2 nav a.game-icon.selected img {
  margin-top: 0;
}
.widget-game-scroller-2 nav a.game-icon.selected:after {
  top: 1px;
}
.widget-game-scroller-2 nav a.game-icon.selected .notification {
  top: -5px;
}
.widget-game-scroller-2 nav.selected_slide_1 {
  background-position: -343px 0;
}
.widget-game-scroller-2 nav.selected_slide_2 {
  background-position: -226px 0;
}
.widget-game-scroller-2 nav.selected_slide_3 {
  background-position: -109px 0;
}
.widget-game-scroller-2 a.arrow {
  position: absolute;
  top: 239px;
  left: 12px;
  z-index: 10;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.widget-game-scroller-2 a.arrow:before {
  background: rgba(0, 0, 0, 0);
  border-radius: 50px;
  color: #ffffff;
  font-family: 'Miniclip';
  speak: none;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "\e65a";
  line-height: 28px;
  height: 28px;
  width: 28px;
  display: block;
  text-align: center;
  margin: 0;
}
.widget-game-scroller-2 a.arrow.arrow-next {
  right: 12px;
  left: auto;
}
.widget-game-scroller-2 a.arrow.arrow-next:before {
  content: "\e65c";
}
.widget-game-scroller-2 a.arrow span {
  display: none;
}
.widget-game-scroller-2 a.arrow:hover {
  text-decoration: none;
}
.widget-game-scroller-2 a.arrow:hover:before {
  background: rgba(0, 0, 0, 0.9);
}
.widget-game-scroller-2 a.arrow:focus {
  outline: none;
}
.widget-game-scroller-2 a.arrow:focus:before {
  background: #0099ff;
}
.widget-activity-feed .pause-ticker {
  float: right;
  height: 10px;
  width: 9px;
  margin-top: 8px;
  cursor: pointer;
  position: relative;
}
.widget-activity-feed .pause-ticker:before,
.widget-activity-feed .pause-ticker:after {
  display: block;
  content: '';
  position: absolute;
  margin: 0;
}
.widget-activity-feed .pause-ticker.pause:after,
.widget-activity-feed .pause-ticker.pause:before {
  background: #ffffff;
  width: 3px;
  height: 10px;
  right: 0;
}
.widget-activity-feed .pause-ticker.pause:after {
  right: auto;
  left: 0;
}
.widget-activity-feed .pause-ticker.play:before {
  border: 9px solid transparent;
  border-left-color: #ffffff;
  border-width: 5px 8px;
}
.widget-activity-feed .feed-event {
  *zoom: 1;
  margin-bottom: 16px;
}
.widget-activity-feed .feed-event:before,
.widget-activity-feed .feed-event:after {
  content: "";
  display: table;
}
.widget-activity-feed .feed-event:after {
  clear: both;
}
.widget-activity-feed .feed-event img.avatar {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 8px;
}
.widget-activity-feed .feed-event p {
  margin: 0;
}
.widget-activity-feed .inner {
  max-height: 400px;
  overflow: auto;
}
.widget-highscores .highscores {
  list-style-type: none;
}
.widget-highscores .highscores .game-icon {
  float: left;
  margin-right: 8px;
}
.widget-highscores .highscores .game-icon img {
  width: auto;
  height: 32px;
}
.widget-highscores .highscores .game-highscore {
  display: block;
}
.widget-highscores .highscores li {
  position: relative;
  clear: both;
  height: 39px;
}
.widget-highscores .highscores li .score-challenge {
  position: absolute;
  top: 0;
  right: 0;
}
.widget-challenges li {
  list-style-type: none;
  *zoom: 1;
  margin-bottom: 8px;
  font-size: 11px;
}
.widget-challenges li:before,
.widget-challenges li:after {
  content: "";
  display: table;
}
.widget-challenges li:after {
  clear: both;
}
.widget-challenges li .avatar {
  float: left;
  margin-right: 8px;
}
.widget-challenges li .game-icon {
  float: right;
  margin-left: 8px;
}
.widget-hot-games li {
  padding-bottom: 8px;
  height: 90px;
}
.widget-forum header {
  margin-bottom: 2px;
}
.widget-forum .forum-posts {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-bottom: 0px;
}
.widget-forum .forum-post {
  border-bottom: 1px solid #e6e6e6;
  padding: 4px 7px;
}
.forum-post h4 {
  line-height: 8px;
}
.widget-forum .forum-post:nth-of-type( odd ) {
  background: #f2f2f2;
}
.widget-forum .forum-post:last-of-type {
  border: none;
}
.widget-forum h3 {
  margin: 0;
}
.widget-forum img {
  max-height: 16px;
  width: auto;
  margin: 1px 8px 0 0;
  border-radius: 2px;
  float: left;
}
.widget-recommended-games {
  height: 144px;
}

.drawer {
  padding: 8px 16px;
  background: #e6e6e6;
  position: relative;
  *zoom: 1;
  display: none;
  border-bottom: 1px solid #e6e6e6;
}
.drawer:before,
.drawer:after {
  content: "";
  display: table;
}
.drawer:after {
  clear: both;
}
.drawer h1,
.drawer h2,
.drawer h3,
.drawer h4,
.drawer h5,
.drawer h6 {
  font-weight: 600;
}
.drawer header {
  *zoom: 1;
  margin-bottom: 16px;
}
.drawer header:before,
.drawer header:after {
  content: "";
  display: table;
}
.drawer header:after {
  clear: both;
}
.drawer header h1,
.drawer header h2,
.drawer header h3 {
  margin: 0 32px 0 0;
}
.drawer header h2,
.drawer header h3 {
  float: left;
}
ul.star-rating {
  padding: 0;
  width: 100px;
  display: inline-block;
  vertical-align: bottom;
}
ul.star-rating li {
  float: left;
  display: block;
  width: 9px;
  height: 18px;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../images/game-page/games-rating.png) bottom left no-repeat;
  background-size: 18px;
  padding: 0;
}
ul.star-rating li.half-star {
  background-position: bottom right;
}
ul.star-rating li.active {
  background-position: top left;
}
ul.star-rating li.active.half-star {
  background-position: top right;
}
.rate-item {
  position: relative;
}
.rate-item span.title {
  display: inline-block;
  padding: 0 8px;
}
.rate-item .rated-feedback {
  display: none;
  position: absolute;
  background: #ffffff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.game-rating #game-rating-id {
  margin-top: 10px;
}
.toolbox {
  display: none;
  position: absolute;
  padding: 8px;
  border-radius: 4px;
  background: rgba(26, 26, 26, 0.9);
  max-width: 240px;
  color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  z-index: 500;
  text-align: left;
  line-height: 1.4em;
}
.toolbox a.button-close {
  top: -8px;
  right: -8px;
}
.toolbox:before {
  position: absolute;
  border: 8px solid transparent;
  content: '';
  top: -16px;
  left: 50%;
  bottom: auto;
  margin-left: -8px;
  border-bottom-color: #002e4d;
}
.toolbox.tooltip-top:before {
  position: absolute;
  border: 8px solid transparent;
  content: '';
  bottom: -16px;
  top: auto;
  left: 50%;
  margin-left: -8px;
  border-top-color: #002e4d;
}
.toolbox a:not(.button),
.toolbox h1,
.toolbox h2,
.toolbox h3,
.toolbox h4,
.toolbox h5,
.toolbox h6 {
  color: #ffffff;
}
.toolbox h2 {
  font-size: 99.99749999999999%;
}
.toolbox img {
  border-radius: 4px;
  border: 2px solid #ffffff;
  background: #ffffff;
  max-width: 50px;
  float: left;
  margin-right: 8px;
}
.toolbox .inner {
  max-height: 400px;
  overflow: auto;
}
.toolbox li.share-title {
  display: none;
}
.progress {
  position: relative;
  height: 24px;
  border: 1px solid #000000;
  background: #666666;
  border-radius: 2px;
  min-width: 100px;
}
.progress span.bar {
  position: relative;
  display: block;
  height: 22px;
  border-radius: 1px;
  background-color: #ffad33;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc266), to(#ff9900));
  background-image: -webkit-linear-gradient(top, #ffc266, #ff9900);
  background-image: -moz-linear-gradient(top, #ffc266, #ff9900);
  background-image: -ms-linear-gradient(top, #ffc266, #ff9900);
  background-image: -o-linear-gradient(top, #ffc266, #ff9900);
  background-image: linear-gradient(top, #ffc266, #ff9900);
  border-color: #ff9900;
  width: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.progress span.rank {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  line-height: 22px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html,
body {
  background: #e6e6e6;
}
.container {
  width: 1010px;
  margin: 0 auto;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.primary {
  width: 685px;
  float: left;
  clear: both;
}
.primary .box.greedy {
  margin: 0 8px 8px 0;
  clear: both;
}
.secondary {
  width: 325px;
  float: left;
}
.secondary .box,
.secondary .widget {
  margin: 0 0 8px 0;
  width: 100%;
  clear: both;
}
#page-content {
  width: 680px;
  float: left;
}
header#site-header {
  *zoom: 1;
  background: #ffffff;
}
header#site-header:before,
header#site-header:after {
  content: "";
  display: table;
}
header#site-header:after {
  clear: both;
}
header#site-header .container {
  padding: 16px 0;
  position: relative;
  *zoom: 1;
}
header#site-header .container:before,
header#site-header .container:after {
  content: "";
  display: table;
}
header#site-header .container:after {
  clear: both;
}
header#site-header .item {
  float: left;
  margin: 0 16px;
  *zoom: 1;
}
header#site-header .item:before,
header#site-header .item:after {
  content: "";
  display: table;
}
header#site-header .item:after {
  clear: both;
}
header#site-header a.toolbox-stats-trigger {
  float: left;
}
header#site-header .toolbox-stats .level img {
  border: none;
  background: transparent;
}
header#site-header .toolbox-stats .progress {
  margin: 0 0 2px 60px;
}
header#site-header a.toolbox-trigger {
  margin-right: 16px;
}
header#site-header a.toolbox-trigger:before,
header#site-header a.toolbox-trigger:after {
  margin: 0;
  color: #003366;
}
header#site-header a.toolbox-trigger:before {
  font-size: 24px;
}
header#site-header a.toolbox-trigger:after {
  font-family: 'Miniclip';
  speak: none;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "\e659";
  display: inline-block;
}
header#site-header a.toolbox-trigger:last-of-type {
  margin-right: 0;
}
header#site-header a.toolbox-trigger:hover {
  text-decoration: none;
}
header#site-header a.toolbox-trigger .notification.blip {
  display: none;
}
header#site-header a.facebook:hover {
  text-decoration: none;
}
header#site-header a#language-selector {
  width: 66px;
}
header#site-header a#language-selector:after {
  margin-top: 2px;
}
header#site-header a#language-selector img {
  float: left;
}
header#site-header .search-form {
  float: left;
  width: 320px;
}
header#site-header .search-form .search-query.search-active {
  border-radius: 4px 4px 0 0;
}
header#site-header .search-form label {
  margin-bottom: 0;
}
header#site-header .login-container {
  width: 286px;
}
header#site-header .login-container .avatar {
  float: left;
  margin: 0 8px 0 0;
  max-height: 32px;
}
header#site-header .login-container .facebook:before {
  font-size: 24px;
  margin: 0;
}
header#site-header nav.main-menu {
  margin: 46px 0 -35px 0;
  position: relative;
  z-index: 10;
}
header#site-header nav.main-menu.open {
  border-radius: 6px 6px 0 0;
}
header#site-header nav.main-menu .button.home:before,
header#site-header nav.main-menu .button.more:before,
header#site-header nav.main-menu .button.faves:before {
  margin: 0;
}
header#site-header nav.main-menu .button.home span,
header#site-header nav.main-menu .button.more span,
header#site-header nav.main-menu .button.faves span {
  display: none;
}
header#site-header #more-navigation .category-list {
  padding: 0 8px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
  margin-bottom: 16px;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
header#site-header #more-navigation .category-list a {
  display: block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}
header#site-header #more-navigation .category-list a:before {
  vertical-align: middle;
}
header#site-header #more-navigation .category-list a:hover {
  text-decoration: none;
}
header#site-header .extras {
  display: none;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-top: none;
  margin: 32px 2px 0 2px;
  border-radius: 0 0 4px 4px;
  margin-top: 32px;
}
header#site-header .extras nav {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
header#site-header .extras nav:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
header#site-header #notification-list {
  position: relative;
}
header#site-header #notification-list:before {
  content: "\e62f";
}
header#site-header #friends-online {
  position: relative;
}
header#site-header #friends-online:before {
  content: "\e616";
}
header#site-header #my-faves h2 {
  display: inline-block;
  margin: 0 16px 8px 0;
  line-height: 32px;
  float: left;
}
header#site-header #my-faves a.button {
  float: left;
  margin-top: 4px;
}
header#site-header #my-faves .games-list {
  clear: both;
  margin: 0 -7px -16px -7px;
}
.language-list nav.menu .flag {
  border: none;
  height: 24px;
  width: 34px;
}
.language-list nav.menu li {
  margin-bottom: 4px;
}
.language-list nav.menu li a {
  line-height: 24px;
}
.language-list nav.menu li a:hover {
  text-decoration: underline;
}
.notifications-list {
  line-height: 1.5;
}
.notifications-list.toolbox {
  width: 260px;
}
.notifications-list.toolbox.notification-row:hover {
  background: #1a1a1a;
}
.notifications-list header {
  *zoom: 1;
  margin-bottom: 16px;
}
.notifications-list header:before,
.notifications-list header:after {
  content: "";
  display: table;
}
.notifications-list header:after {
  clear: both;
}
.notifications-list header h2 {
  font-size: 99.99749999999999%;
  float: left;
  font-weight: 600;
  margin: 0;
}
.notifications-list header .mark-all-read {
  float: right;
  font-size: 87.50250000000001%;
}
.notifications-list #notifications-dropdown-content {
  clear: both;
}
.notifications-list .notification-row {
  *zoom: 1;
  position: relative;
  padding: 4px 8px;
  margin: 0;
  clear: both;
}
.notifications-list .notification-row:before,
.notifications-list .notification-row:after {
  content: "";
  display: table;
}
.notifications-list .notification-row:after {
  clear: both;
}
.notifications-list .notification-row .notification.blip {
  left: 3px;
  top: 3px;
}
.notifications-list .notification-row a {
  display: block;
}
.notifications-list .notification-row img.avatar {
  float: left;
  margin-right: 8px;
}
.notifications-list .notification-row .meta {
  display: block;
}
.notifications-list .notification-row .notification-date {
  display: block;
  color: #b3b3b3;
}
.notifications-list .notification-row .notification-message {
  float: left;
  width: 160px;
}
.notifications-list .notification-row.greedy .notification-message {
  width: auto;
}
#friends-dropdown {
  width: 260px;
}
#friends-dropdown .friend-row {
  *zoom: 1;
  position: relative;
  clear: both;
  line-height: 1.5;
  margin-bottom: 4px;
}
#friends-dropdown .friend-row:before,
#friends-dropdown .friend-row:after {
  content: "";
  display: table;
}
#friends-dropdown .friend-row:after {
  clear: both;
}
#friends-dropdown .friend-status {
  position: absolute;
  right: 0;
  font-size: 16px;
  line-height: 40px;
}
#friends-dropdown .friend-status.online {
  color: #2ecc71;
  text-shadow: 0 0 5px rgba(255, 0, 0, 0.6);
}
#friends-dropdown .friend-status.offline {
  color: #cb0000;
  text-shadow: 0 0 5px rgba(0, 255, 0, 0.6);
}
#friends-dropdown .friend-last-seen {
  color: #999999;
  position: absolute;
  right: 16px;
  display: block;
  font-size: 10px;
  line-height: 40px;
}
#friends-dropdown .friend-name {
  display: block;
  font-weight: bold;
}
#friends-dropdown .friends-none,
#friends-dropdown .friends-error {
  display: block;
  clear: both;
  font-weight: bold;
}
.logo {
  margin: 0;
}
.logo a {
  text-indent: -999em;
  background: url(../images/logo.png) no-repeat top left;
  display: block;
  height: 34px;
  width: 210px;
}
#site-container {
  padding-top: 24px;
  position: relative;
}
.menu.social li {
  vertical-align: bottom;
  height: 30px;
}
footer#site-footer {
  clear: both;
  margin-bottom: 320px;
}
footer#site-footer section {
  padding: 16px;
  *zoom: 1;
}
footer#site-footer section:before,
footer#site-footer section:after {
  content: "";
  display: table;
}
footer#site-footer section:after {
  clear: both;
}
footer#site-footer section.description .column {
  float: left;
  padding: 0 8px;
  width: 50%;
}
footer#site-footer section h3 {
  font-weight: 700;
}
footer#site-footer nav .logo {
  float: left;
  margin-right: 32px;
}
footer#site-footer nav.box {
  background: #0099ff;
  padding: 16px;
}
footer#site-footer nav.social {
  float: right;
}
footer#site-footer nav.legal {
  float: left;
}
footer#site-footer p:last-child {
  margin: 0;
}
.styleguide {
  margin-bottom: 16px;
}
.styleguide .demo {
  padding: 8px;
  margin-top: 2px;
  background: #ffffff;
  position: relative;
  border-radius: 4px;
}
.styleguide header.description p:last-child {
  margin-bottom: 0;
}
.styleguide pre {
  margin: 16px 0 0 0;
  border-radius: 4px;
}
.styleguide h3 {
  margin: 0 0 16px 0;
  font-weight: 600;
}
img.avatar {
  display: block;
  line-height: 0;
  border-radius: 3px;
  border: 2px solid #000000;
  border-radius: 4px;
}
img.avatar.alt {
  border-color: #ffffff;
}
.login-box a.login-username {
  max-width: 81px;
  overflow: hidden;
}
.login-box a.toolbox-trigger {
  height: 32px;
  float: left;
  white-space: nowrap;
  line-height: 32px;
}
#drawer-login-signup #login-form {
  float: left;
  width: 64%;
  padding-right: 32px;
  border-right: 2px solid #e6e6e6;
}
#drawer-login-signup #login-form label.col {
  width: 33%;
  float: left;
  margin-bottom: 0;
  line-height: 32px;
  padding-right: 32px;
}
#drawer-login-signup #login-form a {
  text-decoration: underline;
}
#drawer-login-signup .signup-form {
  float: left;
  width: 36%;
  padding-left: 32px;
}
#drawer-login-signup .flash-login {
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: #ffffff;
  width: 328px;
}
#drawer-login-signup .flash-login object {
  display: block;
  margin: 0;
}
.search-results-overlay {
  background: #ffffff;
  border-radius: 0 0 4px 4px;
  position: absolute;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  width: 320px;
  z-index: 20;
}
.search-results-overlay ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.search-results-overlay ul:before,
.search-results-overlay ul:after {
  content: "";
  display: table;
}
.search-results-overlay ul:after {
  clear: both;
}
.search-results-overlay ul li {
  list-style-type: none;
  clear: both;
  padding: 2px 0;
  border-radius: 4px;
  *zoom: 1;
}
.search-results-overlay ul li:before,
.search-results-overlay ul li:after {
  content: "";
  display: table;
}
.search-results-overlay ul li:after {
  clear: both;
}
.search-results-overlay ul li:hover {
  cursor: pointer;
}
.search-results-overlay ul li.selected {
  background: #f2f2f2;
}
.search-results-overlay ul li a.game-icon {
  float: left;
  margin-right: 8px;
}
.search-results-overlay ul li a.game-icon img {
  margin: 0;
}
.search-results-overlay ul li img {
  height: 36px;
  float: left;
  margin-right: 8px;
}
.search-results-overlay ul li img.country-flag {
  height: 20px;
}
.search-results-overlay ul li span {
  display: block;
}
.search-results-overlay ul li span.name {
  color: #003366;
  font-weight: 600;
}
.search-results-overlay ul li span.description {
  font-size: 87.50250000000001%;
}
.draggable {
  background: url(../images/icons/draggable.png) no-repeat 10px center;
  padding-left: 40px;
  cursor: move;
  font-weight: 600;
}
.footnote,
.meta {
  font-size: 87.50250000000001%;
}
.footnote {
  color: #999999;
}
.flag {
  border-radius: 4px;
}
#notifications-toaster {
  width: 320px;
  position: fixed;
  bottom: 32px;
  right: 16px;
  z-index: 400;
}
#notifications-toaster .notification-row {
  padding: 16px;
  margin-top: 8px;
  color: #ffffff;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  *zoom: 1;
}
#notifications-toaster .notification-row:before,
#notifications-toaster .notification-row:after {
  content: "";
  display: table;
}
#notifications-toaster .notification-row:after {
  clear: both;
}
#notifications-toaster .notification-img {
  height: 32px;
  width: 32px;
  margin-right: 16px;
  border-radius: 4px;
  background: #1a1a1a url(/images/default-32x32.png) no-repeat center;
  float: left;
}
#notifications-toaster .notification-date {
  font-size: 87.50250000000001%;
  color: #999999;
  display: block;
}
#notifications-toaster a {
  color: #ffffff;
}
#dfp-leaderboard_ad_container {
  overflow: hidden;
}
#screen-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 666;
  display: none;
}
#eu-cookie {
  position: relative;
  background: #2ecc71;
  text-align: center;
  color: #ffffff;
  padding: 32px 16px 16px 16px;
}
#eu-cookie p {
  margin: 0;
}

.hidden {
  display: none;
}

/* christmas headers */
nav.menu li a.cat-1238, nav.menu li a.cat-1003, section.widget header a.cat-1238, section.widget header a.cat-1003 {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#3ef61a), to(#3e7d10));
  background: -webkit-linear-gradient(top, #3ef61a, #3e7d10);
  background: -moz-linear-gradient(top, #3ef61a, #3e7d10);
  background: -ms-linear-gradient(top, #3ef61a, #3e7d10);
  background: -o-linear-gradient(top, #3ef61a, #3e7d10);
  background: linear-gradient(top, #3ef61a, #3e7d10);
}
nav.menu li a.cat-1238:hover, section.widget header a.cat-1238:hover, nav.menu li a.cat-1003:hover, section.widget header a.cat-1003:hover {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#0099ff), to(#0074c2));
  background: -webkit-linear-gradient(top, #0099ff, #0074c2);
  background: -moz-linear-gradient(top, #0099ff, #0074c2);
  background: -ms-linear-gradient(top, #0099ff, #0074c2);
  background: -o-linear-gradient(top, #0099ff, #0074c2);
  background: linear-gradient(top, #0099ff, #0074c2);
}

div.iframe-game-title {
  margin-top: 23px;
  margin-bottom: -20px;
}

.award-marathon-counter {
  display:none;
}

.award-marathon-counter.award-marathon-takeover.pool-millionaire {
  display:block;
  position: absolute;
  top: 75px;
  right: 86px;
  color: white;
  font-size: 26px;
}