html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
/*reset css*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover,
a:visited,
a:focus,
a:active {
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(
    0,
    0,
    0,
    0
  ); /* prevent tap highlight color / shadow */
}
input:focus {
  outline: none;
}
/*end reset*/
body {
  background-image: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  /*margin-bottom: 12px;*/
  font-size: 14px;
  height: 100%;
}
body::after {
  content: url('../images/game-hoverbox/play_free.png');
  display: none;
}
body.no-bg {
  background: #025da9 url(../images/corporate/pattern.gif) repeat !important;
  background-size: 2px !important;
}
#content {
  position: relative;
  margin: 0 auto;
}
p {
  margin: 11px 0;
  line-height: 1.4;
}
ul li {
  line-height: 1.4;
}
map,
area {
  outline: none;
}
a {
  text-decoration: none;
}
.menu {
  padding: 0;
  margin: 0;
  border: 0;
}
.menu li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
}
.centered {
  text-align: center;
}
.clear-both {
  clear: both;
}
.theme-click {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  display: block;
}
.underlined {
  text-decoration: underline !important;
}
.justify {
  text-align: justify;
}
.breakAll {
  word-break: break-all;
}
.noWrap {
  white-space: nowrap;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.articleDelimeter {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  width: 100%;
}
/*****************************************************************
***************************** HEADER *****************************
*****************************************************************/
header {
  position: relative;
  z-index: 25;
}
header p {
  margin: 0;
}
header .title a {
  position: relative;
  display: block;
  width: 304px;
}
.logo-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.logo-menu #logo {
  position: absolute;
  top: 7px;
  display: block;
}
.lang_menu {
  position: absolute;
  right: 113px;
  top: 10px;
  z-index: 6;
  display: block;
  font-size: 16px;
  line-height: 1;
  font-family: 'NotoSansNormal', 'Noto Sans CJK', 'Noto Sans Arabic Regular',
    'Trebuchet MS', Arial, Helvetica, sans-serif;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(
    0,
    0,
    0,
    0
  ); /* prevent tap highlight color / shadow */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}
.lang_menu .active_lang {
  display: block;
  text-transform: uppercase;
  color: #fff;
  margin: 0 19px 3px 0;
  padding: 0 21px 0 0;
  text-align: right;
  background: url(../images/header/langmenu_arrow.gif) no-repeat right center;
  background-size: 15px 9px;
}
.lang.menu {
  position: relative;
  z-index: 10;
  background: #fff;
  -moz-box-shadow: 0 0 8px 3px rgba(12, 52, 87, 0.6);
  -webkit-box-shadow: 0 0 8px 3px rgba(12, 52, 87, 0.6);
  box-shadow: 0 0 8px 3px rgba(12, 52, 87, 0.6);
  opacity: 0;
}
.lang_menu.active {
  z-index: 10;
}
.lang_menu.active .lang.menu {
  display: block;
  opacity: 1;
}
.lang.menu li {
  background: #fff;
}
.lang.menu li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 0 18px;
  color: #2370b0;
  background: #fff;
  border: 0;
  border-left: 1px solid #082848;
  border-right: 1px solid #082848;
}
.lang.menu li:first-child a {
  border-top: 1px solid #082848;
}
.lang.menu li:last-child a {
  border-bottom: 1px solid #082848;
}
.lang.menu li a:hover,
.lang.menu li a.active {
  background: #246bac;
  color: #fff;
}

.zh,
.zh-tw,
.ko,
.ja {
  font-family: 'LangFontJp', Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.ar {
  font-family: 'LangFontAr', Arial, Helvetica, sans-serif;
}

header .search {
  position: absolute;
  top: 3px;
  right: 210px;
  z-index: 7;
}
header .search input {
  vertical-align: top;
}
header .search input[type='text'] {
  position: relative;
  width: 220px;
  padding: 7px 30px 7px 18px;
  margin: 0 2px 0 0;
  /*line-height: 24px;*/
  vertical-align: bottom;
  border: none;
  height: 16px;
  line-height: 16px;
  border-spacing: 0;
  font-size: 16px;
  color: #355685;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: rgb(255, 255, 255);
}
.main-menu {
  position: relative;
  height: 41px;
  margin: -41px 8px 0 146px;
  float: right;
}
header .main-menu li > ul {
  top: 39px;
}
header .main-menu li:hover > ul,
header .main-menu li > ul.drop-down-menu-popup {
  display: block;
}
header .main-menu > li li a {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #216db9;
  text-shadow: none;
  text-align: center;
}
header .main-menu > li li a:hover {
  color: #216db9;
  text-decoration: underline;
}
header .main-menu > li > ul {
  display: none;
  background: #e8eef6;
  width: 632px;
  height: 118px;
  z-index: 5;
  position: absolute;
  top: 40px;
  left: -15px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  box-shadow: 0px 2px 3px -1px #000;
  -moz-box-shadow: 0px 2px 3px -1px #000;
  -webkit-box-shadow: 0px 2px 3px -1px #000;
  padding: 0;
}
header .main-menu > li > ul a,
header .main-menu > li > ul li {
  background: none;
}
header .main-menu .ipad > ul {
  left: -104px;
}
header .main-menu .google-play > ul {
  left: -188px;
}
header .main-menu .kindle > ul {
  left: -208px;
}
header .main-menu .mac > ul {
  left: -418px;
}
header .main-menu .facebook > ul {
  left: -300px;
}
header .main-menu .mac.zero-casino-game > ul,
header .main-menu .mac.zero-bundles-game > ul {
  left: -334px;
}
header .main-menu .winstore > ul {
  left: -408px;
}
header .main-menu .winstore.zero-casino-game > ul,
header .main-menu .winstore.zero-bundles-game > ul {
  left: -200px;
}
header .main-menu .mac.zero-bundles-game.zero-casino-game > ul {
  left: -312px;
}
header .main-menu .large-menu .left-platform-menu {
  padding: 0 2px 0 0;
}
header .main-menu .large-menu .left-platform-menu ul {
  padding: 18px 0 0 18px;
}
header .main-menu > li .left-platform-menu a {
  text-align: left;
  float: left;
  height: auto;
}
header .main-menu > li .left-platform-menu li {
  width: 204px;
  height: 26px;
  margin: 1px 0 0;
  padding: 0;
}
header .main-menu > li .left-platform-menu ul {
  padding: 24px 0 0 20px;
  width: 179px;
  font-weight: bold;
}
header .main-menu > li .left-platform-menu ul,
header .main-menu > li .left-platform-menu {
  height: 118px;
  width: 215px;
  margin: 0;
}
header .main-menu > li .right-platform-menu a {
  width: 100px;
  height: auto;
  text-align: center;
  font-size: 12px;
}
header .main-menu > li .right-platform-menu a,
header .main-menu > li .left-platform-menu a {
  margin: 0;
  padding: 0;
}
header .main-menu > li .right-platform-menu li {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  float: left;
}
header .main-menu > li .right-platform-menu li span {
  display: block;
  overflow: hidden;
  width: 58px;
  height: 58px;
  margin: 0 auto 5px;
  border: 1px solid #202f52;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background: #468bc6;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjAxN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #70b4f1 0%, #2166a1 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #70b4f1),
    color-stop(100%, #2166a1)
  );
  background: -webkit-linear-gradient(top, #70b4f1 0%, #2166a1 100%);
  background: -o-linear-gradient(top, #70b4f1 0%, #2166a1 100%);
  background: -ms-linear-gradient(top, #70b4f1 0%, #2166a1 100%);
  background: linear-gradient(to bottom, #70b4f1 0%, #2166a1 100%);
}
header .main-menu > li .right-platform-menu li:last-child {
  width: 98px;
}
header .main-menu > li .right-platform-menu ul {
  overflow: hidden;
  padding: 10px 0 0;
}
header .main-menu > li .right-platform-menu,
header .main-menu > li .right-platform-menu ul {
  height: 118px;
  font-size: 12px;
}
header .main-menu > li.google-play .left-platform-menu li {
  width: 210px;
}
header .main-menu > li.large-menu .left-platform-menu li {
  height: 20px;
}
header .main-menu > li.zero-casino-game .right-platform-menu,
header .main-menu > li.zero-casino-game .right-platform-menu ul,
header .main-menu > li.zero-bundles-game .right-platform-menu,
header .main-menu > li.zero-bundles-game .right-platform-menu ul {
  width: 305px;
}
header .main-menu > li.zero-casino-game.zero-bundles-game .right-platform-menu,
header
  .main-menu
  > li.zero-casino-game.zero-bundles-game
  .right-platform-menu
  ul {
  width: 200px;
}

.french header .main-menu .google-play > ul,
.german header .main-menu .google-play > ul {
  left: -241px;
}
.french header .main-menu .ipad > ul,
.german header .main-menu .ipad > ul {
  left: -143px;
}
.french header .main-menu .iphone > ul,
.german header .main-menu .iphone > ul {
  left: -30px;
}
.french header .main-menu .kindle > ul,
.german header .main-menu .kindle > ul {
  left: -210px;
}
.french header .main-menu .mac.zero-casino-game > ul,
.german header .main-menu .mac.zero-casino-game > ul {
  left: -310px;
}
.french header .main-menu .mac > ul,
.german header .main-menu .mac > ul {
  left: -414px;
}
.french header .main-menu .winstore > ul,
.german header .main-menu .winstore > ul {
  left: -282px;
}
.french header .main-menu > li .left-platform-menu ul,
.french header .main-menu > li .left-platform-menu {
  width: 217px;
}
.french header .main-menu > li.google-play .right-platform-menu ul {
  margin: 0 0 0 10px;
}
.german header .main-menu .large-menu .left-platform-menu,
.french header .main-menu .large-menu .left-platform-menu {
  width: 230px;
}
.german header .main-menu > li .right-platform-menu,
.german header .main-menu > li .right-platform-menu ul,
.french header .main-menu > li .right-platform-menu,
.french header .main-menu > li .right-platform-menu ul {
  width: 400px;
  margin: 0;
}
.german header .main-menu > li.zero-casino-game .right-platform-menu,
.german header .main-menu > li.zero-casino-game .right-platform-menu ul,
.german header .main-menu > li.zero-bundles-game .right-platform-menu,
.german header .main-menu > li.zero-bundles-game .right-platform-menu ul,
.french header .main-menu > li.zero-casino-game .right-platform-menu,
.french header .main-menu > li.zero-casino-game .right-platform-menu ul,
.french header .main-menu > li.zero-bundles-game .right-platform-menu,
.french header .main-menu > li.zero-bundles-game .right-platform-menu ul {
  width: 300px;
}

/**********************/
header .main-menu > li.zero-casino-game > ul,
header .main-menu > li.zero-bundles-game > ul {
  width: 536px;
  overflow: hidden;
}
header .main-menu > li.zero-casino-game.zero-bundles-game > ul {
  width: 432px;
}
.french header .main-menu > li.zero-casino-game > ul,
.german header .main-menu > li.zero-casino-game > ul,
.french header .main-menu > li.zero-bundles-game > ul,
.german header .main-menu > li.zero-bundles-game > ul {
  width: 534px;
}
.french header .main-menu > li.zero-casino-game.zero-bundles-game > ul,
.german header .main-menu > li.zero-casino-game.zero-bundles-game > ul {
  width: 434px;
}
.french header .main-menu > li.zero-bundles-game.google-play > ul,
.french header .main-menu > li.zero-casino-game.large-menu > ul,
.german header .main-menu > li.zero-casino-game.large-menu > ul,
.french header .main-menu > li.zero-bundles-game.large-menu > ul,
.german header .main-menu > li.zero-bundles-game.large-menu > ul {
  width: 534px;
}
.french
  header
  .main-menu
  > li.zero-casino-game.zero-bundles-game.google-play
  > ul,
.french
  header
  .main-menu
  > li.zero-casino-game.zero-bundles-game.large-menu
  > ul,
.german
  header
  .main-menu
  > li.zero-casino-game.zero-bundles-game.large-menu
  > ul {
  width: 442px;
}
/*clean up style*/
header .main-menu > li > ul a,
header .main-menu > li > ul li {
  background: none;
}
header .main-menu > li .left-platform-menu ul,
header .main-menu > li .left-platform-menu {
  height: 118px;
  width: 215px;
  margin: 0;
}
.french header .main-menu > li .left-platform-menu ul,
.french header .main-menu > li .left-platform-menu {
  width: 217px;
}
header .main-menu > li .left-platform-menu ul {
  padding: 24px 0 0 20px;
  width: 179px;
  font-weight: bold;
}
header .main-menu > li .right-platform-menu,
header .main-menu > li .right-platform-menu ul {
  width: 400px;
  height: 118px;
  font-size: 12px;
  margin-right: 0;
}
.german header .main-menu > li .right-platform-menu,
.german header .main-menu > li .right-platform-menu ul,
.french header .main-menu > li .right-platform-menu,
.french header .main-menu > li .right-platform-menu ul {
  width: 400px;
  margin: 0;
}
header .main-menu > li.zero-casino-game .right-platform-menu,
header .main-menu > li.zero-casino-game .right-platform-menu ul,
header .main-menu > li.zero-bundles-game .right-platform-menu,
header .main-menu > li.zero-bundles-game .right-platform-menu ul {
  width: 305px;
}
.german header .main-menu > li.zero-casino-game .right-platform-menu,
.german header .main-menu > li.zero-casino-game .right-platform-menu ul,
.german header .main-menu > li.zero-bundles-game .right-platform-menu,
.german header .main-menu > li.zero-bundles-game .right-platform-menu ul,
.french header .main-menu > li.zero-casino-game .right-platform-menu,
.french header .main-menu > li.zero-casino-game .right-platform-menu ul,
.french header .main-menu > li.zero-bundles-game .right-platform-menu,
.french header .main-menu > li.zero-bundles-game .right-platform-menu ul {
  width: 300px;
}
header .main-menu > li.zero-casino-game.zero-bundles-game .right-platform-menu,
header
  .main-menu
  > li.zero-casino-game.zero-bundles-game
  .right-platform-menu
  ul {
  width: 200px;
}
.french header .main-menu > li.google-play .right-platform-menu ul {
  margin: 0 0 0 10px;
}
header .main-menu > li .right-platform-menu ul {
  overflow: hidden;
  padding: 10px 0 0;
}
header .main-menu > li .left-platform-menu li {
  width: 204px;
  height: 26px;
  margin: 1px 0 0;
  padding: 0;
}
header .main-menu > li.google-play .left-platform-menu li {
  width: 210px;
}
header .main-menu > li.large-menu .left-platform-menu li {
  height: 20px;
}
header .main-menu > li .right-platform-menu li {
  display: inline-block;
  width: 100px;
  height: 130px;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  float: left;
}
header .main-menu > li .right-platform-menu li:last-child {
  width: 98px;
}

/* Spanish version of the site */
.spanish header .main-menu > li.zero-casino-game.zero-bundles-game > ul {
  width: 508px;
}
.spanish header .main-menu > li.zero-casino-game > ul,
.spanish header .main-menu > li.zero-bundles-game > ul {
  width: 612px;
}
.spanish header .main-menu > li .left-platform-menu ul,
.spanish header .main-menu > li .left-platform-menu {
  width: 290px;
}
.spanish header .main-menu > li .left-platform-menu li {
  width: 273px;
}

.theme-banner {
  position: relative;
  height: 95px;
  overflow: hidden;
  z-index: 1;
}
.theme-banner img {
  position: relative;
  width: 970px;
  height: 95px;
}

/*****************************************************************
***************************** CONTAINER **************************
*****************************************************************/
#container {
  position: relative;
  clear: both;
  border: 1px solid #072d52;
  border-bottom: none;
  background: #fff;
  overflow: visible;
}
main {
  position: relative;
  float: left;
  width: 680px;
}
aside {
  position: relative;
  width: 260px;
  margin: 0 0 0 690px;
}
.column1 main {
  width: 100% !important;
  float: none;
}

/********************************** INDEX PAGE *****************/
.main-slider {
  position: relative;
  width: 690px;
  height: 382px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  overflow: hidden;
  z-index: 2;
}
.main-slider .slide {
  position: relative;
  height: 382px;
  float: left;
  overflow: hidden;
}
.main-slider .slide .game-2,
.main-slider .slide .game-3,
.main-slider .slide .game-4 {
  display: none;
}
.main-slider .slide li {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 523px;
  height: 382px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
  overflow: hidden;
  cursor: pointer;
}
.main-slider .slide li .withSVG,
.main-slider .slide-menu li .withSVG {
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: middle;
  overflow: hidden;
}
.main-slider .slide li svg,
.main-slider .slide-menu li svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
.main-slider .slide li svg {
  height: 382px;
}
.main-slider .slide li img {
  position: relative;
  width: 523px;
  height: 382px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.main-slider .slide li li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: auto;
  height: 55px;
  margin: 19px 2px 0;
  list-style: none;
  border: none;
  text-align: center;
  box-shadow: 0 2px 0 rgba(150, 150, 150, 0.2);
  background: #fcfdff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f6fd 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #f1f6fd)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f1f6fd 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #ffffff 0%,
    #f1f6fd 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f6fd 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f1f6fd 100%); /* W3C */
}
.main-slider .slide li li a {
  display: block;
  text-decoration: none;
  padding-top: 40px;
  color: #000;
  font-size: 10px;
  height: 0;
}
.main-slider .slide li li:hover {
  border-bottom-width: 0;
  background: #b2c9e3; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #b2c9e3 0%,
    #bbd0e8 7%,
    #d5e3f7 22%,
    #dde8fa 30%,
    #feffff 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #b2c9e3),
    color-stop(7%, #bbd0e8),
    color-stop(22%, #d5e3f7),
    color-stop(30%, #dde8fa),
    color-stop(100%, #feffff)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #b2c9e3 0%,
    #bbd0e8 7%,
    #d5e3f7 22%,
    #dde8fa 30%,
    #feffff 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #b2c9e3 0%,
    #bbd0e8 7%,
    #d5e3f7 22%,
    #dde8fa 30%,
    #feffff 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #b2c9e3 0%,
    #bbd0e8 7%,
    #d5e3f7 22%,
    #dde8fa 30%,
    #feffff 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #b2c9e3 0%,
    #bbd0e8 7%,
    #d5e3f7 22%,
    #dde8fa 30%,
    #feffff 100%
  ); /* W3C */
}
.main-slider .slide li ul {
  overflow: hidden;
  text-align: center;
  min-width: 115px;
}
.main-slider .slide li.current {
  z-index: 2;
}
.main-slider .slide-menu {
  position: relative;
  top: -125px;
  padding: 0;
  margin: 0 0 0 530px;
}
.main-slider .slide-menu li {
  position: relative;
  display: block;
  width: 160px;
  height: 117px;
  margin: 8px 0 7px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
.main-slider .slide-menu li img {
  position: relative;
  width: 160px;
  height: 117px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
.main-slider .slide-menu li svg {
  height: 117px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
.main-slider ul,
.main-slider li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

#hot-deals {
  position: relative;
  border: 0;
  font-size: 15px;
  font-family: 'Noto Sans Regular', 'Noto Sans CJK', 'Noto Sans Arabic Regular',
    Arial, Helvetica, sans-serif;
}
#hot-deals .item {
  position: relative;
  float: left;
}
#hot-deals .learnmore {
  display: inline-block;
  font-size: 20px;
  margin: 0 auto 2px;
  border: 0;
}
#hot-deals .nav-ul {
  display: none;
  clear: both;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  font-size: 0;
}
#hot-deals .nav-ul li {
  display: inline-block;
  cursor: pointer;
}

/* Top 10*/
.psevdo-select {
  margin: 0;
  list-style-type: none;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  line-height: 25px;
}
.psevdo-select li:hover,
.psevdo-select li.active {
  background: #4192d3;
  color: #fff;
}
.psevdo-select li:last-child {
  padding-bottom: 2px;
}
.psevdo-select-bg {
  position: absolute;
  display: none;
  background: #f8f8f8 none repeat scroll 0 0;
  z-index: 50;
  overflow: hidden;
}

.mainpage-column .item:last-child .hoverbox {
  left: 213px;
  top: auto;
  bottom: 16px;
}
.mainpage-column .onhover {
  z-index: 10;
}
.hoverbox .badge {
  display: none;
  position: absolute;
  z-index: 3;
  top: -27px;
  right: -26px;
  width: 44px;
  height: 44px;
}
.hoverbox .badge.play-free {
  display: block;
  background: url(../images/game-hoverbox/hoverbox_badges_new.svg) no-repeat;
  background-size: 73px 590px;
  background-position: -15px -92px;
}
.german .hoverbox .badge.play-free {
  background-position: -15px -1px;
}
.french .hoverbox .badge.play-free {
  background-position: -15px -46px;
}
.spanish .hoverbox .badge.play-free,
.spanish_latin_america .hoverbox .badge.play-free {
  background-position: -15px -137px;
}
.russian .hoverbox .badge.play-free {
  background-position: 0 -501px;
  width: 73px;
  right: -35px;
}
.chinese_simplified .hoverbox .badge.play-free {
  background-position: -15px -228px;
}
.chinese_traditional .hoverbox .badge.play-free {
  background-position: -15px -182px;
}
.korean .hoverbox .badge.play-free {
  background-position: -15px -273px;
}
.japanese .hoverbox .badge.play-free {
  background-position: -15px -317px;
}
.portuguese .hoverbox .badge.play-free {
  background-position: -15px -363px;
}
.brazilian .hoverbox .badge.play-free {
  background-position: -15px -363px;
}
.italian .hoverbox .badge.play-free {
  background-position: 0 -408px;
  width: 73px;
  right: -35px;
}
.sweden .hoverbox .badge.play-free {
  background-position: -15px -454px;
}
/* Subscribe */
#subscribe_confirm_form {
  display: none;
  position: relative;
  margin: 0px 21px 0 0;
}
#subscribe_confirm_form .submit .arrow {
  display: block;
  position: absolute;
  top: 1px;
  right: 6px;
  text-align: center;
  height: 25px;
  width: 14px;
  cursor: pointer;
  margin: 0;
  background: none;
}
#subscribe_confirm_form .submit .arrow:after {
  content: '';
  position: absolute;
  top: 65%;
  right: 0;
  height: 16%;
  width: 100%;
  background: #fff;
  -webkit-transform: rotate(-53deg);
  -moz-transform: rotate(-53deg);
  -ms-transform: rotate(-53deg);
  -o-transform: rotate(-53deg);
  transform: rotate(-53deg);
}
#subscribe_confirm_form .submit .arrow:before {
  content: '';
  position: absolute;
  top: 30%;
  left: 0;
  height: 16%;
  width: 100%;
  background: #fff;
  -webkit-transform: rotate(53deg);
  -moz-transform: rotate(53deg);
  -ms-transform: rotate(53deg);
  -o-transform: rotate(53deg);
  transform: rotate(53deg);
}
#subscribe_confirm_form div.submit {
  position: absolute;
  top: 3px;
  right: -7px;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  display: none;
}
#subscribe_confirm_form #subscribe-confirm-arrow {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  padding: 0 0 0 0;
  top: 0;
  right: 0;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0;
  border: none;
}

/*********************************** ARTICLE ******************/
.article #container {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.article .description {
  padding: 5px 0;
  font-size: 11px;
  overflow-wrap: break-word;
}
.article .head {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #a7bddd;
}
.article .head h1 {
  position: relative;
  float: right;
  max-width: 200px;
  padding: 8px 20px;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #a7bddd;
}
.article .item {
  clear: both;
  overflow: hidden;
  margin: 14px 0;
}
.article .item .photo {
  width: 68px;
  height: 100px;
  float: left;
  margin: 4px 0 0 19px;
}
.article .item .photo.empty {
  height: 10px;
}
.article .sale_item:first-child {
  margin-top: 0;
}
.article .sale_item:last-child {
  margin-bottom: 0;
}
.salepage .article {
  margin: 0 -8px;
}
.salepage .article .sale_item {
  position: relative;
  line-height: 0;
  padding: 0;
  overflow: hidden;
  margin: 11px 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}
.salepage .sale_item.withSVG {
  position: relative;
  width: 100%;
  /*padding-bottom: 31.25%;*/
  vertical-align: middle;
  overflow: hidden;
}
.salepage .article .sale_item img {
  width: 994px;
  cursor: pointer;
}
.salepage .article .sale_item svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
.salepage .article a {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.article .section_body .block_title {
  font-weight: bold;
  font-size: 12px;
  margin: 25px 0 10px;
}
.article .section_body .block_title a {
  color: #000;
}
.article .section_body ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.article .section_body ul li {
  margin: 5px 0;
}
.article .section_body ul li.parent {
  list-style: none;
}
.article .section_title {
  color: #2c4564;
  background-color: #d1dded;
  font-size: 13px;
  font-weight: bold;
}
.article h2 {
  font-size: 13px;
  font-weight: bold;
}
.article li.bullet {
  font-size: 13px;
  font-weight: bold;
  padding: 6px 6px 6px 16px;
  margin: 0;
  list-style: none;
  background: url(../images/bull.gif) no-repeat center left;
}
.article li.bullet a {
  color: #31407b;
}
.article table.cookies {
}
.article table.cookies td {
  padding: 3px;
  min-width: 150px;
  border: 1px solid #a1a1a1;
}
.article table.cookies th {
  padding: 5px;
  border: 1px solid #a1a1a1;
  font-weight: bold;
}

/* Management */
.management .desc h3 {
  margin: 2px 0 10px;
}
.management .item p {
  line-height: 1.2;
  margin: 0;
}

/* Jobs */
.jobs .empty_category {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  color: #2c4564;
  padding: 20px 0;
}
.jobs .section_title {
  text-align: center;
}

/* Contacts */
.contacts .section_title {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

/********************************* DEVELOPERS *****************/
.dev_block {
  margin: 20px 10px 0px 10px;
  color: #4d4d4d;
}
.dev_block a {
  color: #4192d3;
}
.dev_block a:hover {
  color: #ff8400;
}
.dev_block h2 {
  font-size: 19px;
  font-family: 'Noto Sans Regular', 'NotoSans CJK', 'Noto Sans Arabic Regular',
    Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.dev_block img {
  margin: 15px 0px 10px 40px;
}
.dev_block li {
  list-style-type: none;
  background: url(../images/li.png) no-repeat 0 7px;
  font-size: 14px;
  padding-left: 20px;
  font-family: Arial;
  font-weight: normal;
  margin-top: 11px;
}
.dev_block p {
  padding-bottom: 3px;
  margin-bottom: 0;
  font-size: 14px;
}
.dev_block ul {
  padding-left: 0px;
}
.dev_img a,
.dev_img a:hover {
  text-decoration: none;
  color: #4d4d4d;
}
.dev_img img {
  width: 115px;
  height: 115px;
  margin: 0px 0px 0px 0px;
  -webkit-box-shadow: 0px 3px 7px #222;
  -moz-box-shadow: 0px 3px 7px #222;
  box-shadow: 0px 3px 7px #222;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  cursor: pointer;
}
.dev_img li {
  list-style-type: none;
  background: none;
  padding-left: 0px;
  font-family: Arial;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: 0px;
}
.dev_img p {
  padding: 5px 0px 10px 0px;
  margin: 0px;
  font-size: 14px;
  cursor: pointer;
}
.dev_img ul {
  padding: 0 0 10px 15px;
  margin-bottom: 0;
}
.developers #container {
  border: none;
  font-family: Arial, Helvetica, sans-serif;
}
.developers .head {
  margin: -10px -10px 0;
  padding: 18px 0 14px 20px;
  text-align: left;
  font-family: Arial;
  font-weight: normal;
  background: -moz-linear-gradient(top, #1f68b3 0%, #18599c 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1f68b3),
    color-stop(100%, #18599c)
  );
  background: -webkit-linear-gradient(top, #1f68b3 0%, #18599c 100%);
  background: -o-linear-gradient(top, #1f68b3 0%, #18599c 100%);
  background: -ms-linear-gradient(top, #1f68b3 0%, #18599c 100%);
  background: linear-gradient(top, #1f68b3 0%, #18599c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f68b3', endColorstr='#18599c',GradientType=0 );
  border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px 9px 0 0;
}
.developers .head h1 {
  background: none;
  text-align: left;
  float: none;
  font-size: 22px;
  color: #fff;
  padding: 0;
  font-weight: normal;
}

/*********************************** EMAIL PAGE ***************/
.body-content.acton-page.e-mail {
  margin: 13px 0 14px;
  position: relative;
}
.e-mail .content {
  height: 421px;
  background: url(../images/e-mail/email_g5e_page_v4_retina.jpg) no-repeat top
    right #ffffff;
  background-size: contain;
  border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px 9px 0 0;
  font-family: Helvetica, Arial, sans-serif;
}
.e-mail .content form {
  padding: 80px 0 0 33px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #355685;
}
.e-mail .content form input[type='text'] {
  display: block;
  width: 270px;
  height: 36px;
  border: 1px solid #d9d9d9;
  background-color: #f8f8f8;
  margin: 18px 0;
  padding: 0 12px;
  border-radius: 4px;
}
.e-mail .content.error-email form input[type='text'] {
  margin: 10px 0;
}
.e-mail .error {
  color: #ff7f7f;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0 0 4px;
}
.e-mail .footer {
  background-color: #cbdeee;
  color: #28407d;
  height: 100px;
  width: 100%;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
}
.e-mail .footer .follow {
  float: left;
  font-size: 36px;
  padding: 30px 0 0 33px;
  text-align: left;
  vertical-align: middle;
  width: 184px;
  font-weight: bolder;
}
.e-mail .footer .icons {
  float: left;
  padding-top: 30px;
  vertical-align: middle;
}
.e-mail .footer .icons img {
  border: 0;
  width: 40px;
  margin: 0 6px 0 0;
}
.e-mail .footer .on {
  float: left;
  font-size: 15px;
  margin-right: 20px;
  padding-top: 34px;
  vertical-align: middle;
  width: 450px;
  text-align: left;
}
.e-mail .submit {
  padding-top: 4px;
  width: 100%;
}
.e-mail .submit.success-subscribe {
  padding-top: 20px;
}
.e-mail .submit a {
  margin: 0 4px 0 0;
}
.e-mail .submit .signup-button,
.e-mail .submit .home-page {
  display: block;
  margin: 0 0 10px 0;
}
.e-mail .thanks-text {
  font-size: 20px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  margin: 21px 0 0;
}
.e-mail .welcome-text {
  font-size: 16px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 18px;
  margin: 22px 0 0 0;
}
.e-mail h1 {
  margin: 12px 0 0;
  font-size: 33px;
  line-height: 100%;
}
.e-mail h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #004d8c;
  line-height: 100%;
}
.e-mail h3 {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 20px;
  width: 420px;
  text-align: justify;
}
.e-mail .email-button {
  display: block;
  position: relative;
  padding: 0;
  border: 0;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.e-mail .signup-button,
.e-mail .email-button.home-page {
  width: 202px;
  height: 42px;
  background: #76be53;
  border-radius: 20px;
  line-height: 39px;
  border: 0;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.e-mail .fb-share,
.e-mail .tw-share {
  display: inline-block;
  height: 40px;
  border: 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
}
.e-mail .fb-share .icon,
.e-mail .tw-share .icon {
  display: block;
  padding: 7px 26px 6px 30px;
}
.e-mail .fb-share {
  background: #3a5695;
}
.e-mail .tw-share {
  background: #55acee;
}
.e-mail .fb-share .icon {
  background: url(../images/e-mail/fb_new.png) no-repeat 4px 6px;
  background-size: 27px 27px;
}
.e-mail .tw-share .icon {
  background: url(../images/e-mail/tw_new.png) no-repeat 2px 5px;
  background-size: 27px 27px;
}
.e-mail #plash {
  background-image: url(../images/e-mail/ribbon_retina_new.png);
  width: 885px;
  height: 60px;
  padding-top: 5px;
  padding-left: 34px;
  position: absolute;
  top: 10px;
  left: 0;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  text-align: left;
  font-weight: bolder;
}
/* GERMAN */
.german .e-mail h1 {
  font-size: 30px;
}
.german .e-mail h2 {
  font-size: 18px;
}
/* FRENCH */
.french .e-mail h1 {
  font-size: 24px;
  line-height: 134%;
}
.french .e-mail h2 {
  font-size: 15px;
}
.french .e-mail .footer .follow {
  font-size: 30px;
}
.french .e-mail .email-button.home-page {
  width: 232px;
}
/* SPANISH */
.spanish .e-mail h1,
.spanish_latin_america .e-mail h1 {
  font-size: 28px;
  line-height: 120%;
}
.spanish .e-mail h2 {
  font-size: 15px;
}
/* RUSSIAN */
.russian .e-mail h1 {
  font-size: 26px;
  line-height: 120%;
}
.russian .e-mail .footer .follow {
  font-size: 27px;
}
/* KOREAN */
.korean .e-mail h1 {
  font-size: 32px;
}
/* JAPANESE */
.japanese .e-mail h1 {
  font-size: 26px;
  line-height: 120%;
}
.japanese .e-mail .footer .follow {
  font-size: 18px;
}
/* PORTUGAL */
.portuguese .e-mail h1 {
  font-size: 29px;
  line-height: 120%;
}
.portuguese .e-mail h2 {
  font-size: 17px;
}
.portuguese .e-mail .footer .follow {
  font-size: 34px;
}
/* BRASILIAN */
.brazilian .e-mail h1 {
  font-size: 29px;
  line-height: 120%;
}
.brazilian .e-mail h2 {
  font-size: 18px;
}
/********************************* COOKIES POLICY ***********/
#cookies_popup {
  position: relative;
  font-size: 12px;
  background: #c1d1e7;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #f4f7fb 18%,
    #ccd9eb 65%,
    #c5d4e9 75%,
    #c2d2e7 82%,
    #c2d2e7 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(18%, #f4f7fb),
    color-stop(65%, #ccd9eb),
    color-stop(75%, #c5d4e9),
    color-stop(82%, #c2d2e7),
    color-stop(100%, #c2d2e7)
  );
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f4f7fb 18%,
    #ccd9eb 65%,
    #c5d4e9 75%,
    #c2d2e7 82%,
    #c2d2e7 100%
  );
  background: -o-linear-gradient(
    top,
    #ffffff 0%,
    #f4f7fb 18%,
    #ccd9eb 65%,
    #c5d4e9 75%,
    #c2d2e7 82%,
    #c2d2e7 100%
  );
  background: -ms-linear-gradient(
    top,
    #ffffff 0%,
    #f4f7fb 18%,
    #ccd9eb 65%,
    #c5d4e9 75%,
    #c2d2e7 82%,
    #c2d2e7 100%
  );
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f4f7fb 18%,
    #ccd9eb 65%,
    #c5d4e9 75%,
    #c2d2e7 82%,
    #c2d2e7 100%
  );
  -webkit-box-shadow: 0 2px 20px -2px #565555;
  -moz-box-shadow: 0 2px 20px -2px #565555;
  box-shadow: 0 2px 20px -2px #565555;
  overflow: hidden;
  margin-bottom: -1px;
}
#cookies_popup .button {
  position: relative;
  display: inline-block;
  width: auto;
  height: 33px;
  line-height: 33px;
  margin: 2px 4px;
  padding: 0 8px;
  background: #206bb7;
  font-size: 12px;
  color: #fff;
  overflow: visible;
  vertical-align: baseline;
  border: 1px solid #206bb7;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
#cookies_popup .button:hover {
  background-color: #fff;
  color: #206bb7;
}
#cookies_popup .button_block {
  position: absolute;
  bottom: 20px;
  right: 5px;
}
#cookies_popup .inner_wrap {
  position: relative;
  padding: 10px 5px;
  margin: 0 auto;
}
#cookies_popup .left_block {
  position: relative;
}
#cookies_popup .long_desc {
  display: none;
  margin: 11px 0;
}
#cookies_popup .long_desc p:first-child {
  margin-top: 0;
}
#cookies_popup .long_desc p:last-child {
  margin-bottom: 0;
}
#cookies_popup .title {
  font-size: 14px;
  font-weight: bold;
  color: #204380;
}
#cookies_popup a {
  font-weight: bold;
  color: #4192d3;
}
#cookies_popup a:hover {
  text-decoration: none;
  color: #ff8400;
}

/***************************** MOBILE POPUP **************/
#mobile_popup {
  position: relative;
  background: #d5d5d5;
  padding: 20px;
  font-size: 18px;
  color: #3b3b3b;
  text-shadow: 0 1px #fff;
  text-align: center;
  border-bottom: 1px solid #7c7c7c;
}
#mobile_popup .close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 70px;
  background: url(../images/close.gif) no-repeat center center;
}
#mobile_popup.hidden {
  display: none;
}
/* Windows Phone - fix scrolling bug */
#screen {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/***************************** NAVIGATION / PAGINATION ***/
.navigation {
  overflow: hidden;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
.navigation li {
  display: inline-block;
}
.navigation li a,
.navigation li span {
  display: block;
  color: #204380;
  border-bottom: 4px solid #204380;
  line-height: 21px;
  padding: 0 5px;
  margin: 0 0 0 5px;
}
.navigation li.back {
  position: relative;
  margin-right: 45px;
  background-position: 0 -44px;
  vertical-align: top;
}
.navigation li.back a {
  padding-left: 23px;
  border: none;
}
.navigation li.back:hover {
  background-position: 0 -66px;
}
.navigation li.hidden {
  background: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 0px;
  overflow: hidden;
}
.navigation li.hidden a,
.navigation li.hidden:hover a,
.navigation li.hidden a:hover {
  color: #88a8d3;
  border: none;
  cursor: default;
}
.navigation li.hidden.num {
  color: #204380;
  border-color: #204380;
}
.navigation li.next {
  position: relative;
  margin-left: 45px;
  background-position: 100% 0;
  vertical-align: top;
}
.navigation li.next a {
  padding-right: 23px;
  border: none;
}
.navigation li.next:hover {
  background-position: 100% -22px;
}
.navigation li.num,
.navigation li.nonum {
  background: none;
  vertical-align: top;
}
.navigation li:hover a,
.navigation li.selected a {
  color: #fff;
  border-color: #fff;
}
.page-nav li {
  cursor: auto;
  background: url(../images/games/pagination_arrows.png) no-repeat;
}
.open .arrow {
  background-position: 0 0;
}
.spanish .navigation li a,
.spanish_latin_america .navigation li a,
.spanish .navigation li span,
.spanish_latin_america .navigation li span {
  line-height: 20px;
}

/**********************  FOLLOW US  **************/
#follow-us {
  position: relative;
  overflow: hidden;
}

/*********************  SOCIALS ******************/
#social-container {
  display: none;
  position: absolute;
  top: 410px;
  margin-left: -68px;
  width: 60px;
  padding: 7px 4px 5px 2px;
  background: #fff;
  border-style: solid;
  border-color: rgba(131, 131, 131, 0.5);
  z-index: 10;
}
#social-container .social-item {
  text-align: center;
  padding-top: 13px;
  margin-left: 2px;
}
#social-container .social-item.pint-in {
  margin-top: 24px;
  padding-top: 10px;
}
#social-container .social-item:first-child {
  padding-top: 0px;
}
#social-container .social-item.twitter-share {
  margin-left: 1px;
}
#social-container .social-item.google-plus {
  padding-top: 10px;
}

/* Switcher to retina */
.switcher {
  position: fixed;
  top: 200px;
  right: 1px;
  background: #fefefe;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #7c7c7c;
  box-shadow: 0 0 3px 0 #7c7c7c;
  cursor: pointer;
  z-index: 20;
}
.switcher:hover {
  background: #cdffda;
}

/*------------------------------------ Fix Main Menu in Header -----------------------------------------*/
.main_menu {
  position: relative;
  height: 41px;
  margin: -41px 8px 0 120px;
  float: right;
  z-index: 2;
}
.main_menu::after {
  content: '';
  display: block;
  position: absolute;
  height: 40px;
  width: 13px;
  top: 0;
  left: 0;
  z-index: 2;
}
.main_menu ul,
.main_menu li {
  margin: 0;
  padding: 0;
  border: 0;
}
.main_menu .tab,
header .tab {
  position: relative;
  float: left;
  height: 36px;
  margin-top: 2px;
  padding: 0 1px 0 0;
  text-align: right;
  border-radius: 0 0 7px 0;
  background: -moz-linear-gradient(
    -45deg,
    rgba(104, 168, 231, 0) 50%,
    rgba(104, 168, 231, 1) 65%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(50%, rgba(104, 168, 231, 0)),
    color-stop(65%, rgba(104, 168, 231, 1))
  );
  background: -webkit-linear-gradient(
    -70deg,
    rgba(104, 168, 231, 0) 50%,
    rgba(104, 168, 231, 1) 65%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(104, 168, 231, 0) 50%,
    rgba(104, 168, 231, 1) 65%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(104, 168, 231, 0) 50%,
    rgba(104, 168, 231, 1) 65%
  );
  background: linear-gradient(
    to bottom right,
    rgba(104, 168, 231, 0) 50%,
    rgba(104, 168, 231, 1) 65%
  );
}
.main_menu .ebook.tab:hover {
  height: 36px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
.main_menu .ebook.tab:hover .tab_platform {
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
.main_menu .tab:hover,
header .tab:hover {
  height: 40px;
  background: none;
  border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px 9px 0 0;
}

.tab.support {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 41px;
  margin-top: 0;
  padding: 0 1px 0 0;
  text-align: right;
  border-radius: 0 0 9px 0;
  background: #aadc8d;
}
.tab.support:hover {
  border-radius: 0 0 9px 9px;
  -moz-border-radius: 0 0 9px 9px;
  -webkit-border-radius: 0 0 9px 9px;
  height: 41px;
  background: #aadc8d;
}
.main_menu .tab_platform,
header .tab_platform {
  display: block;
  height: 14px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  border-radius: 12px 0 6px;
  background: #1960a8;
}
.main_menu .tab:hover .tab_platform {
  text-shadow: none;
  color: #216db9;
  background: #e8eef6;
  border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px 9px 0 0;
}
.main_menu .tab:not(.ebook):hover .tab_platform {
  padding-bottom: 17px;
}

.tab.support .tab_platform {
  padding: 12px 0 14px 45px;
  text-align: center;
  margin: 0;
  color: #fff;
  border-radius: 0 0 9px;
  -moz-border-radius: 0 0 9px;
  -webkit-border-radius: 0 0 9px;
  background-color: #50a51f;
}
.tab.support:hover .tab_platform {
  background-color: #4ab70b;
  color: #fff;
}
.main_menu .icon,
header .support .icon {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 27px;
  height: 27px;
}

/* Submenu */
.main_menu .tab > ul {
  visibility: hidden;
  background: #e8eef6;
  height: 118px;
  z-index: 2;
  position: absolute;
  top: 39px;
  left: -15px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  box-shadow: 0px 2px 3px -3px #000;
  -moz-box-shadow: 0px 2px 3px -1px #000;
  -webkit-box-shadow: 0px 2px 3px -1px #000;
  padding: 0 10px 0 0;
  margin: 0;
  overflow: hidden;
}
.main_menu .tab:hover > ul {
  visibility: visible;
}

.main_menu .tab.android > ul {
  left: -95px;
}
.main_menu .tab.kindle > ul {
  left: -208px;
}
.main_menu .tab.winstore > ul {
  left: auto;
  right: -120px;
}
.main_menu .tab.mac > ul {
  left: auto;
  right: -15px;
}
.main_menu .tab.facebook > ul {
  left: auto;
  right: -15px;
}
.main_menu .tab.browser > ul {
  left: -20px;
}
.main_menu .tab > ul a {
  color: #216db9;
}
.main_menu .tab > ul a:hover {
  text-decoration: underline;
  color: #216db9;
}
.main_menu .tab .sort_by {
  float: left;
  height: 94px;
  white-space: nowrap;
  text-align: left;
  font-weight: bold;
  padding: 24px 10px 0 20px;
}
.main_menu .tab .sort_by li {
  line-height: 26px;
  height: 26px;
}
.main_menu .tab.winstore .sort_by {
  padding: 24px 10px 0 18px;
}
.main_menu .tab.mac .sort_by {
  padding: 24px 10px 0 18px;
}
.main_menu .tab.facebook .sort_by {
  padding: 24px 10px 0 18px;
}
.main_menu .tab .filter_by {
  float: right;
  height: 118px;
}
.main_menu .filter_by li {
  float: left;
  width: 100px;
  height: 104px;
  padding-top: 14px;
  text-align: center;
  font-size: 12px;
}
.main_menu .has_2_filters {
  width: 200px;
}
.main_menu .has_3_filters {
  width: 300px;
}
.main_menu .has_4_filters {
  width: 400px;
}
.main_menu .filter_by li span {
  display: block;
  overflow: hidden;
  width: 58px;
  height: 58px;
  margin: 0 auto 5px;
  border: 1px solid #202f52;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background: #468bc6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjAxN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #70b4f1 0%, #2166a1 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #70b4f1),
    color-stop(100%, #2166a1)
  );
  background: -webkit-linear-gradient(top, #70b4f1 0%, #2166a1 100%);
  background: -o-linear-gradient(top, #70b4f1 0%, #2166a1 100%);
  background: -ms-linear-gradient(top, #70b4f1 0%, #2166a1 100%);
  background: linear-gradient(to bottom, #70b4f1 0%, #2166a1 100%);
}

/******************************************************* RUSSIAN LOCALE */
.russian header .search input[type='text'] {
  width: 280px;
}
.russian .tab.support .tab_platform {
  padding-left: 36px;
}
.russian header .tab.support .icon {
  left: 8px;
}
.russian .main_menu .filter_by li {
  width: 110px;
}
.russian .main_menu .has_2_filters {
  width: 220px;
}
.russian .main_menu .has_3_filters {
  width: 330px;
}
.russian .main_menu .has_4_filters {
  width: 440px;
}
/***************************************** SIMPLIFIED CHINESE LOCALE
                                           TRADITIONAL CHINESE LOCALE
*/
.chinese_simplified .subscribe-confirm .get-new,
.chinese_traditional .subscribe-confirm .get-new {
  line-height: 28px;
}


.chinese_traditional .main-slider .slide .browser a,
.chinese_simplified .main-slider .slide .browser a {
  font-size: 12px;
  padding-top: 38px;
}


/***************************************** KOREAN LOCALE */
.korean .subscribe-confirm .get-new {
  font-size: 20px;
  line-height: 21px;
}
.korean .subscribe-confirm .get-new.congratulations {
  line-height: 24px;
}

/***************************************** english LOCALE */

.english header .support .icon {
  /* left: 28px; */
}

/***************************************** german LOCALE */

.german header .support .icon {
  /* left: 28px; */
}
.german header .search input[type='text'] {
  width: 300px;
}
/***************************************** french LOCALE */
.french header .search input[type='text'] {
  width: 305px;
}
.french header .support .icon {
  left: 33px;
}
/***************************************** spanish LOCALE */

.spanish header .support .icon {
  /* left: 28px; */
}
.spanish header .search input[type='text'] {
  width: 290px;
}
/**************************************** spanish mexico  LOCALE */
.spanish_latin_america header .search input[type='text'] {
  width: 290px;
}

/***************************************** simplified_chinese LOCALE */

.chinese_simplified header .support .icon {
  left: 31px;
}

/***************************************** traditional_chinese LOCALE */

.chinese_traditional header .support .icon {
  left: 31px;
}


/***************************************** KOREAN LOCALE */
.korean header .support .icon {
  left: 32px;
}

/***************************************** JAPANESE LOCALE */
.japanese header .search input[type='text'] {
  width: 260px;
}
.japanese header .support .icon {
  left: 25px;
}
.japanese .subscribe-confirm .get-new {
  font-size: 16px;
  /* line-height: 20px; */
}
.japanese .subscribe-confirm .not-valid-mail {
  line-height: 24px;
  padding-top: 7px;
  font-size: 18px;
}

.japanese .main_menu .filter_by li {
  width: 110px;
}
.japanese .main_menu .has_2_filters {
  width: 220px;
}
.japanese .main_menu .has_3_filters {
  width: 330px;
}
.japanese .main_menu .has_4_filters {
  width: 440px;
}
/****************************************** PORTUGUESE LOCALE */
.portuguese .subscribe-confirm .get-new {
  font-size: 20px;
  line-height: 22px;
}
.portuguese .tab.support .tab_platform {
  padding-left: 45px;
}
.portuguese header .tab.support .icon {
  left: 21px;
}
.portuguese .subscribe-confirm .not-valid-mail {
  font-size: 17px;
  line-height: 1;
}
.portuguese header .search input[type='text'] {
  width: 270px;
}

/*************************************** BRAZILIAN LOCALE */

.brazilian header .search input[type='text'] {
  width: 270px;
}
.brazilian header .support .icon {
  left: 29px;
}

.brazilian .subscribe-confirm .get-new {
  line-height: 22px;
}

/*************************************** ITALIAN LOCALE */
.italian header .search input[type='text'] {
  width: 315px;
}
.italian .tab.support {
  width: 125px;
}
.italian #hot-deals .title {
  font-size: 17px;
}
.italian .e-mail h1 {
  font-size: 28px;
  line-height: 120%;
}

/* .italian .e-mail .footer .on {
  margin-right: 242px;
} */

/**************************** ARABIC LOCALE */
.arabic .store_button a span {
  font-size: 15px;
  margin-top: 4px;
}
/**************************** ACCEPT | PRIVACY POLICY  */
.wrapper.privacy-policy {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.wrapper.privacy-policy a,
.wrapper.privacy-policy p {
  font-family: 'NotoSansNormal', 'Noto Sans CJK', 'Noto Sans Arabic Regular',
    Arial, sans-serif;
}

.wrapper.privacy-policy .content {
  padding: 48px 35px 16px 35px;
}

.wrapper.privacy-policy .homepage {
  color: #206bb7;
  font-weight: bold;
  font-family: 'NotoSansNormal', 'Noto Sans CJK', 'Noto Sans Arabic Bold', Arial,
    sans-serif;
  width: 14px;
}

.wrapper.privacy-policy .homepage span {
  position: relative;
  top: -5px;
  left: 10px;
  letter-spacing: 0.4px;
  color: #206bb7;
  font-family: 'NotoSansNormal', 'Noto Sans CJK', 'Noto Sans Arabic Bold', Arial,
    sans-serif;
  font-weight: normal;
}

.wrapper.privacy-policy .homepage img {
  position: relative;
  top: 0px;
  left: -1px;
  width: 24px;
}

.wrapper.privacy-policy h1 {
  color: #206bb7;
  text-align: center;
  padding: 26px 0px 34px 0;
  letter-spacing: 0.3px;
  margin: 0 auto;
  width: 860px;
}

.wrapper.privacy-policy .row p {
  text-align: center;
  font-weight: 400;
}

.wrapper.privacy-policy .btn-preferences {
  font-family: 'NotoSansNormal', 'Noto Sans CJK', 'Noto Sans Arabic Bold', Arial,
    sans-serif;
  background-color: #15ab09;
  border-radius: 29px;
  border: none;
  color: #ffffff;
  padding: 0px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  height: 60px;
  line-height: 60px;
}

.wrapper.privacy-policy a.email-text {
  color: #206bb7;
  text-decoration: none;
  border-bottom: 1px solid #206bb7;
}

.wrapper.privacy-policy .content .text1 {
  padding: 3px 45px;
}

.wrapper.privacy-policy .content .text2 {
  padding: 0 125px;
}

.wrapper.privacy-policy h1 {
  font-family: 'Noto Sans Regular', 'NotoSans CJK', Arial, Helvetica, sans-serif;
  font-size: 34px;
  padding: 19px 0px 34px 0;
  line-height: 42px;
  letter-spacing: 0.6px;
}
.wrapper.privacy-policy .homepage {
  font-family: 'NotoSansNormal', 'Noto Sans CJK', 'Noto Sans Arabic Regular',
    Arial, sans-serif;
  font-size: 18pt;
}
.wrapper.privacy-policy .row p {
  font-size: 16pt;
  font-family: 'NotoSansNormal', 'Noto Sans CJK', 'Noto Sans Arabic Regular',
    Arial, Helvetica, sans-serif;
}

.pp-caption-ar {
  font-family: 'NotoSansNormal', 'Noto Sans CJK', 'Noto Sans Arabic Bold', Arial, Helvetica,
    sans-serif !important;
}
