/* --------------------------------------------------- */
/* Miniclip.com Core Stylesheet	                       */
/* Requires LESS v1.1.3 or higher (http://lesscss.org) */
/* --------------------------------------------------- */
.grey-border {
  border: 1px solid #bbbbbb;
}
.infinite {
  padding-bottom: 9999px;
  margin-bottom: -9999px;
}
.heading-font {
  font-family: 'Fredoka One', Arial, sans-serif;
}
.body-font {
  font-family: Tahoma, sans-serif;
}
.button-font {
  font-family: Verdana, sans-serif;
}
.text-indent {
  text-indent: -9999px;
  direction: ltr;
}
body,
div,
dl,
dt,
dd,
li,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
button,
iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
  font-style: normal;
}
acronym,
abbr,
fieldset,
img {
  border: 0;
}
:focus {
  outline: 0;
}
* {
  background: no-repeat;
}
body {
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  background: #333;
}
a:link {
  color: #004499;
  text-decoration: none;
}
a:visited,
a:focus {
  color: #004499;
}
a:hover,
a:hover span {
  text-decoration: underline;
}
a:active,
a:active span {
  color: #005bcc;
  text-decoration: underline;
}
::selection,
::-moz-selection {
  background: #0099ff;
  color: #ffffff;
}
#site-container {
  position: relative;
}
#container {
  width: 1010px;
  margin: 0 auto 40px;
}
.container {
  width: 990px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
#content {
  overflow: hidden;
  background: #ffffff;
  clear: both;
  padding: 10px 0;
}
strong {
  font-weight: bold;
}
.standard-border {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #bbbbbb;
  padding: 20px;
  margin-bottom: 10px;
}
input[type='text'],
input[type='password'],
textarea,
.custom-select-box {
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 175px;
  padding: 5px;
  font-size: 13px;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 2px #eee inset;
  -moz-box-shadow: 1px 1px 2px #eee inset;
  box-shadow: 1px 1px 2px #eee inset;
}
input[type='text'] :focus,
input[type='password'] :focus,
textarea :focus,
.custom-select-box :focus {
  color: #222222;
  border-color: #0099ff;
}
input[type='text'] .error,
input[type='password'] .error,
textarea .error,
.custom-select-box .error {
  border-color: #cc0000;
  background: #ffcccc;
  -webkit-box-shadow: 1px 1px 2px #eaa inset;
  -moz-box-shadow: 1px 1px 2px #eaa inset;
  box-shadow: 1px 1px 2px #eaa inset;
}
select {
  z-index: 9999;
  cursor: pointer;
  width: 214px;
}
.custom-select-box {
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 0 5px 2%;
  background: #ffffff url(../../../layout/custom-dropdown-arrow.png) no-repeat center right;
  z-index: 1;
  cursor: pointer;
}
.custom-select-box-close {
  display: none;
}
label {
  font-weight: bold;
  cursor: pointer;
}
label:hover {
  color: #000000;
}
table {
  width: 100%;
  margin-bottom: 10px;
}
table th,
table td {
  padding: 10px 5px;
}
table th {
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  background: #f5f5f5;
}
table td {
  border-bottom: 1px solid #eeeeee;
}
table td.icon {
  width: 70px;
}
.clear:after,
.container:after,
.clear:before,
.container:before {
  content: " ";
  display: block;
  visibility: hidden;
}
.clearfloat,
.clearfix,
.clear:after,
.container:after {
  clear: both;
}
.clear,
.container {
  zoom: 1;
}
.promo-wrapper img {
  display: none;
}
.column-container {
  margin: 0 0 10px 0;
  clear: both;
  display: table;
}
.left-content {
  vertical-align: top;
  width: 680px;
  padding-left: 10px;
  background: #fff;
  display: table-cell;
}
.right-content {
  vertical-align: top;
  width: 310px;
  background-color: #fff;
  display: table-cell;
  padding-left: 10px;
}
.title {
  font-family: 'Fredoka One', Arial, sans-serif;
  color: #0099ff;
  font-weight: normal;
  margin-bottom: 10px;
}
h1.title {
  font-size: 36px;
}
h2.title {
  font-size: 30px;
}
h3.title {
  font-size: 25px;
}
h4.title {
  font-size: 20px;
}
h5.title {
  font-size: 16px;
  color: #222222;
}
h6.title {
  font-size: 16px;
  color: #999999;
}
ul.game-icons {
  list-style-type: none;
}
ul.game-icons li {
  margin: 0 10px 7px 0;
  list-style-type: none;
  height: 75px;
}
a.game-icon {
  display: block;
  width: 70px;
  text-align: center;
  font-size: 11px;
  overflow: hidden;
  z-index: 1;
}
a.game-icon:active .icon-wrap img {
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
a.game-icon span.game-name {
  overflow: hidden;
  white-space: nowrap;
}
a.game-icon:hover span.game-name {
  text-decoration: underline;
}
.icon-wrap {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  float: left;
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  margin: 0 0 2px 0;
  border: 1px solid #222;
}
.icon-wrap img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: block;
}
.icon-wrap:after {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.game-notification-container {
  position: relative;
  z-index: 99;
  top: -3px;
  left: -3px;
}
.info .game-notification-container {
  top: 12px;
  left: -38px;
}
.game-notification {
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 1px;
  background-color: #ffd74e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffd74e , endColorstr= #cc0000 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd74e), to(#cc0000));
  background-image: -webkit-linear-gradient(top, #ffd74e, #cc0000);
  background-image: -moz-linear-gradient(top, #ffd74e, #cc0000);
  background-image: -ms-linear-gradient(top, #ffd74e, #cc0000);
  background-image: -o-linear-gradient(top, #ffd74e, #cc0000);
  background-image: linear-gradient(top, #ffd74e, #cc0000);
  font-size: 13px;
}
.game-notification.blue {
  background-color: #a6dcff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #a6dcff , endColorstr= #0099ff );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a6dcff), to(#0099ff));
  background-image: -webkit-linear-gradient(top, #a6dcff, #0099ff);
  background-image: -moz-linear-gradient(top, #a6dcff, #0099ff);
  background-image: -ms-linear-gradient(top, #a6dcff, #0099ff);
  background-image: -o-linear-gradient(top, #a6dcff, #0099ff);
  background-image: linear-gradient(top, #a6dcff, #0099ff);
}
.game-notification.green {
  background-color: #33e500;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #33e500 , endColorstr= #229900 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33e500), to(#229900));
  background-image: -webkit-linear-gradient(top, #33e500, #229900);
  background-image: -moz-linear-gradient(top, #33e500, #229900);
  background-image: -ms-linear-gradient(top, #33e500, #229900);
  background-image: -o-linear-gradient(top, #33e500, #229900);
  background-image: linear-gradient(top, #33e500, #229900);
}
.game-notification-inner {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffffff , endColorstr= #eeeeee );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  margin-left: 3px;
  padding: 2px 4px 2px 3px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 0.66em;
  color: #004499;
  float: left;
  height: 9px;
  line-height: 9px;
}
.game-notification .icon-new {
  position: relative;
  float: left;
  left: 1px;
  top: 2px;
  width: 9px;
  height: 9px;
  background: url(../../../layout/sprites/main_v-5.png) no-repeat scroll -671px -200px transparent;
}
.drop-top {
  -webkit-box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  display: none;
  width: 100%;
  background: #a6dcff;
}
.drop-top-inner {
  overflow: hidden;
  position: relative;
  width: 1010px;
  margin: 0 auto;
  padding: 10px 0;
}
.drop-top-inner h2 {
  font-family: 'Fredoka One', Arial, sans-serif;
  font-size: 36px;
  color: #333;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.drop-top-inner h2 span.orange {
  color: #ff6600;
}
.close-droptop-action {
  position: absolute;
  top: 10px;
  right: 0;
}
.drop-top-close {
  position: relative;
  bottom: auto;
  text-indent: 0;
}
#login-bar input.error {
  border-color: #cc0000;
  font-color: #cc0000;
  font-weight: bold;
}
.login-bar-signup,
.login-bar-form,
.login-bar-thirdparty {
  overflow: hidden;
  float: left;
  margin-right: 25px;
  padding-right: 25px;
}
.login-bar-signup {
  width: 290px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.login-bar-form {
  width: 465px;
  padding-top: 1px;
  padding-bottom: 5px;
  border-right: 1px dotted #79b6dc;
}
.login-bar-form h2 {
  font-size: 18px;
}
.login-bar-form .form-left {
  position: relative;
  float: left;
}
.login-bar-form fieldset,
.login-bar-form #login-form-submit {
  position: relative;
  float: left;
  margin: 5px 10px 0 0;
}
.login-bar-form #login-form-submit {
  margin: 28px 0 0 0;
}
.login-bar-form label {
  position: absolute;
  z-index: 20;
  padding: 5px 10px;
  font-size: 16px;
  color: #bbbbbb;
  cursor: text;
}
.login-bar-form fieldset#login-form-remember {
  float: left;
  clear: both;
  width: 380px;
}
.login-bar-form fieldset#login-form-remember label {
  position: relative;
  padding: 5px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.login-bar-form fieldset#login-form-remember p {
  float: right;
  font-size: 11px;
}
.login-bar-form p.error-message {
  overflow: hidden;
  float: left;
  width: 260px;
  padding: 5px 0;
  color: #c00;
  font-size: 11px;
  font-weight: bold;
}
.login-bar-thirdparty {
  width: 75px;
  padding-top: 31px;
  padding-bottom: 31px;
}
.login-bar-thirdparty #fb-login-button {
  display: block;
  width: 71px;
  height: 22px;
  background: url('../../../layout/sprites/main_v-3.png') -286px -340px no-repeat;
  cursor: pointer;
}
.signup-bar-left {
  float: left;
  width: 630px;
  padding: 10px 0;
}
ul.signup-features {
  overflow: hidden;
  width: 620px;
  height: 128px;
  margin: 10px 0 0 0;
  background: url('../../../layout/sprites/main_v-3.png') 0px -32px no-repeat;
}
ul.signup-features li {
  float: left;
  width: 118px;
  margin: 0 25px 0 0;
  padding: 85px 5px 5px 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.signup-bar-right {
  float: left;
  width: 375px;
}
#flash-login {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: left;
  padding: 5px;
  background: #fff;
}
.welcome-bar .welcome-message {
  float: left;
  width: 675px;
  font-size: 16px;
}
.welcome-bar h2 {
  margin-bottom: 10px;
  font-size: 21px;
  text-transform: uppercase;
}
.welcome-bar h3 {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: bold;
}
.welcome-bar .credits-info {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: left;
  overflow: auto;
  margin-top: 15px;
  padding: 5px 10px;
  border: 1px solid #0099ff;
  background: #d3eeff;
}
.welcome-bar .credits-logo {
  float: left;
  width: 122px;
  height: 31px;
  margin-right: 20px;
  background: url('../../../layout/sprites/main_v-3.png') -362px -340px no-repeat;
}
.welcome-bar .credits-info-action {
  float: left;
  display: block;
  margin: 2px 0;
}
.welcome-bar .user-credit-bonus {
  float: right;
  width: 325px;
}
.welcome-bar .credit-balance-container {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: right;
  position: relative;
  width: 225px;
  height: 65px;
  padding: 10px;
  border: 1px solid #0099ff;
  background: #fff;
  font-family: "Fredoka One", sans-serif;
  font-size: 60px;
  font-weight: normal;
  text-align: center;
}
.welcome-bar .credit-balance-container a:hover {
  text-decoration: none;
}
.welcome-bar .coin-stack {
  position: absolute;
  top: -4px;
  left: -60px;
  width: 110px;
  height: 93px;
  background: url('../../../layout/sprites/main_v-3.png') -664px -296px no-repeat;
}
.welcome-bar .starting-balance,
.welcome-bar .bonus-balance {
  position: absolute;
  top: 8px;
  left: 75px;
  color: #036;
}
.welcome-bar .starting-balance {
  -webkit-animation: starting-balance 1.5s 1 ease-in;
  -moz-animation: starting-balance 1.5s 1 ease-in;
  -ms-animation: starting-balance 1.5s 1 ease-in;
  animation: starting-balance 1.5s 1 ease-in;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 );
  filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
}
.welcome-bar .bonus-balance {
  -webkit-animation: bonus-credits 1.5s 1 ease-out;
  -moz-animation: bonus-credits 1.5s 1 ease-out;
  -ms-animation: bonus-credits 1.5s 1 ease-out;
  animation: bonus-credits 1.5s 1 ease-out;
}
.welcome-bar .bonus-balance b {
  -webkit-animation: bonus-pulse 2s infinite ease-out;
  display: block;
  font-weight: normal;
  text-decoration: none;
}
.welcome-bar .bonus-notification {
  font-weight: bold;
}
@-webkit-keyframes starting-balance {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes starting-balance {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  }
}
@-ms-keyframes starting-balance {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  }
}
@keyframes starting-balance {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  }
}
@-webkit-keyframes bonus-credits {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  }
  75% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
    color: #ffd74e;
    -webkit-filter: blur(10px);
    -webkit-transform: scale(2);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
    color: inherit;
    -webkit-transform: blur(0);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bonus-credits {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  }
  75% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
    color: #ffd74e;
    transform: scale(2);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
    color: inherit;
    transform: scale(1);
  }
}
@-ms-keyframes bonus-credits {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  }
  75% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
    color: #ffd74e;
    -webkit-filter: blur(10px);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
    color: inherit;
    -webkit-transform: blur(0);
  }
}
@keyframes bonus-credits {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  }
  75% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
    color: #ffd74e;
    -webkit-filter: blur(10px);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
    filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
    color: inherit;
    -webkit-transform: blur(0);
  }
}
@-webkit-keyframes bonus-pulse {
  0% {
    -webkit-transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1.25);
    color: #004283;
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
#make-homepage-bar {
  display: none;
  font-family: 'Fredoka One', Arial, sans-serif;
}
#make-homepage-bar .drop-top-inner .message-text {
  color: #333;
  font-size: 24px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  line-height: 32px;
}
#make-homepage-bar .drop-top-inner .highlight {
  color: #FF6600;
}
#make-homepage-bar .drop-top-inner .message {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
#make-homepage-bar .make-homepage-bar-close {
  position: absolute;
  right: 0;
  width: 35px;
  cursor: pointer;
  background: url('../../../layout/panels/bookmarks/close.png') 3px 0 no-repeat;
  margin: 7px 3px 0 0;
  font-size: 9px;
  line-height: 10px;
  padding-top: 27px;
  text-align: center;
}
.firefox .drop-top-inner h2 {
  margin: 0px;
}
.msie .drop-top-inner .message {
  padding-top: 10px;
}
.msie .make-homepage-bar-msie {
  cursor: pointer;
  color: #FF6600;
}
.chrome .drop-top-inner .message,
.opera .drop-top-inner .message {
  padding-top: 10px;
}
.chrome .drop-top-inner h2,
.opera .drop-top-inner h2 {
  padding-bottom: 10px;
}
header,
.ie-header {
  z-index: 250;
  position: relative;
  padding: 10px;
  background: #fff;
}
header .top-strip,
.ie-header .top-strip {
  height: 60px;
  margin: 0 0 10px 0;
  position: relative;
}
header .logo h1 a,
.ie-header .logo h1 a {
  text-indent: -9999px;
  direction: ltr;
  display: block;
  float: left;
  width: 202px;
  height: 48px;
  margin-top: 8px;
  background: url('../../../layout/logo_miniclip-tagline-black.png') no-repeat;
}
header .search-box,
.ie-header .search-box {
  float: left;
  position: relative;
  height: 40px;
  padding: 10px 0;
  margin: 0 30px;
}
header #search-form,
.ie-header #search-form {
  z-index: 20;
  position: relative;
}
header #search-text,
.ie-header #search-text {
  width: 203px;
  padding: 10px;
  font-size: 15px;
}
header #search-text:focus,
.ie-header #search-text:focus {
  border-color: #0099ff;
}
header #search-text.search-active,
.ie-header #search-text.search-active {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
header #search-text:focus::-webkit-input-placeholder,
.ie-header #search-text:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
header #search-submit,
.ie-header #search-submit {
  text-indent: -9999px;
  direction: ltr;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url('../../../layout/sprites/main_v-3.png') -706px -212px no-repeat;
}
.activity-ticker {
  float: left;
  position: relative;
  width: 217px;
  height: 60px;
  margin: 0;
  background: #fff;
}
.activity-ticker .game-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.activity-ticker .game-name {
  display: none;
}
.activity-ticker .now-tag {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  left: 80px;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  padding: 1px 2px;
  border: 1px solid #900;
  background: #c00;
  line-height: 12px;
}
.activity-ticker a.text-link {
  position: absolute;
  top: 23px;
  left: 80px;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  color: #222222;
}
.activity-ticker a.text-link:hover {
  text-decoration: none;
}
.activity-ticker a.text-link:hover span {
  text-decoration: underline;
}
.activity-ticker a.text-link span {
  color: #004499;
  font-weight: normal;
}
.activity-ticker .content-wrapper {
  height: 60px;
  background: #fff;
  position: relative;
}
.activity-ticker .item {
  height: 60px;
  display: none;
}
.activity-ticker .item.current {
  display: block;
}
.login-area {
  position: absolute;
  height: 25px;
  width: 287px;
  height: 60px;
  right: 0;
}
.login-area .login-container {
  overflow: hidden;
  width: 250px;
  height: 28px;
}
.credits-profile {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-indent: -9999px;
  direction: ltr;
  float: right;
  border: 1px solid #ffd74e;
  margin-right: 5px;
  height: 26px;
  line-height: 26px;
  padding: 0 1px;
}
.credits-profile .icon {
  margin: 4px;
  width: 20px;
  height: 20px;
  background: url('../../../layout/sprites/main_v-3.png') -678px -272px no-repeat;
}
.login-box {
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: right;
  width: auto;
  height: 18px;
  padding: 4px 5px;
  border: 1px solid #eeeeee;
  background: #fff;
  z-index: 20;
  line-height: 18px;
  font-size: 12px;
  margin-right: 5px;
}
.login-box .default-yome {
  text-indent: -9999px;
  direction: ltr;
  width: 18px;
  height: 18px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  background: url('../../../layout/sprites/main_v-3.png') -719px -271px no-repeat;
}
.login-box .facebook-icon {
  text-indent: -9999px;
  direction: ltr;
  width: 18px;
  height: 18px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}
.login-box .facebook-icon.third-party {
  display: none;
}
.login-box .facebook-icon a {
  display: block;
  width: 18px;
  height: 18px;
  background: url('../../../layout/sprites/main_v-3.png') -739px -271px no-repeat;
  vertical-align: top;
}
.login-box ul {
  float: left;
  display: inline;
}
.login-box li {
  display: inline;
  border-left: 1px solid #eeeeee;
  padding-left: 5px;
}
.login-box li:first-child {
  border: none;
  padding-left: 0;
}
.login-box #display-profile .avatar,
.login-box #credits-balance .icon {
  float: left;
  width: 20px;
  height: 20px;
}
.login-box #credits-balance .icon {
  background: url('../../../layout/sprites/main_v-3.png') -678px -272px no-repeat;
}
.login-box .username,
.login-box .balance-figure {
  padding: 0 10px 0 5px;
  background: url('../../../layout/login-toolbox-arrow.png') center right no-repeat;
}
.login-box #third-party-signup-link,
.login-box #third-party-login-link,
.login-box #third-party-fb-login {
  display: none;
}
.login-box.active {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  border: 0;
  margin: 1px;
}
.login-box.active #login-link {
  color: #999;
}
.login-box.logged-out .default-yome {
  float: left;
}
.login-box.logged-out ul {
  padding: 0 5px;
}
.login-box.logged-in ul li {
  display: inline-block;
}
.login-box #fb-login {
  float: right;
  margin-left: 8px;
}
#language-selector {
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 18px;
  padding: 4px 6px;
  border: 1px solid #eeeeee;
  z-index: 20;
  cursor: pointer;
}
#language-expandable {
  display: none;
  position: absolute;
  top: 35px;
  right: -20px;
}
#language-expandable:before {
  left: auto;
  right: 31px;
}
#language-expandable h2 {
  display: block;
  margin: 0 0 5px 0;
  font-weight: bold;
}
#language-expandable ul {
  display: block;
  margin-bottom: 5px;
}
#language-expandable li {
  margin: 0 0 5px 0;
}
#language-expandable a {
  display: block;
}
#language-expandable img {
  margin: 0 5px 0 0;
  vertical-align: bottom;
}
#language-expandable p a {
  padding: 5px 0 0 0;
  border-top: 1px solid #555;
}
ul.social-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
}
ul.social-buttons li {
  float: left;
  margin-left: 15px;
}
li.google-plusone > div {
  width: 72px !important;
}
#search-suggestions {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #bbbbbb;
  z-index: 9999;
  position: absolute;
  left: -20px;
  width: 223px;
  margin-right: 0;
  border-top: 0;
  background: #ffffff;
}
#search-suggestions li {
  list-style-type: none;
}
#search-suggestions li.free-games {
  background-color: #33e500;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #33e500 , endColorstr= #229900 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33e500), to(#229900));
  background-image: -webkit-linear-gradient(top, #33e500, #229900);
  background-image: -moz-linear-gradient(top, #33e500, #229900);
  background-image: -ms-linear-gradient(top, #33e500, #229900);
  background-image: -o-linear-gradient(top, #33e500, #229900);
  background-image: linear-gradient(top, #33e500, #229900);
  padding: 10px;
  font-size: 11px;
  color: #ffffff;
}
#search-suggestions li a {
  display: block;
  width: 203px;
  min-height: 50px;
  position: relative;
  padding: 5px 10px;
  text-align: left;
}
#search-suggestions li a:hover,
#search-suggestions li a.highlighted {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffffff , endColorstr= #eeeeee );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
}
#search-suggestions li a:hover .game-description {
  text-decoration: none;
}
#search-suggestions li a .game-name {
  display: block;
  position: absolute;
  top: 5px;
  left: 90px;
  font-weight: bold;
}
#search-suggestions li a .game-description {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 20px;
  left: 90px;
  width: 130px;
  height: 42px;
  font-size: 11px;
  color: #222222;
}
#search-suggestions li img {
  width: 68px;
  height: 57px;
}
#search-suggestions .category a,
#search-suggestions .hub a {
  min-height: 25px;
}
#search-suggestions .category .nowrap-icon,
#search-suggestions .hub .nowrap-icon {
  width: 70px;
  text-align: center;
}
#search-suggestions .category .nowrap-icon img,
#search-suggestions .hub .nowrap-icon img {
  height: 25px;
  width: auto;
}
#search-suggestions .category .game-description,
#search-suggestions .hub .game-description {
  display: none;
}
#search-suggestions .category .game-name {
  top: 12px;
  left: 90px;
}
#search-suggestions .hub .game-name {
  top: 10px;
  left: 50px;
}
#search-suggestions .action-button a {
  width: 203px;
  margin: 10px;
  padding-left: 0;
  padding-right: 0;
}
.search-category-icon {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #f5f5f8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(10%, #ffffff), color-stop(25%, #ffffff), color-stop(55%, #f5f5f8), color-stop(80%, #d7d7e3), color-stop(95%, #efeff4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  border-color: #e0e0e9;
  border: 1px solid #CBD3DF;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
  display: block;
  height: 24px;
  padding: 2px 0;
  text-align: center;
  width: 68px;
}
.search-category-icon img {
  height: 24px !important;
  width: 29px !important;
}
nav {
  overflow: hidden;
  width: 100%;
  height: 34px;
  display: block;
}
nav ul {
  display: table;
  width: 100%;
  list-style-type: none;
}
nav li {
  display: table-cell;
  padding-right: 5px;
  cursor: pointer;
}
nav li:last-child {
  padding-right: 0;
}
nav a {
  overflow: auto;
  height: 28px;
  list-style-type: none;
}
.button a {
  overflow: hidden;
  font-family: Verdana, sans-serif;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #f5f5f8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(10%, #ffffff), color-stop(25%, #ffffff), color-stop(55%, #f5f5f8), color-stop(80%, #d7d7e3), color-stop(95%, #efeff4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  background: linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #f5f5f8 55%, #d7d7e3 80%, #efeff4 95%);
  border-color: #e0e0e9;
  display: block;
  border: 1px solid #cbd3df;
  padding: 0 3px;
  color: #004499;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  line-height: 30px;
  white-space: nowrap;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 64, 0.25);
}
.button a:hover {
  background: #e6e6ed;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(10%, #ffffff), color-stop(25%, #ffffff), color-stop(55%, #e6e6ed), color-stop(80%, #c8c8d8), color-stop(95%, #e0e0e9));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #e6e6ed 55%, #c8c8d8 80%, #e0e0e9 95%);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #e6e6ed 55%, #c8c8d8 80%, #e0e0e9 95%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #e6e6ed 55%, #c8c8d8 80%, #e0e0e9 95%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #e6e6ed 55%, #c8c8d8 80%, #e0e0e9 95%);
  background: linear-gradient(top, #ffffff 0%, #ffffff 10%, #ffffff 25%, #e6e6ed 55%, #c8c8d8 80%, #e0e0e9 95%);
  border-color: #d1d1df;
}
.button a:active {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 32, 0.3) inset;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 32, 0.3) inset;
  box-shadow: 0 2px 3px rgba(0, 0, 32, 0.3) inset;
}
.button a:focus {
  outline: 0;
  background: #fafafa;
}
.button a:before {
  -webkit-border-radius: 0.15em 0 0 0.15em;
  -moz-border-radius: 0.15em 0 0 0.15em;
  border-radius: 0.15em 0 0 0.15em;
  float: left;
  width: 1em;
  margin: 0 1em 0 -1em;
  padding: 0 .2em;
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 1.5em;
  -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.4), 2px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.4), 2px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.4), 2px 0 0 rgba(255, 255, 255, 0.4);
}
.button a img {
  height: 24px;
  min-width: 10px;
  vertical-align: middle;
  margin: -2px 0 0 0;
}
.stack-box .button {
  margin: -1px -1px 0 -1px;
}
#nav-button-home,
#nav-button-more {
  width: 30px;
}
#nav-button-home a,
#nav-button-more a {
  width: 17px;
  padding: 0 5px;
  text-align: center;
}
#nav-button-home a span,
#nav-button-more a span {
  position: absolute !important;
  left: -9999px !important;
  direction: ltr;
}
#nav-button-home a {
  background: #115588;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b88da), color-stop(10%, #1b88da), color-stop(25%, #1771b5), color-stop(55%, #115588), color-stop(80%, #0b395b), color-stop(95%, #104f7f));
  background: -webkit-linear-gradient(top, #1b88da 0%, #1b88da 10%, #1771b5 25%, #115588 55%, #0b395b 80%, #104f7f 95%);
  background: -moz-linear-gradient(top, #1b88da 0%, #1b88da 10%, #1771b5 25%, #115588 55%, #0b395b 80%, #104f7f 95%);
  background: -o-linear-gradient(top, #1b88da 0%, #1b88da 10%, #1771b5 25%, #115588 55%, #0b395b 80%, #104f7f 95%);
  background: -ms-linear-gradient(top, #1b88da 0%, #1b88da 10%, #1771b5 25%, #115588 55%, #0b395b 80%, #104f7f 95%);
  background: linear-gradient(top, #1b88da 0%, #1b88da 10%, #1771b5 25%, #115588 55%, #0b395b 80%, #104f7f 95%);
  border-color: #0d4168;
}
#nav-button-home a:hover {
  background: #0e4771;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #187ac3), color-stop(10%, #187ac3), color-stop(25%, #14639f), color-stop(55%, #0e4771), color-stop(80%, #082a44), color-stop(95%, #0d4168));
  background: -webkit-linear-gradient(top, #187ac3 0%, #187ac3 10%, #14639f 25%, #0e4771 55%, #082a44 80%, #0d4168 95%);
  background: -moz-linear-gradient(top, #187ac3 0%, #187ac3 10%, #14639f 25%, #0e4771 55%, #082a44 80%, #0d4168 95%);
  background: -o-linear-gradient(top, #187ac3 0%, #187ac3 10%, #14639f 25%, #0e4771 55%, #082a44 80%, #0d4168 95%);
  background: -ms-linear-gradient(top, #187ac3 0%, #187ac3 10%, #14639f 25%, #0e4771 55%, #082a44 80%, #0d4168 95%);
  background: linear-gradient(top, #187ac3 0%, #187ac3 10%, #14639f 25%, #0e4771 55%, #082a44 80%, #0d4168 95%);
  border-color: #0a3352;
}
#more-navigation-toggle,
#home-navigation {
  float: right;
  width: 20px;
}
#more-navigation-toggle img,
#home-navigation img {
  margin: 4px;
}
#more-navigation-close {
  position: absolute;
  right: 10px;
  width: 32px;
  height: 50px;
  margin-top: -34px;
  background: url('../../../layout/sprites/main_v-3.png') -672px -212px no-repeat;
  z-index: 20;
  cursor: pointer;
}
#more-navigation {
  overflow: hidden;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffffff , endColorstr= #eeeeee );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: none;
  position: relative;
  border: 1px solid #bbbbbb;
  background: #fff;
  margin-top: 3px;
}
#more-navigation h2 {
  font-size: 16px;
  margin: 0 0 14px 0;
  text-shadow: 1px 1px 0 #ffffff;
}
#more-navigation .section-icon {
  float: left;
  margin: 3px 10px 0 0;
  background: url('../../../layout/sprites/main_v-3.png') 0 0 no-repeat;
}
#more-navigation #game-categories {
  overflow: hidden;
  width: auto;
  margin: 10px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #bbbbbb;
}
#more-navigation #game-categories .section-icon {
  width: 32px;
  height: 17px;
  background-position: -727px -162px;
}
#more-hub-pages,
#more-cool-stuff,
#more-social-networks {
  float: left;
  width: 298px;
  padding: 10px 15px;
  font-size: 12px;
}
#more-hub-pages ul li,
#more-cool-stuff ul li,
#more-social-networks ul li {
  margin-bottom: 8px;
}
#more-hub-pages ul li a img,
#more-cool-stuff ul li a img,
#more-social-networks ul li a img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#more-hub-pages .list-icon,
#more-cool-stuff .list-icon,
#more-social-networks .list-icon {
  float: left;
  width: 16px;
  height: 16px;
  background: url('../../../layout/sprites/main_v-3.png') 0 0 no-repeat;
}
#more-hub-pages .section-icon {
  width: 27px;
  height: 15px;
  background-position: -884px -119px;
}
#more-cool-stuff {
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}
#more-cool-stuff .section-icon {
  width: 40px;
  height: 15px;
  background-position: -842px -119px;
}
#cool-gamebar .list-icon {
  background-position: -953px -56px;
}
#cool-store .list-icon {
  background-position: -536px -304px;
}
#cool-download .list-icon {
  background-position: -590px -304px;
}
#cool-free-games .list-icon {
  background-position: -572px -304px;
}
#cool-help .list-icon {
  background-position: -626px -304px;
}
#cool-forum .list-icon {
  background-position: -554px -304px;
}
#cool-newsletter .list-icon {
  background-position: -608px -304px;
}
#cool-sketchstar .list-icon {
  background-position: -643px -305px;
}
#more-social-networks .section-icon {
  width: 32px;
  height: 18px;
  background-position: -693px -162px;
}
#more-social-networks a {
  font-size: 14px;
  line-height: 24px;
}
#more-social-networks ul li {
  margin-bottom: 12px;
}
#more-social-networks .list-icon {
  width: 24px;
  height: 24px;
}
#social-facebook .list-icon {
  background-position: -396px -271px;
}
#social-twitter .list-icon {
  background-position: -578px -271px;
}
#social-google-plus .list-icon {
  background-position: -422px -271px;
}
#social-youtube .list-icon {
  background-position: -604px -271px;
}
#social-tumblr .list-icon {
  background-position: -552px -271px;
}
#social-pinterest .list-icon {
  background-position: -474px -271px;
}
#more-cool-stuff ul,
#more-social-networks ul li {
  float: left;
  width: 50%;
}
#more-cool-stuff ul li a,
#more-social-networks ul li a {
  padding: 0 0 0 10px;
}
/* -- FEATURED CONTENT -- */
section#featured-games {
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px 0;
}
section#featured-games .blue-container {
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: left;
  width: 660px;
  padding: 10px;
  background: #0099ff;
}
section#featured-games .whitebox {
  height: 266px;
}
section#featured-games .latest-games {
  float: left;
  width: 446px;
  padding: 2px;
}
section#featured-games .latest-games .game-animation {
  float: left;
  min-height: 266px;
  background: #eee;
}
section#featured-games .latest-games ul.game-icons {
  float: right;
  margin: 10px 14px 0 0;
  height: 76px;
}
section#featured-games .latest-games ul.game-icons li {
  float: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
}
section#featured-games .latest-games ul.game-icons li.current {
  background: url(../../../layout/blue-arrow-right.png) no-repeat 3px 23px;
}
section#featured-games .hot-games {
  float: right;
  width: 196px;
  padding: 2px;
}
section#featured-games .hot-games ul.game-icons {
  overflow: auto;
  margin: 5px 0 10px;
}
section#featured-games .hot-games ul.game-icons li {
  float: left;
  height: 76px;
  margin: 5px 14px 4px;
}
section .whitebox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
section#featured-games .whitebox.hot-games.Credits {
  background: url(../../../images/credits/six-pack-bg.png) no-repeat 0 0;
}
.promo-mast {
  display: block;
  position: relative;
  height: 90px;
  padding: 6px 0;
  background: #fff;
  font-size: 10px;
}
.promo-mast .contain-728 {
  display: inline;
  position: absolute;
  right: 0;
  min-width: 728px;
  height: 90px;
  padding-right: 31px;
  line-height: 0;
  z-index: 30;
}
.promo-mast .promo-text {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  position: absolute;
  right: -24px;
  top: 45px;
  width: 90px;
  background: #fff;
}
.promo-mast .promo-tag {
  font-weight: bold;
}
.promo-mast .feedback {
  float: right;
}
.promo-unit {
  overflow: hidden;
  float: right;
  width: 300px;
  padding: 0 10px 5px 0;
  font-size: 10px;
  background: #fff;
}
.promo-unit .container-300x250 {
  width: 300px;
  min-height: 250px;
  max-height: 600px;
  background: #eeeeee;
  line-height: 0;
}
.promo-unit .promo-text {
  overflow: hidden;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  padding: 0 5px;
  border: 1px solid #eeeeee;
  border-top: none;
  line-height: 18px;
}
.promo-unit .promo-tag {
  float: left;
}
.promo-unit .feedback {
  float: right;
}
body.locale-de .promo-unit .container-300x250 {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  padding: 10px 0 5px 0;
  background: #7c0;
}
body.locale-de .promo-unit .promo-text {
  border: 0;
  padding: 0px 3px 2px 7px;
  background: #7c0;
  color: #fff;
}
body.locale-de .promo-unit .promo-tag {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
body.locale-de .promo-unit .feedback {
  margin: 4px 3px 0 0;
}
body.locale-de .promo-unit .feedback a {
  color: #fff;
  text-decoration: underline;
}
body.locale-de section#promo-mast .promo-text {
  background-color: #7c0;
  color: #fff;
}
body.locale-de section#promo-mast .promo-text .feedback a {
  color: #ffffff;
}
/*
RIGHT COLUMN STACK CONTAINERS
 */
.right-column-wide {
  float: left;
  width: 220px;
}
.right-column-slim {
  float: right;
  width: 70px;
}
.stack-box {
  float: left;
  width: 220px;
  height: 264px;
  margin: 0 10px 10px 0;
  background: #fff;
}
.stack-box.full-width,
.stack-box.size-3x1,
.stack-box.size-3x05 {
  width: 678px;
}
.stack-box.size-2x1 {
  width: 450px;
}
.stack-box.size-3x1,
.stack-box.size-2x1 {
  height: 261px;
}
.stack-box.size-3x05 {
  height: 130px;
}
.stack-box.widget-flex-image .icon-wrap,
.stack-box.widget-flex-image a,
.stack-box.widget-flex-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.stack-box.flexible {
  height: auto;
}
.stack-box.flexible .inner {
  height: auto;
}
.stack-box.widget-flex-swf {
  line-height: 0;
  margin-bottom: 10px;
}
.stack-box.super-slim {
  width: 70px;
}
.stack-box.super-slim h2 {
  padding: 0;
  background: transparent;
  border: 0;
}
.stack-box h2,
.stack-box h3 {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffffff , endColorstr= #eeeeee );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  margin: 0;
  padding: 4px 6px;
  border: 1px solid #eeeeee;
  border-bottom-color: #bbbbbb;
  color: #222222;
  text-align: center;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
}
.stack-box h2.left,
.stack-box h3.left {
  text-align: left;
}
.stack-box h2.blue,
.stack-box h3.blue {
  background-color: #66c2ff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #66c2ff , endColorstr= #0099ff );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66c2ff), to(#0099ff));
  background-image: -webkit-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -moz-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -ms-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -o-linear-gradient(top, #66c2ff, #0099ff);
  background-image: linear-gradient(top, #66c2ff, #0099ff);
  color: #ffffff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  border-color: #0099ff;
}
.stack-box h2.green,
.stack-box h3.green {
  background-color: #33e500;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #33e500 , endColorstr= #229900 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33e500), to(#229900));
  background-image: -webkit-linear-gradient(top, #33e500, #229900);
  background-image: -moz-linear-gradient(top, #33e500, #229900);
  background-image: -ms-linear-gradient(top, #33e500, #229900);
  background-image: -o-linear-gradient(top, #33e500, #229900);
  background-image: linear-gradient(top, #33e500, #229900);
  color: #ffffff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  border-color: #229900;
}
.stack-box h2.orange,
.stack-box h3.orange {
  background-color: #ff8533;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ff8533 , endColorstr= #cc5200 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8533), to(#cc5200));
  background-image: -webkit-linear-gradient(top, #ff8533, #cc5200);
  background-image: -moz-linear-gradient(top, #ff8533, #cc5200);
  background-image: -ms-linear-gradient(top, #ff8533, #cc5200);
  background-image: -o-linear-gradient(top, #ff8533, #cc5200);
  background-image: linear-gradient(top, #ff8533, #cc5200);
  color: #ffffff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  border-color: #993d00;
}
.stack-box h3 {
  font-size: 12px;
  padding: 2px 6px;
}
.stack-box.push-ad a {
  z-index: 2;
}
.stack-box.push-ad a,
.stack-box.push-ad .mc-push {
  display: block;
  width: 218px;
}
.stack-box.push-ad .dfp {
  width: 220px;
  display: block;
  height: 80px;
  overflow: hidden;
  margin-bottom: 12px;
}
.stack-box.push-ad.push-small a,
.stack-box.push-ad.push-small .mc-push {
  height: 78px;
}
.stack-box.push-ad.push-medium a,
.stack-box.push-ad.push-medium .mc-push {
  height: 124px;
}
.stack-box.push-ad.push-large a,
.stack-box.push-ad.push-large .mc-push {
  height: 262px;
}
.stack-box.push-ad .icon-wrap {
  margin-bottom: 12px;
}
.stack-box .inner {
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  height: 215px;
  padding: 10px;
  border-top: 0;
}
.stack-box .inner .icon-wrap {
  margin-right: 10px;
}
.stack-box .inner .row hr {
  clear: both;
  margin: 10px -10px;
  border: 1px solid #eeeeee;
  border-width: 1px 0 0 0;
}
.stack-box .inner.compressed {
  padding: 8px;
}
.stack-box .inner.compressed .row hr {
  margin: 6px -10px;
}
.stack-box .inner.flexible-height {
  height: auto;
}
#sidebar {
  clear: both;
  padding: 5px 10px 0 0;
  background: #fff;
}
#sidebar .stack-box,
.stack-box.end {
  margin-right: 0;
}
.category-box {
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 218px;
  height: 262px;
}
.category-box h2 {
  padding: 0;
  border: 0;
  background: transparent;
}
.category-box ul {
  overflow: hidden;
  padding: 12px 12px 0px 12px;
}
.category-box ul li {
  float: left;
  margin: 1px 13px 14px 13px;
}
.category-box.full-width ul li {
  margin: 0 15px 7px 15px;
}
.category-box a.more-games {
  display: block;
  border: 1px solid #eeeeee;
  padding: 10px 10px 0 10px;
  border-width: 1px 0 0 0;
  text-align: center;
  font-size: 12px;
}
.category-box ul.no-icon,
.hot-box ul.no-icon {
  border-top: 1px solid #eeeeee;
  padding-top: 2px;
}
.category-box ul.no-icon li,
.hot-box ul.no-icon li {
  overflow: hidden;
  width: 60px;
  height: 14px;
  margin-bottom: 0px;
  padding: 0 0 0 10px;
  background: url(../../../layout/orange-bullet.png) 0 4px no-repeat;
  text-align: left;
  font-size: 10px;
  white-space: nowrap;
}
.hot-box ul.no-icon li {
  width: auto;
  height: 16px;
}
.pool-widget {
  position: relative;
  background: url('../../../images/widgets/8bpm/widget.png');
}
.pool-widget .play-game {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 35px;
  width: 151px;
  height: 46px;
  background: url('../../../images/widgets/8bpm/button.png');
}
.pool-widget .play-game:hover {
  opacity: 0.9;
}
.pool-widget .players-online {
  position: absolute;
  top: 120px;
  width: 100%;
  text-align: center;
}
.pool-widget h2 {
  color: #ccc;
  text-shadow: 0px 1px 2px #000;
  font-size: 17px;
  font-weight: bold;
}
.pool-widget p {
  display: block;
  color: #fff;
  text-shadow: 0px 1px 2px #000;
  font-size: 19px;
  font-weight: bold;
}
#smartphone.stack-box.category-box {
  overflow: hidden;
}
#android h2 a {
  background-color: #b8d267;
}
.smartphone-section-heading {
  height: 27px;
}
.smartphone-section-heading .android-button a {
  float: right;
  width: 75px;
  height: 16px;
  margin: 3px;
  padding: 3px 3px 0 0;
  color: #fff;
  font-size: 11px;
  text-align: right;
}
.smartphone-section-heading .windows-button a {
  float: right;
  width: 51px;
  height: 16px;
  margin: 3px -3px;
  padding: 3px 0 2px 6px;
  background: url('../../../layout/sprites/main_v-3.png') -895px -32px no-repeat;
  color: #fff;
  font-size: 11px;
}
#android .smartphone-section-heading {
  background: #b8d267 url('../../../layout/sprites/main_v-3.png') -622px -56px no-repeat;
}
#windows .smartphone-section-heading {
  background: url('../../../layout/sprites/main_v-3.png') -622px -112px no-repeat;
}
#windows .smartphone-section-heading.windows-up {
  background: url('../../../layout/sprites/main_v-3.png') -622px -85px no-repeat;
}
.smartphone-games-icon-container {
  height: 177px;
  font-size: 11px;
}
#iphone-icons.smartphone-games-icon-container {
  overflow: hidden;
  height: 178px;
  padding-top: 3px;
}
.smartphone-section-main-icon {
  overflow: hidden;
  float: left;
  width: 100px;
  height: 164px;
  margin: 8px 17px 3px 24px;
  line-height: 13px;
}
.smartphone-section-main-icon .smartphone-main-name {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
.smartphone-section-small-icon {
  overflow: hidden;
  float: left;
  width: 70px;
  height: 78px;
  margin-top: 8px;
  line-height: 13px;
}
.smartphone-large-icon {
  width: 100px;
  height: 100px;
}
.smartphone-small-icon {
  width: 50px;
  height: 50px;
}
.smartphone-game-name {
  line-height: 13px;
  margin-top: 2px;
}
.top-ten-box,
.all-categories-box,
.sketchstar-homepage-box,
.sketchstar-gamepage-box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 11px;
}
.top-ten-box h2,
.all-categories-box h2,
.sketchstar-homepage-box h2,
.sketchstar-gamepage-box h2 {
  background-color: #66c2ff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #66c2ff , endColorstr= #0099ff );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66c2ff), to(#0099ff));
  background-image: -webkit-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -moz-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -ms-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -o-linear-gradient(top, #66c2ff, #0099ff);
  background-image: linear-gradient(top, #66c2ff, #0099ff);
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  padding: 4px 6px;
  border: 1px solid #0099ff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
.sketchstar-homepage-box h2,
.sketchstar-gamepage-box h2 {
  background-color: #33e500;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #33e500 , endColorstr= #229900 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33e500), to(#229900));
  background-image: -webkit-linear-gradient(top, #33e500, #229900);
  background-image: -moz-linear-gradient(top, #33e500, #229900);
  background-image: -ms-linear-gradient(top, #33e500, #229900);
  background-image: -o-linear-gradient(top, #33e500, #229900);
  background-image: linear-gradient(top, #33e500, #229900);
  border: 1px solid #229900;
}
.sketchstar-homepage-box h2 img,
.sketchstar-gamepage-box h2 img {
  width: 21px;
  height: 22px;
  vertical-align: middle;
  padding-right: 3px;
}
.sketchstar-homepage-box a:hover,
.sketchstar-gamepage-box a:hover {
  text-decoration: none;
}
.top-ten-box ol,
.hot-box ul {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  padding: 13px 15px 11px 35px;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  background: url(../../../layout/top-ten-bullets.png) 16px 14px no-repeat;
}
.hot-box ul {
  height: 179px;
  padding: 14px 0 0 0;
  border: 0;
  background: transparent;
}
.hot-box ul.no-icon {
  height: 51px;
}
.hot-box ul.game-icons li {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
.top-ten-box ol li {
  margin: 0 0 6px 5px;
  padding: 2px 0;
  line-height: 11px;
}
.top-ten-box ol li.one {
  font-size: 12px;
  font-weight: bold;
}
.all-categories-box ul li {
  float: left;
  margin: 5px;
}
.sketchstar-homepage-box ul {
  overflow: hidden;
  padding: 10px 15px 0 5px;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}
.sketchstar-homepage-box li {
  overflow: hidden;
  float: left;
  width: 86px;
  height: 83px;
  margin: 0 0 6px 12px;
  background: url(../../../layout/icons/sketchstar-animation-bg.png) no-repeat scroll left top;
}
.sketchstar-homepage-box li a:hover {
  text-decoration: underline;
}
.sketchstar-homepage-box li a img {
  margin: 1px 0 7px 1px;
}
.sketchstar-homepage-box .made-with-sketchstar {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  height: 40px;
  padding: 0 0 0 42px;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  line-height: 30px;
}
.sketchstar-homepage-box .made-with-sketchstar-link {
  text-indent: -9999px;
  direction: ltr;
  display: inline-block;
  height: 32px;
  width: 82px;
  margin: 5px 3px;
  background: url(http://static.miniclipcdn.com/layout/widgets/sketchstar/sketchstar-icon.png) no-repeat scroll 0 0;
}
.sketchstar-gamepage-box ul {
  overflow: hidden;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  padding: 13px 12px 0;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}
.sketchstar-gamepage-box .sketchstar-gamepage-loading li {
  height: 73px;
  background: url(http://static.miniclipcdn.com/layout/widgets/sketchstar/sketchstar-fan-art-loading-bg.png) no-repeat scroll left top;
}
.sketchstar-gamepage-box .sketchstar-gamepage-loaded li {
  height: 73px;
  background: url(http://static.miniclipcdn.com/layout/widgets/sketchstar/sketchstar-fan-art-bg.png) no-repeat scroll left top;
}
.sketchstar-gamepage-box .sketchstar-gamepage-loaded li.empty {
  height: 73px;
  background: url(http://static.miniclipcdn.com/layout/widgets/sketchstar/sketchstar-fan-art-empty-bg.png) no-repeat scroll left top;
}
.sketchstar-gamepage-box .sketchstar-gamepage-loaded li.empty .thumb {
  float: left;
  width: 78px;
  margin-right: 12px;
}
.sketchstar-gamepage-box .sketchstar-gamepage-loaded li.empty .thumb a {
  display: block;
  width: 78px;
  height: 60px;
}
.sketchstar-gamepage-box .sketchstar-gamepage-loaded li.empty .name {
  float: left;
  width: 82px;
  height: 19px;
  margin: 0 0 0 20px;
}
.sketchstar-gamepage-box li a:hover {
  text-decoration: underline;
}
.sketchstar-gamepage-box li a img {
  margin: 1px 13px 0 1px;
}
.sketchstar-gamepage-box .thumb {
  float: left;
}
.sketchstar-gamepage-box .yome {
  float: left;
  margin: 0 5px 0 0;
}
.sketchstar-gamepage-box .name {
  float: left;
  width: 82px;
  height: 19px;
}
.sketchstar-gamepage-box .award {
  float: right;
  margin: 3px 0 0 0;
}
.sketchstar-gamepage-box .likes {
  float: left;
  width: 41px;
  height: 19px;
  margin: 5px 0 0 20px;
}
.sketchstar-gamepage-box .views {
  float: left;
  width: 41px;
  height: 19px;
  margin: 2px 0 0 20px;
}
.lazy-loader {
  width: 75%;
  padding: 5px;
  margin: 10px auto;
  text-align: center;
  font-size: 9px;
}
.lazy-loader img {
  width: 32px;
  height: 32px;
}
section#full-list {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  clear: both;
  background: #fff;
}
section#full-list .list-header {
  overflow: hidden;
  padding: 0 10px;
}
section#full-list .list-header label em {
  color: #bbb;
}
section#full-list .game a {
  text-align: left;
}
section#full-list h2 {
  font-size: 16px;
}
section#full-list .list-header h2 {
  float: left;
  padding: 8px 40px 8px 0;
  color: #000;
}
section#full-list .list-header .section-icon {
  float: left;
  width: 32px;
  height: 17px;
  margin: 10px 10px 10px 0;
  background: url('../../../layout/sprites/main_v-3.png') -727px -162px no-repeat;
}
section#full-list .list-header ul {
  overflow: hidden;
  width: auto;
}
section#full-list .list-header ul li {
  float: left;
  margin: 10px;
}
section#full-list .list-header ul li input {
  margin: 0 5px 0 0;
}
section#full-list .list-header ul li h3,
section#full-list .games-list ul li h3 {
  font-weight: bold;
}
section#full-list .games-list .list-container ul:nth-child(1) li:nth-child(1) h3 {
  margin-top: 0;
}
section#full-list .list-toggle {
  float: right;
  padding: 10px 0;
  cursor: pointer;
}
section#full-list .list-toggle:hover {
  color: rgba(0, 0, 0, 0.5);
}
section#full-list .list-container {
  overflow: hidden;
  padding: 10px;
}
section#full-list .games-list {
  overflow: hidden;
}
#more-navigation #game-categories ul,
section#full-list .games-list .list-container ul,
section#full-list .category-list .list-container ul {
  float: left;
  width: 140px;
  font-size: 11px;
}
#more-navigation #game-categories ul {
  width: 138px;
}
section#full-list .category-list .list-container {
  margin: 0 0 10px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
#more-navigation #game-categories ul li,
section#full-list .category-list ul li {
  padding: 0 0 0 10px;
  background: url(../../../layout/blue-bullet-light-bg.png) no-repeat 0 3px;
}
footer,
.ie-footer {
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  z-index: 250;
  position: relative;
  margin: 10px 0;
  background: #fff;
  font-size: 11px;
}
footer h3,
.ie-footer h3 {
  margin: 0 0 3px 0;
  font-weight: bold;
}
footer section,
.ie-footer section {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
footer .text-block,
.ie-footer .text-block {
  float: left;
  width: 485px;
  padding: 0 10px;
}
footer .text-block p,
.ie-footer .text-block p {
  margin-bottom: 10px;
}
footer .footer-links ul,
.ie-footer .footer-links ul {
  float: left;
  margin: 0 20px 0 10px;
  width: 138px;
}
footer .footer-links ul.language,
.ie-footer .footer-links ul.language {
  float: right;
}
footer .footer-links ul.language li a img,
.ie-footer .footer-links ul.language li a img {
  float: left;
  margin: 1px 2px 0 0;
}
footer .footer-links ul li,
.ie-footer .footer-links ul li {
  clear: both;
  margin-bottom: 3px;
  line-height: 11px;
}
footer .footer-links a,
.ie-footer .footer-links a,
footer .legal ul li a,
.ie-footer .legal ul li a {
  color: #222222;
  text-decoration: underline;
}
footer .footer-links a:hover,
.ie-footer .footer-links a:hover,
footer .legal ul li a:hover,
.ie-footer .legal ul li a:hover {
  text-decoration: none;
}
footer .legal,
.ie-footer .legal {
  padding: 10px;
  text-align: center;
}
footer .legal p,
.ie-footer .legal p {
  line-height: 20px;
  font-weight: bold;
}
footer .legal a,
.ie-footer .legal a {
  font-weight: normal;
  margin: 0 10px;
}
footer .social ul li,
.ie-footer .social ul li {
  float: left;
  margin: 0 10px;
}
.action-button a,
input.action-button,
input.submit {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffffff , endColorstr= #eeeeee );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: Tahoma, sans-serif;
  border: 1px solid #eeeeee;
  color: #222222;
  width: auto;
  display: block;
  float: left;
  margin: 0 3px 0 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.action-button.tab a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
}
.action-button:last-child a,
input.action-button:last-child,
input.submit:last-child {
  margin: 0;
}
.action-button.small a,
input.action-button.small {
  padding: 1px 10px;
  font-size: 10px;
}
.action-button.big a,
input.action-button.big {
  padding: 16px;
  font-size: 20px;
}
.action-button.blue a,
input.action-button.blue {
  background-color: #66c2ff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #66c2ff , endColorstr= #0099ff );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66c2ff), to(#0099ff));
  background-image: -webkit-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -moz-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -ms-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -o-linear-gradient(top, #66c2ff, #0099ff);
  background-image: linear-gradient(top, #66c2ff, #0099ff);
  border-color: #007acc;
  color: #fff;
}
.action-button.green a,
input.action-button.green,
input.submit {
  background-color: #33e500;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #33e500 , endColorstr= #229900 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33e500), to(#229900));
  background-image: -webkit-linear-gradient(top, #33e500, #229900);
  background-image: -moz-linear-gradient(top, #33e500, #229900);
  background-image: -ms-linear-gradient(top, #33e500, #229900);
  background-image: -o-linear-gradient(top, #33e500, #229900);
  background-image: linear-gradient(top, #33e500, #229900);
  border-color: #176600;
  color: #fff;
}
.action-button.red a,
input.action-button.red {
  background-color: #ff0000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ff0000 , endColorstr= #800000 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#800000));
  background-image: -webkit-linear-gradient(top, #ff0000, #800000);
  background-image: -moz-linear-gradient(top, #ff0000, #800000);
  background-image: -ms-linear-gradient(top, #ff0000, #800000);
  background-image: -o-linear-gradient(top, #ff0000, #800000);
  background-image: linear-gradient(top, #ff0000, #800000);
  border-color: #800000;
  color: #fff;
}
.action-button.grey a,
input.action-button.grey {
  background-color: #777777;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #777777 , endColorstr= #444444 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
  background-image: -webkit-linear-gradient(top, #777777, #444444);
  background-image: -moz-linear-gradient(top, #777777, #444444);
  background-image: -ms-linear-gradient(top, #777777, #444444);
  background-image: -o-linear-gradient(top, #777777, #444444);
  background-image: linear-gradient(top, #777777, #444444);
  border-color: #333;
  color: #fff;
}
.action-button.orange a,
input.action-button.orange {
  background-color: #ff8533;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ff8533 , endColorstr= #cc5200 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8533), to(#cc5200));
  background-image: -webkit-linear-gradient(top, #ff8533, #cc5200);
  background-image: -moz-linear-gradient(top, #ff8533, #cc5200);
  background-image: -ms-linear-gradient(top, #ff8533, #cc5200);
  background-image: -o-linear-gradient(top, #ff8533, #cc5200);
  background-image: linear-gradient(top, #ff8533, #cc5200);
  border-color: #993d00;
  color: #fff;
}
.action-button.navy a,
input.action-button.navy {
  background-color: #335588;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #335588 , endColorstr= #113366 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#335588), to(#113366));
  background-image: -webkit-linear-gradient(top, #335588, #113366);
  background-image: -moz-linear-gradient(top, #335588, #113366);
  background-image: -ms-linear-gradient(top, #335588, #113366);
  background-image: -o-linear-gradient(top, #335588, #113366);
  background-image: linear-gradient(top, #335588, #113366);
  border-color: #136;
  color: #fff;
}
.action-button.yellow a,
input.action-button.yellow {
  background-color: #ffd74e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffd74e , endColorstr= #ce9f00 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd74e), to(#ce9f00));
  background-image: -webkit-linear-gradient(top, #ffd74e, #ce9f00);
  background-image: -moz-linear-gradient(top, #ffd74e, #ce9f00);
  background-image: -ms-linear-gradient(top, #ffd74e, #ce9f00);
  background-image: -o-linear-gradient(top, #ffd74e, #ce9f00);
  background-image: linear-gradient(top, #ffd74e, #ce9f00);
  border-color: #ce9f00;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.action-button a:hover,
input.action-button:hover,
input.submit:hover {
  background-color: #ff944d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ff944d , endColorstr= #b34700 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff944d), to(#b34700));
  background-image: -webkit-linear-gradient(top, #ff944d, #b34700);
  background-image: -moz-linear-gradient(top, #ff944d, #b34700);
  background-image: -ms-linear-gradient(top, #ff944d, #b34700);
  background-image: -o-linear-gradient(top, #ff944d, #b34700);
  background-image: linear-gradient(top, #ff944d, #b34700);
  border-color: #803300;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.action-button a:active,
input.action-button:active,
input.submit:active {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 32, 0.3) inset;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 32, 0.3) inset;
  box-shadow: 0 2px 3px rgba(0, 0, 32, 0.3) inset;
}
.notification-bar {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  width: auto;
  margin: 0 0 10px 0;
  padding: 6px 36px 6px 12px;
  border: 1px solid #176600;
  background: #229900;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  line-height: 1.5;
}
.notification-bar p {
  clear: none;
}
.notification-bar .icon {
  margin-right: 5px;
  font-weight: bold;
}
.notification-bar strong {
  font-weight: bold;
}
.notification-bar .close {
  text-indent: -9999px;
  direction: ltr;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  padding: 0 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.2) url(../../../layout/notification-close.png) no-repeat center;
  cursor: pointer;
}
.notification-bar .close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.notification-bar a,
.notification-bar a:hover,
.notification-bar a:visited {
  color: #fff;
  text-decoration: underline;
}
.notification-bar a:active {
  color: #efe;
  text-decoration: none;
}
.notification-bar.information {
  border-color: #007acc;
  background: #0099ff;
}
.notification-bar.warning {
  border-color: #cc5200;
  background: #ff6600;
}
.notification-bar.error {
  border-color: #990000;
  background: #cc0000;
}
.left-arrow-pager,
.right-arrow-pager {
  text-indent: -9999px;
  direction: ltr;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../../layout/sprites/main_v-3.png') -946px -212px no-repeat;
  cursor: pointer;
}
.left-arrow-pager:hover {
  background-position: -946px -224px;
}
.right-arrow-pager {
  background-position: -958px -212px;
}
.right-arrow-pager:hover {
  background-position: -958px -224px;
}
.toolbox {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 1px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 0px rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  width: 140px;
  padding: 10px;
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  z-index: 999;
}
.toolbox strong {
  display: block;
  font-weight: bold;
}
.toolbox span {
  display: block;
  margin-top: 5px;
}
.toolbox a {
  color: #fff;
}
.toolbox:before {
  position: absolute;
  top: -15px;
  left: 73px;
  content: '';
  border: 8px solid transparent;
  border-bottom-color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.toolbox .avatar {
  border: 1px solid #fff;
  float: left;
  line-height: 0;
  margin-right: 5px;
}
.round-corners {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
body.use-showcase header {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
body.use-takeover header {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.is-challenge-game a {
  color: #ff6600;
}
.new-game-icon {
  display: inline-block;
  width: 23px;
  height: 7px;
  margin: 4px 0 0 5px;
  background: url('../../../layout/sprites/main_v-3.png') -694px -186px no-repeat;
}
#feedback {
  z-index: 50;
  position: fixed;
  bottom: 0;
  right: 20px;
  font-size: 15px;
}
#feedback .yome {
  display: block;
  position: absolute;
  left: 3px;
  bottom: 0;
  width: 35px;
  height: 50px;
  background: url(../../../layout/feedback-yome.png);
}
#feedback a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #33e500;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #33e500 , endColorstr= #229900 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33e500), to(#229900));
  background-image: -webkit-linear-gradient(top, #33e500, #229900);
  background-image: -moz-linear-gradient(top, #33e500, #229900);
  background-image: -ms-linear-gradient(top, #33e500, #229900);
  background-image: -o-linear-gradient(top, #33e500, #229900);
  background-image: linear-gradient(top, #33e500, #229900);
  display: block;
  height: 30px;
  padding-left: 40px;
  padding: 0 20px;
  border: 1px solid #229900;
  border-bottom: none;
  color: #fff;
  line-height: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
#player-options,
#credits-options {
  position: absolute;
  top: 35px;
  right: 85px;
  display: none;
  padding-bottom: 5px;
}
#player-options ul,
#credits-options ul {
  margin-left: 50px;
}
#player-options li,
#credits-options li {
  padding: 0 0 5px 0;
}
#credits-options .credits-icon {
  float: left;
  margin: 0 5px 5px 0;
  width: 30px;
  height: 25px;
  background: url('../../../layout/sprites/main_v-3.png') -1px -326px no-repeat;
}
#credits-options ul {
  margin-left: 40px;
}
#player-options .logout a {
  color: #bbb;
}
#eu-cookie {
  -webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 250px;
  padding: 10px 20px 0 20px;
  color: #fff;
  font-size: 11px;
}
#eu-cookie h2 {
  font-size: 15px;
  font-weight: bold;
}
#eu-cookie h2,
#eu-cookie p {
  margin-bottom: 10px;
}
a.takeover:hover,
a.takeover {
  z-index: 10;
  text-decoration: none;
}
#admin-stuff {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #bbbbbb;
  position: fixed;
  bottom: 10px;
  left: 20px;
  padding: 10px;
  width: 300px;
  background: #fff;
}
#admin-stuff #admin-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 350px;
  font-size: 10px;
}
#admin-stuff .notification-bar,
#admin-stuff .action-button,
#admin-stuff table {
  clear: both;
  margin-bottom: 10px;
  font-size: 10px;
}
#admin-stuff #admin-header {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 10px;
  padding: 5px;
  background: #0099ff;
  color: #fff;
}
#admin-stuff #admin-header a {
  position: absolute;
  right: 10px;
  top: 5px;
}
#bookmark-homepage {
  -webkit-box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  display: none;
  border-top: 1px solid #c0e6ff;
  background: #a6dcff;
}
#bookmark-homepage .button-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
#sponsored-games .with-icon .widget-html {
  padding-left: 80px;
}
#sponsored-games.compressed .with-icon .widget-html {
  font-size: 9px;
  padding-left: 56px;
}
#sponsored-games.compressed img {
  width: 45px;
}
.body-overlay {
  z-index: 500;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.webgame #payment-modal {
  border: 0;
}
.webgame #payment-modal iframe {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination {
  padding: 6px 0;
  margin-bottom: 10px;
  text-align: center;
}
.pagination li {
  display: inline;
  list-style-type: none;
}
.pagination li a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffffff , endColorstr= #eeeeee );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
  padding: 5px 10px;
}
.pagination li.current a {
  background-color: #66c2ff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #66c2ff , endColorstr= #0099ff );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66c2ff), to(#0099ff));
  background-image: -webkit-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -moz-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -ms-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -o-linear-gradient(top, #66c2ff, #0099ff);
  background-image: linear-gradient(top, #66c2ff, #0099ff);
  border-color: #0099ff;
  color: #fff;
  font-weight: bold;
}
.friends-league-widget {
  position: relative;
  height: auto;
}
.friends-league-widget .inner {
  position: relative;
  overflow: auto;
  height: auto;
  padding: 0;
}
.friends-league-widget ul {
  padding-top: 10px;
}
.friends-league-widget li {
  overflow: auto;
  position: relative;
  padding: 0 10px 10px 10px;
}
.friends-league-widget li span {
  float: left;
}
.friends-league-widget li .score-challenge {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: auto;
  display: none;
  position: absolute;
  right: 5px;
  top: 1px;
  padding-left: 5px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.friends-league-widget li:hover .score-challenge {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
}
.friends-league-widget .score-position {
  width: 30px;
  margin-right: 10px;
  padding-top: 5px;
  color: #0099ff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.friends-league-widget .user-avatar {
  margin-right: 5px;
}
.friends-league-widget .user-avatar img {
  float: left;
}
.friends-league-widget .username {
  overflow: hidden;
  max-width: 85px;
  padding-top: 2px;
}
.friends-league-widget .user-score {
  float: right;
  overflow: hidden;
  max-width: 45px;
  margin-left: 5px;
  padding-top: 3px;
  font-size: 11px;
  font-weight: bold;
}
.friends-league-widget .current-user {
  margin-bottom: 10px;
  padding-top: 10px;
  background: #a6dcff;
}
.friends-league-widget .current-user .score-position {
  padding-top: 10px;
}
.friends-league-widget .current-user .username {
  padding-top: 6px;
  font-size: 16px;
  font-weight: bold;
}
.friends-league-widget .current-user .user-score {
  padding-top: 8px;
  font-size: 13px;
}
.friends-league-widget .refresh-overlay {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.friends-league-widget .refresh-overlay .message-container {
  margin-top: 50px;
  padding: 10px;
  text-align: center;
}
.friends-league-widget .refresh-overlay .message {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.friends-league-widget .refresh-overlay .refresh-button a {
  width: 164px;
}
.activity-feed {
  position: relative;
  height: auto;
  /* Promoted Activity */

}
.activity-feed .settings-icon {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 50 );
  filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-indent: -9999px;
  direction: ltr;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  background: url(http://static.miniclipcdn.com/sandbox/players/feed-widget/filter-icon.png);
}
.activity-feed .settings-icon:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
  filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.activity-feed .activity-settings {
  display: none;
  z-index: 9999;
  right: -25px;
  width: 100px;
  margin-top: 2px;
}
.activity-feed .activity-settings li {
  overflow: auto;
}
.activity-feed .activity-settings .icon {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-right: 5px;
  background: url(http://static.miniclipcdn.com/sandbox/players/feed-widget/filter-icons.png) no-repeat;
}
.activity-feed .activity-settings .all-updates .icon {
  background-position: 0 0;
}
.activity-feed .activity-settings .my-updates .icon {
  background-position: 0 -10px;
}
.activity-feed .activity-settings .more-settings {
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px solid #444;
}
.activity-feed .activity-settings .more-settings a {
  color: #bbb;
}
.activity-feed .inner {
  position: relative;
  height: auto;
  padding: 0;
}
.activity-feed .refresh-notification {
  overflow: auto;
  z-index: 2500;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 94%;
  padding: 3%;
  border-bottom: 1px solid #eeeeee;
  background: rgba(255, 255, 255, 0.85);
}
.activity-feed .refresh-notification a {
  width: 93%;
  padding-left: 3%;
  padding-right: 3%;
}
.activity-feed .feed-content {
  overflow: hidden;
  height: 230px;
}
.activity-feed .feed-event {
  z-index: 500;
  display: block;
  overflow: auto;
  width: 198px;
  padding: 10px;
  border-top: 1px solid #eeeeee;
}
.activity-feed .feed-event:first-child {
  border-top: 0;
}
.activity-feed .user-avatar {
  vertical-align: middle;
  display: inline;
  width: 15px;
  height: 15px;
  padding-right: 5px;
}
.activity-feed .event-time {
  display: block;
  color: #bbbbbb;
  font-size: 11px;
}
.activity-feed .event-graphic {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
}
.activity-feed .event-graphic a {
  display: block;
}
.activity-feed .event-graphic img {
  float: left;
  width: 34px;
  height: 34px;
}
.activity-feed .featured-event .event-graphic img {
  width: 70px;
  height: 70px;
}
.activity-feed .featured-event .event-text {
  width: 118px;
}
.activity-feed .game-icon {
  float: left;
  margin: 0;
}
.activity-feed .event-text {
  float: right;
  width: 154px;
  padding: 0;
  font-size: 12px;
}
.activity-feed .event-text em {
  font-style: italic;
}
.activity-feed .event-action {
  display: block;
  margin-top: 10px;
}
.activity-feed .promotion-event {
  background: url(http://static.miniclipcdn.com/sandbox/players/feed-widget/promoted-bg.jpg) center top no-repeat;
}
.activity-feed .promotion-event .event-graphic {
  background: transparent;
}
.activity-feed .promotion-event p {
  padding: 2px;
  text-shadow: 1px 1px 0 #fff;
}
.box-white {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  background: #ffffff;
}
.box-grey {
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 30px;
  background: #eeeeee url(../../../layout/pages/newsletter-signup/paper-pattern.jpg);
}
.box-blue {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #66c2ff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #66c2ff , endColorstr= #0099ff );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66c2ff), to(#0099ff));
  background-image: -webkit-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -moz-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -ms-linear-gradient(top, #66c2ff, #0099ff);
  background-image: -o-linear-gradient(top, #66c2ff, #0099ff);
  background-image: linear-gradient(top, #66c2ff, #0099ff);
  border: 1px solid #0099ff;
  padding: 10px;
  color: #ffffff;
}
#daily-challenge .challenge {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  height: 261px;
  border: 1px solid #036;
  background: url(../../../images/widgets/daily-challenge/daily-challenge.png);
}
#daily-challenge .challenge img.heading {
  position: absolute;
  top: 2px;
  left: 31px;
}
#daily-challenge .challenge .info {
  position: absolute;
  top: 45px;
  left: 80px;
  width: 132px;
  height: 210px;
  text-align: center;
}
#daily-challenge .challenge .info .game-icon {
  width: 112px;
  margin: 15px 10px;
}
#daily-challenge .challenge .info .icon-wrap {
  float: none;
  margin: 0 20px 2px 20px;
}
#daily-challenge .challenge .info p {
  margin: 0 5px;
  color: #68738f;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
#daily-challenge .challenge .info p b,
#daily-challenge .challenge .info p strong {
  color: #2e3e67;
  font-size: 18px;
}
#daily-challenge .challenge .info a.play-now {
  text-indent: -9999px;
  direction: ltr;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 132px;
  height: 120px;
}
.user-banned {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  background: #ead6d6;
  background: -webkit-linear-gradient(45deg, rgba(150, 50, 50, 0.2) 25%, transparent 25%, transparent 50%, rgba(150, 50, 50, 0.2) 50%, rgba(150, 50, 50, 0.2) 75%, transparent 75%, transparent);
  background-size: 30px 30px;
}
.ban-container {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #ead6d6;
  background: #fff;
}
.banned-heading {
  font-family: 'Fredoka One', Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  color: #963232;
  text-transform: uppercase;
}
.tips-tricks-widget .video-thumbnail {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.tips-tricks-widget .thumbnail-overlay {
  text-indent: -9999px;
  direction: ltr;
  position: absolute;
  top: 45px;
  left: 71px;
  width: 72px;
  height: 72px;
  background: url('../../../layout/sprites/main_v-3.png') -761px -140px no-repeat;
}
.tips-tricks-widget .video-link:hover .thumbnail-overlay {
  background-position: -833px -140px;
}
.tips-tricks-widget .video-title {
  margin-bottom: 5px;
  padding: 0;
  border: 0;
  background: none;
  color: #004499;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.tips-tricks-widget .video-description {
  margin-bottom: 10px;
  font-size: 12px;
}
.tips-tricks-widget .more-videos {
  margin: 10px -10px 0 -10px;
  padding: 10px;
  border-top: 1px solid #eeeeee;
}
.tips-tricks-widget .more-videos .action-button a {
  width: 196px;
}
#game-widgets .tips-tricks-widget .thumbnail-overlay {
  top: 39px;
  left: 59px;
}
#game-widgets .tips-tricks-widget .more-videos .action-button a {
  width: 176px;
}
.star-rating {
  width: 18px;
  height: 17px;
  background: url(../../../layout/rating-star.png) repeat-x;
}
.star-rating-5 {
  width: 90px;
}
.star-rating-10 {
  width: 180px;
}
.rating-stars {
  width: 18px;
  height: 17px;
  background: url(../../../layout/rating-star.png) 0 -17px repeat-x;
}
.rating-1-star {
  width: 18px;
}
.rating-2-star {
  width: 36px;
}
.rating-3-star {
  width: 54px;
}
.rating-4-star {
  width: 72px;
}
.rating-5-star {
  width: 90px;
}
.rating-6-star {
  width: 108px;
}
.rating-7-star {
  width: 126px;
}
.rating-8-star {
  width: 144px;
}
.rating-9-star {
  width: 162px;
}
.rating-10-star {
  width: 180px;
}