/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

hr,
input[type="search"] {
  box-sizing: content-box;
}

.icon,
.icon-search {
  white-space: nowrap;
}

#catwrapper ul li,
#comments ul,
#news_comments ul,
#rateMe li,
.dock,
.games,
.games-sidebar li,
.module ul,
.navigation-secondary .right ul li,
ul li {
  list-style: none;
}

a,
body {
  color: #fff;
}

img,
legend {
  border: 0;
}

body,
h1,
legend,
td,
th {
  padding: 0;
}

#rateMe,
#rateStatus {
  float: left;
  clear: both;
  width: 100%;
}

.notification a,
.ua_info a,
a {
  text-decoration: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #0a234b;
  font-family: Verdana, Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

#ratingSaved,
.notification,
[hidden],
template {
  display: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.icon,
.icon-search,
.played,
input {
  vertical-align: middle;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
}

pre,
textarea {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

#no_games,
.game_not_found,
.user_area {
  font-family: Verdana, Arial, sans-serif;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.notification,
button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.game_not_found {
  height: 170px;
  padding-top: 130px;
}

#no_games {
  text-align: center;
  padding-top: 30px;
  font-size: 25px;
}

#rateStatus {
  height: 20px;
}

#rateMe {
  height: auto;
  padding: 0;
  margin: 0;
}

#rateMe li {
  float: left;
}

#rateMe .on,
#rateMe li a:hover {
  background: url(images/star.png) no-repeat;
}

#rateMe a {
  float: left;
  background: url(images/empty_star.png) no-repeat;
  width: 20px;
  height: 20px;
}

.saved {
  color: red;
}

#comments ul {
  margin: 0;
  padding: 8px 10px 15px 8px;
}

#comments ul li {
  color: #fff;
  line-height: 150%;
  margin-bottom: 8px;
  border: 1px solid #dcd6d4;
  padding: 4px;
  overflow: auto;
  width: 435px;
}

#error_message,
#pm_task_complete {
  padding: 5px 5px 5px 10px;
  margin-bottom: 20px;
}

#error_message {
  font-size: 18px;
}

#pm_task_complete {
  background-color: #f2eeb0;
}

#member_list {
  width: 100%;
}

#member_list td {
  border-bottom: 1px solid #dfdfdf;
  height: 40px;
}

#member_list td a {
  color: #373737;
}

#member_list img {
  margin-top: 5px;
}

.link_item {
  padding: 5px;
}

#login_to_comment {
  text-align: center;
  padding: 15px 0;
}

.notification {
  z-index: 4;
  position: fixed;
  top: 0;
  right: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 13px;
  padding: 5px;
  margin: 10px 10px 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  border: 1px solid #000;
}

.notification a {
  color: #000;
  padding: 1px 8px;
  border-radius: 8px;
  font-size: 11px;
  background-color: #e7e7e7;
}

.notification a:hover {
  background: #fff;
}

.notification_icon {
  float: left;
  margin-right: 5px;
}

.notification_message {
  float: left;
  margin-right: 7px;
}

.notification_quit {
  font-size: 10px;
  background-color: #ac1818;
  color: #fff;
  margin: 2px 2px 0 0;
  padding: 1px 3px;
  font-weight: 700;
  cursor: pointer;
  float: right;
}

.notification_quit:hover {
  background-color: red;
}

.header_container {
  background: #000219;
  background: -webkit-linear-gradient(rgba(19, 18, 53, 0.9), rgba(0, 2, 25, 0.9));
  background: linear-gradient(rgba(19, 18, 53, 0.9), rgba(0, 2, 25, 0.9));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 999;
  display: flex;
  align-items: center;
}

.logo a {
  display: inline-block;
}

.user_area {
  float: right;
  background: #3a393a;
  height: 50px;
  max-width: 400px;
  border-top: 0;
  color: #fff;
  margin-top: 6px;
}

.ua_avatar,
.ua_info,
.ua_points,
.ua_username {
  float: left;
}

.ua_avatar {
  margin: 5px 4px 0 5px;
}

.ua_unregistered,
.ua_username {
  font-weight: 700;
  font-size: 16px;
  margin-top: 6px;
}

.ua_points {
  background-color: #565455;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 10px;
  color: #fff;
  padding: 0 7px;
  border: 2px solid #484647;
  -moz-border-radius: 12px;
  margin: 5px 0 0 5px;
}

.footer,
.game_info_content,
.game_info_header,
.game_options,
.gi_column1,
.home_cat_title,
.main_menu_container,
.misc_container,
.module,
.pages_menu,
.title,
.title h1,
.title_small {
  font-family: Verdana, Arial, sans-serif;
}

.main_menu_container,
.pages_menu,
.ua_info {
  font-size: 14px;
}

.ua_info {
  margin-right: 10px;
}

.ua_info a {
  color: #dcdcdc;
}

.ua_info a:hover {
  text-decoration: underline;
}

.button2 a,
.button3 a,
.category_pages a,
.comment_username a,
.home_cat_title a,
.main_menu_container a,
.news_comment_username a,
.news_title a,
.pages_menu a,
.profile_button a,
.sort_options a {
  text-decoration: none;
}

.main_menu_container {
  padding-top: 5px;
  text-align: left;
  text-transform: uppercase;
  float: right;
  max-width: 650px;
}

.ad_banner,
.ad_small_square,
.footer,
.more_links {
  text-align: center;
}

.main_menu_container a {
  color: #fff;
}

.main_menu_container a:hover {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.content_container {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
  margin: auto;
  padding: 0 10px;
}

.pages_menu,
.search_box {
  border: 1px solid #c8c8c8;
  margin-right: 3px;
}

.pages_menu {
  background-color: #fff;
  margin-top: 8px;
  padding: 4px 4px 4px 10px;
  color: #e4ecec;
  float: left;
  max-width: 725px;
}

.pages_menu a {
  color: #535051;
}

.pages_menu a:hover {
  color: #000;
}

.search_contain {
  float: left;
}

.search_button_contain {
  float: left;
  margin-top: 8px;
}

.search_box {
  height: 22px;
  margin-top: 8px;
  margin-left: 8px;
  font-size: 15px;
  padding: 2px 4px;
  max-width: 210px;
}

#search_button_contain {
  padding-top: 8px;
}
.title,
.title h1 {
  font-size: 23px;
  color: #fff;
}

.title {
  padding-bottom: 10px;
}

.title h1 {
  display: inline-block;
}

.title_small {
  height: 35px;
  font-size: 20px;
  color: #fff;
  padding-top: 15px;
}

.ad_banner {
  margin: 0 auto;
}

.ad_small_square {
  padding: 15px;
}

.misc_container {
  background: #000a1c;
  /* margin-bottom: 50px; */
  padding: 20px;
  overflow: auto;
  font-size: 14px;
}

.misc_container a {
  color: #fff;
}

.misc_container ul {
  margin-top: 10px;
  margin-left: 32px;
}

.misc_container ul li {
  list-style-type: circle;
  padding-bottom: 2px;
}

#catwrapper ul {
  width: auto;
  margin: 0;
}

.form_textbox {
  height: 20px;
  width: 250px;
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 4px;
}

.footer {
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #000219;
}

.featured_games {
  width: 944px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 0 10px;
  overflow: auto;
}

.home_category {
  background-color: #fff;
  margin-bottom: 10px;
  overflow: auto;
  padding-bottom: 15px;
}

.home_cat_title {
  padding: 8px;
  background: #eee;
  height: 20px;
}

.home_cat_name {
  font-size: 18px;
  float: left;
}

.game_info_content,
.home_cat_link,
.module {
  font-size: 14px;
}

.home_cat_link {
  float: right;
  margin-top: 2px;
}

.home_cat_title a {
  color: #770c11;
}

.home_game_head a:hover {
  color: #951510;
}

.module {
  background-color: #030721;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.module a {
  color: #fff;
  font-size: 13px;
}

.module a:hover {
  color: #fdd603;
}

.game_info_header,
.game_options {
  background: #000a1c;
  color: #fff;
}

.module ul {
  padding: 0;
  margin: 0;
}

.module li {
  padding: 4px;
  border-bottom: 1px solid #151535;
  text-align: left;
  margin-right: 10px;
  margin-left: 10px;
}

.game_container {
  text-align: center;
  max-width: 984px;
  margin: 0 auto;
}

.game_info_container {
  width: 100%;
  overflow: auto;
  margin: 0 auto 10px;
  padding: 15px;
  background: #000a1c;
}

.game_info_header {
  margin: 3px;
  height: 27px;
  padding-top: 9px;
  padding-left: 8px;
}

.gi_column1 {
  float: left;
  width: 120px;
  padding: 0 0 10px;
  text-align: center;
}

.gi_column2 {
  float: left;
}

.gi_column3 {
  float: right;
}

.game_options {
  display: none;
}

.game_options_column1 {
  float: left;
  padding-top: 3px;
  margin-right: 4px;
  font-size: 15px;
}

.game_options_column2 {
  float: left;
  padding-top: 2px;
  margin-right: 5px;
  width: 105px;
  font-size: 15px;
}

.button2 a,
.button3 a {
  display: block;
  text-align: center;
  height: 23px;
  padding-top: 2px;
  float: right;
  font-family: Verdana;
  font-size: 13px;
  color: #fff;
}

.button2 a {
  width: 123px;
  background: url(images/button2.png) #ae3632;
  margin-left: 4px;
}

.button2 a:hover {
  display: block;
  background-color: #cf0000;
}

.button3 a {
  width: 90px;
  background: url(images/button3.png) #dadada;
  margin-right: 4px;
}

.button3 a:hover {
  display: block;
  background-color: #dedede;
}

.game_column1 {
  text-align: center;
  max-width: 960px;
  padding: 15px;
  margin: 15px auto 0;
  background: #000a1c;
}

.game_column2 {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.comments_container {
  padding: 10px;
}

.add_comment_box {
  border: 1px solid #ccc;
  width: 450px;
}

.new_comment_container {
  text-align: left;
  font-family: Verdana, Arial, sans-serif;
}

.random_game_head a,
.random_game_info {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.category_pages,
.profile_points,
.profile_stats,
.profile_username {
  font-family: Verdana, Arial, sans-serif;
}

.comment_button_container {
  padding-top: 5px;
  text-align: right;
  margin-bottom: 10px;
}

.comment_avatar {
  float: left;
  margin: 4px 10px 0 5px;
}

.comment_content {
  float: left;
  width: 365px;
}

.comment_username {
  color: #2f2f2f;
  padding-top: 6px;
}

.comment_username a {
  color: #730702;
}

.thecomment {
  color: #2f2f2f;
  border-top: 1px solid #dcd6d4;
}

.random_game {
  float: left;
  margin-top: 10px;
}

.random_game_image {
  float: left;
  padding: 5px 5px 0;
  text-align: center;
  border: 1px solid #ccc;
  height: 65px;
  width: 60px;
  margin-left: 8px;
}

.random_game_info {
  float: left;
  padding-left: 5px;
  width: 390px;
  text-align: left;
  font-size: 12px;
  padding-top: 5px;
}

.random_game_info a {
  color: #cdcdcd;
}

.random_game_head a {
  font-size: 14px;
  color: #000;
}

.random_game_head a:hover {
  color: #951510;
}

.sort_options {
  float: right;
  margin-top: 10px;
}

.sort_options a {
  color: #d3d3d3;
  padding-left: 10px;
  font-size: 14px;
}

.category_pages {
  margin: 20px auto;
  background: #000219;
  padding: 8px;
  text-align: center;
}

.category_pages a {
  color: #fff;
  padding: 3px;
}

.profile_container {
  border: 1px solid #c8c8c8;
  background-color: #fff;
  margin-bottom: 15px;
  overflow: auto;
  width: 100%;
}

.profile_container a {
  color: #871e16;
}

.profile_header_avatar {
  width: 80px;
  height: 87px;
  float: left;
  padding-left: 20px;
  padding-top: 12px;
}

.profile_header_info {
  width: 650px;
  height: 80px;
  float: left;
  padding-top: 20px;
  padding-left: 5px;
}

.profile_header_buttons {
  float: right;
  background-position: top right;
  width: 173px;
  height: 97px;
  padding-left: 20px;
  padding-top: 3px;
}

.profile_points,
.profile_username {
  float: left;
}

.profile_username {
  font-size: 30px;
  padding: 0;
}

.profile_points {
  background-color: #9f0c07;
  margin-left: 10px;
  color: #fff;
  margin-top: 8px;
  padding: 0 12px;
  -moz-border-radius: 12px;
}

.small_points {
  font-size: 10px;
  text-transform: uppercase;
}

.profile_stats {
  font-size: 15px;
}

.profile_button a {
  background: url(images/button2.png) #ae3632;
  width: 150px;
  height: 23px;
  padding-top: 2px;
  padding-right: 4px;
  margin: 10px 15px 0 0;
  float: right;
  font-family: Verdana;
  font-size: 13px;
  display: block;
  color: #fff;
  text-align: center;
}

.profile_button a:hover {
  display: block;
  background-color: #cf0000;
}

.profile_column2,
.profile_content_item {
  border: 1px solid #c8c8c8;
  background-color: #fff;
}

.profile_column1 {
  margin-right: 12px;
  width: 70%;
  float: left;
}

.profile_column2 {
  font-family: Geneva, Verdana, sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}

.user_info {
  padding: 10px;
  overflow: hidden;
  word-wrap: break-word;
}

.user_info a {
  color: #000;
}

.right_title {
  color: #8a8a8a;
}

.profile_content_item {
  margin-bottom: 15px;
  font-family: Verdana, Arial, sans-serif;
}

.fav_container {
  padding: 20px;
}

.fav_container a {
  color: #802b2b;
}

.fav_container a:hover {
  color: #cb3131;
}

.profile_comment {
  border: 1px solid #dcd6d4;
  margin-bottom: 10px;
  padding: 10px;
}

.profile_left_header {
  background: #eee;
  height: 28px;
  padding-top: 12px;
  padding-left: 15px;
  color: #99080a;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}

.edit_profile_header,
.edit_profile_lable,
.edit_profile_textarea,
.news_title {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.edit_avatar_container,
.edit_info_container {
  padding: 10px 0 10px 10px;
}

.edit_avatar_container {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 10px;
  overflow: auto;
  width: 680px;
}

.edit_profile_header {
  font-size: 20px;
  color: #353535;
}

.edit_profile_lable {
  float: left;
  margin-right: 10px;
  width: 80px;
  font-size: 12px;
  text-align: left;
}

.edit_profile_element {
  float: left;
}

.edit_avatar_element {
  float: left;
  padding-top: 3px;
}

.edit_profile_textarea,
.edit_profile_textbox {
  width: 500px;
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 4px;
}

.edit_profile_textbox {
  height: 20px;
}

.edit_profile_textarea {
  height: 60px;
}

.news_wrapper {
  margin-bottom: 15px;
  background: #000219;
  padding-bottom: 10px;
}

.news_header {
  overflow: auto;
  width: 100%;
  margin-bottom: 10px;
}

.news_image {
  float: left;
  width: 60px;
  margin: 5px 0 0 5px;
}

.news_title {
  float: left;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 8px;
}

#news_comments ul,
.news_comments_header,
.news_main,
.news_new_comment_container,
.pm_message_textbox {
  font-family: Verdana, Arial, sans-serif;
}

.news_title a {
  color: #fff;
}

.news_author {
  font-size: 14px;
}

.news_main {
  padding: 0 10px;
}

.pm_message_textbox,
.pm_subject_textbox {
  width: 600px;
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 4px;
}

.pm_subject_textbox {
  height: 20px;
}

.pm_message_textbox {
  height: 100px;
}

.pm_details,
.pm_table td {
  border-bottom: 1px solid #c6c6c6;
}

.pm_subject {
  font-size: 20px;
}

.pm_details {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.pm_message {
  padding: 10px;
}

.pm_footer {
  border-top: 1px solid #c6c6c6;
  margin-top: 10px;
  padding-top: 5px;
}

.pm_table td {
  padding: 5px;
}

.pm_no_messages {
  height: 80px;
  padding-top: 70px;
  text-align: center;
}

#news_comments ul {
  margin: 0;
  padding: 8px 10px 15px 8px;
}

#news_comments ul li {
  color: #fff;
  line-height: 150%;
  border: 1px solid #dcd6d4;
  padding: 4px;
  overflow: auto;
  width: 650px;
  margin: auto auto 8px;
}

.news_comments_container {
  border: 1px solid #c8c8c8;
  border-top: 0;
  background-color: #fff;
  margin-bottom: 15px;
  overflow: auto;
  width: 718px;
}

.news_comments_header {
  margin: 3px;
  background: url(images/module_header.png);
  height: 27px;
  font-size: 14px;
  color: #fff;
  padding-top: 9px;
  padding-left: 8px;
}

.news_add_comment_box {
  border: 1px solid #ccc;
  width: 450px;
  margin-top: 10px;
}

.news_new_comment_container {
  text-align: left;
}

.news_comment_button_container {
  padding-top: 5px;
  text-align: right;
  margin-bottom: 10px;
  width: 450px;
}

.news_comment_avatar {
  float: left;
  margin: 4px 10px 0 5px;
}

.news_comment_content {
  float: left;
  width: 580px;
}

.news_comment_username {
  color: #2f2f2f;
  padding-top: 6px;
}

.ta-submit,
.tb-submit {
  width: 500px;
  font-size: 15px;
  padding: 4px;
}

.news_comment_username a {
  color: #730702;
}

.news_thecomment {
  color: #2f2f2f;
  border-top: 1px solid #dcd6d4;
}

.refer_textbox,
.ta-submit,
.tb-submit {
  border: 1px solid #ccc;
}

.tb-submit {
  height: 20px;
}

.ta-submit {
  height: 60px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#reportform,
.ad_info,
.comment_report_text,
.game_report_text,
.reportform {
  font-family: Verdana, Arial, sans-serif;
}

.module_notice {
  text-align: center;
  padding: 5px;
}

.game_info_content a {
  color: #4d4d4d;
}

.ad_info {
  padding-bottom: 10px;
  font-size: 15px;
}

.ad_info a {
  color: #fff;
}

.ad_info a:hover {
  text-decoration: underline;
}

.tag_cloud {
  text-align: center;
  padding: 6px;
}

.social_text {
  font-size: 15px;
  margin-bottom: 6px;
  margin-top: 6px;
}

.refer_textbox {
  width: 250px;
  font-size: 12px;
  padding: 4px;
}

.facebook_message {
  margin: 10px 0 30px;
}

#reportform,
.reportform {
  padding: 5px 5px 5px 10px;
  font-size: 14px;
  text-align: center;
}

.comment_report_text {
  font-size: 14px;
  text-align: left;
}

.game_highscore_pages,
.game_no_highscores,
.highscore_title,
.module_highscore_pages,
.user_highscore_pages,
.user_no_highscores {
  font-family: Verdana, Arial, sans-serif;
  text-align: center;
}

#ava-popup {
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  background-color: #eee;
  color: #333;
  border: 3px solid #363636;
  border-radius: 5px;
  -moz-border-radius: 5px;
  display: none;
  z-index: 3;
}

#overlay,
.dock {
  left: 0;
  position: absolute;
}

#overlay {
  background: #000;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 1001;
}

* html #overlay {
  background-color: transparent;
  background-image: url(blank.gif);
  filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src="/images/overlay.png", sizingMethod="scale");
}

#ava-popup-header {
  background: url(images/module_header.png);
  height: 27px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  padding-top: 9px;
  padding-left: 8px;
}

.game_highscore_list,
.module_highscore_list,
.user_highscore_list {
  list-style: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

#game_highscore_header,
#module_highscore_header,
#user_highscore_header,
.game_highscore_container,
.module_highscore_container,
.user_highscore_container {
  height: 35px;
}

#ava-popup-content {
  padding: 10px;
}

#ava-popup-title {
  float: left;
}

#popup-close-button {
  float: right;
  margin-right: 8px;
}

.comment_report_textbox {
  border: 1px solid #7b7b7b;
  width: 577px;
}

.game_right_container {
  width: 960px;
  margin: 0 auto;
}

.profile_right_container {
  float: right;
  width: 28%;
}

.game_highscore_container a {
  color: #323232;
}

.game_highscore_avatar {
  float: left;
}

.game_highscore_name {
  float: left;
  padding: 7px 10px 1px 6px;
  width: 33%;
}

.game_highscore_score {
  float: left;
  padding-top: 7px;
  font-weight: 700;
  width: 28%;
}

.game_highscore_date {
  float: left;
  padding-top: 7px;
  color: #545454;
  width: 17%;
}

.game_no_highscores {
  padding: 20px 0;
}

.game_highscore_pages a {
  color: #505050;
}

#game_highscore_header .game_highscore_date,
#game_highscore_header .game_highscore_score {
  font-weight: 400;
  color: #000;
}

#game_highscore_header .game_highscore_name {
  padding-left: 0;
  width: 41%;
}

.highscore_title {
  padding-top: 3px;
}

.user_highscore_list {
  padding: 2px;
  margin: 0;
}

.user_highscore_container a {
  color: #323232;
}

.user_highscore_avatar {
  float: left;
}

.user_highscore_name {
  float: left;
  padding: 7px 0 1px 6px;
  width: 45%;
}

.user_highscore_score {
  float: right;
  padding-top: 7px;
  font-weight: 700;
  width: 15%;
  margin-right: 10px;
}

.user_highscore_pages a {
  color: #505050;
}

#user_highscore_header .user_highscore_score {
  font-weight: 400;
  color: #000;
}

#user_highscore_header .user_highscore_name {
  padding-left: 0;
  width: 41%;
}

.module_highscore_list {
  padding: 2px;
  margin: 0;
}

.module_highscore_container a {
  color: #323232;
}

.module_highscore_avatar {
  float: left;
}

.module_highscore_name {
  float: left;
  padding: 7px 0 1px 6px;
  width: 45%;
}

.module_highscore_score {
  float: right;
  padding-top: 7px;
  font-weight: 700;
  width: 15%;
  margin-right: 10px;
}

.friend_avatar,
.friend_username,
.submit_form_element {
  float: left;
}

.user_no_highscores {
  padding: 20px 0;
}

.module_highscore_pages a {
  color: #505050;
}

#module_highscore_header .module_highscore_score {
  font-weight: 400;
  color: #000;
}

#module_highscore_header .module_highscore_name {
  padding-left: 0;
  width: 41%;
}

.category_subcats {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 6px;
  margin-bottom: 4px;
}

.link_text_box,
.submit_text_box {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  width: 400px;
}

.link_text_area,
.submit_text_area {
  height: 60px;
  width: 300px;
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 4px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.submit_form_element_container {
  overflow: auto;
  margin: 0 0 3px;
  padding: 10px;
  background: #f6f6f6;
  font-size: 13px;
}

.submit_form_lable {
  float: left;
  width: 180px;
  font-size: 14px;
  padding-top: 2px;
}

.submit_button_container {
  text-align: right;
  padding-right: 10px;
  padding-top: 8px;
}

.submit_text_area {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  width: 400px;
}

.friend_requests_header,
.friends_header,
.links_header {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d8db;
  color: #fff;
  margin-bottom: 10px;
}

.friend_requests_container,
.friends_container {
  margin: 7px 0;
}

.friend_container {
  padding: 5px;
  height: 50px;
  margin-bottom: 5px;
  border-left: 3px solid #acacac;
  border-right: 1px solid #acacac;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}

.friend_username {
  padding: 8px 0 0 15px;
  font-size: 16px;
}

.friend_buttons {
  float: right;
  padding-top: 10px;
  padding-right: 10px;
}

.challenge_pm_image,
.dock > li,
.link_form_element,
.link_form_lable {
  float: left;
}

.friend_last_login {
  font-size: 14px;
}

.no_friends {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.add_link_form_container {
  margin-bottom: 10px;
}

.link_form_element_container {
  overflow: auto;
  margin: 0 0 3px;
  padding: 10px;
  font-size: 13px;
}

.link_form_lable {
  width: 180px;
  font-size: 16px;
  padding-top: 2px;
}

.link_button_container {
  text-align: left;
  margin-bottom: 20px;
}

.link_exchange_info {
  margin: 10px 0;
}

#game_message {
  background: url(images/game_message.png) #107b10;
  width: 90%;
  margin: 15px auto auto;
  padding: 5px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  font-family: Helvetica;
  font-size: 14px;
}

#game,
.comment_pages,
.dock .dock-language > a,
.more_div span,
a .rating {
  text-align: center;
}

#game_message a {
  color: #fff;
}

.challenge_buttons {
  border-top: 1px solid #bdbdbd;
  margin-top: 8px;
  padding-top: 8px;
}

.challenge_no_score {
  font-family: Verdana;
  font-size: 14px;
}

.challenge_pm_container {
  width: 400px;
  background: #202227;
  border: 1px solid #313234;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 10px auto auto;
  overflow: auto;
}

.challenge_pm_info {
  float: left;
  padding: 10px;
  font-size: 15px;
  color: #67747f;
}

.comment_pages {
  margin: auto;
  padding: 5px;
  background: #e7e2e4;
  border: 1px solid #bab6b8;
}

.comment_pages a {
  color: #9a0100;
  padding: 3px;
  text-decoration: none;
}

.search_form_container {
  margin: auto;
  width: 400px;
}

.search_page_textbox {
  width: 300px;
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 4px;
  background: #fff;
  margin-right: 5px;
  outline: none;
}

.dock {
  margin: 0;
  padding: 0;
  top: 140px;
}

.dock > li {
  background: #0c0c38;
  display: block;
  clear: left;
  padding: 5px;
}

.dock .dock-search input[type="text"] {
  background: 0 0;
  border: 0;
  color: #fff;
  height: 32px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  font-size: 1em;
  width: 0;
  padding: 0;
  outline: 0;
  border-radius: 0;
}

button {
  background: 0 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.dock .dock-search input[type="text"].active {
  font-size: 1em;
  padding: 0 5px;
  width: 160px;
}

.dock-search fieldset button,
fieldset {
  padding: 0;
}

.icon-search {
  background: url(images/search-sprite.png) no-repeat;
  display: inline-block;
  overflow: hidden;
  height: 26px;
  line-height: 32px;
  text-indent: 35px;
  width: 29px;
}

fieldset {
  border: none;
}

.dock-search input[type="text"] {
  width: 0;
  font-size: 1em;
  padding: 0 5px;
}

.dock .dock-language {
  position: relative;
}

.dock .dock-language > a {
  height: 32px;
  width: 35px;
}

.dock .dock-language > a .icon.flag {
  background: url(images/cs-flag.png) no-repeat;
  margin-top: 7px;
}

.dock > li + li {
  margin-top: 5px;
}

.icon.flag {
  height: 17px;
  line-height: 17px;
  text-indent: 27px;
  width: 27px;
}

.dock > li > a {
  display: block;
}

button,
input,
select,
textarea {
  font-family: inherit;
  color: #000;
}

.clearfix:after,
.clearfix:before {
  content: "";
  clear: both;
  display: table;
}

#game #game-main,
.footer a,
.game_info_content h2,
.icon,
.navigation-primary ul li,
.navigation-secondary .right ul li,
.tags span {
  display: inline-block;
}

.footer {
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
  padding-top: 5px;
}

.footer a:hover {
  text-decoration: underline;
}

.main_menu {
  margin-top: 16px;
}

.main_menu a {
  line-height: 1.5;
}

.navigation-primary {
  text-decoration: none;
  text-transform: uppercase;
  float: right;
  overflow: hidden;
}
.navigation-primary a {
  gap: 5px;
  display: flex;
}
.games li,
.navigation-secondary .left {
  float: left;
}

.navigation-primary ul li {
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 15px;
}

.navigation-primary a {
  text-decoration: none;
  color: #fff;
  font-size: 14.3px;
}

.navigation-primary a:hover {
  text-decoration: underline;
}

.inner {
  margin: 0 auto;
  max-width: 960px;
}

.navigation-secondary .inner {
  background: #102e69;
  line-height: 22px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.navigation-secondary a {
  text-decoration: none;
  color: #a2a6ae;
  text-transform: lowercase;
  font-size: 13.4px;
}

.games li a h2,
.games-sidebar h3 {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
  text-overflow: ellipsis;
}

.box li a,
.games .title h1,
.games li a h2,
.tags span {
  text-transform: uppercase;
}

.more_button span:hover,
.navigation-secondary a:hover {
  text-decoration: underline;
}

.navigation-secondary a em {
  font-style: normal;
}

header[role="banner"] {
  margin-bottom: 5px;
  padding-top: 60px;
}

.games li a h2 {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 3px 37px 3px 5px;
}

.games-sidebar,
.played {
  background: #000a1c;
}

.games li {
  padding: 8px;
}

.featured_games {
  width: 984px;
}

.navigation-secondary .right {
  /* float: right; */
}
.navigation-secondary .right ul {
  margin: 0;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 15px;
}

.navigation-secondary .left a {
  text-transform: uppercase;
  color: #fff;
  margin-right: 30px;
}

.games-sidebar {
  margin: 0 3px;
  padding: 8px 0;
  width: 110px;
}

.games-sidebar h3 {
  color: #fff;
  width: 93%;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 0 10px;
}

#game {
  min-width: 1000px;
}

.banner_left {
  position: fixed;
  left: 0;
  top: 70px;
}

.banner_right {
  position: fixed;
  right: 0;
  top: 70px;
}

#game-ad {
  margin: 135px auto 0;
}

.game_info_header {
  font-size: 18px;
  font-weight: 700;
}

.game_info_content textarea {
  margin-top: 10px;
}

.game_info_content {
  line-height: 1.4;
}

.game_info_content h2 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.game_info_content p {
  margin-top: 5px;
  color: #d0d0d0;
}

.share-buttons {
  float: right;
}

.played {
  font-size: 18px;
  color: #fff;
  float: left;
  padding: 5px 10px;
  margin-right: 6px;
  top: 1px;
}

.played span {
  color: #4f4f4f;
}

.rating.aa,
.rating.bb,
.rating.cc,
.tags a,
.tags span {
  color: #fff;
}

.a2a_kit {
  float: right;
}

.tags {
  margin-top: 10px;
}

.tags span {
  background: #8d080e;
  border-radius: 3px;
  font-size: 14px;
  line-height: 22px;
  margin: 0 5px 5px 1px;
  padding: 0 5px;
}

fieldset,
ul {
  margin: 0;
}

.icon.logo {
  height: 31px;
  line-height: 30px;
  text-indent: 999px;
  width: 252px;
  margin: 0;
  background: url(images/logo.png) no-repeat;
}

.icon {
  overflow: hidden;
}

ul {
  padding: 0;
}

a .rating {
  right: 0;
  width: 37px;
  top: 0;
  font-size: 13px;
  position: absolute;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

.more_button,
img {
  font-size: 14px;
}

.rating.aa {
  background: -webkit-linear-gradient(#35b30f, #088d11);
  background: linear-gradient(#35b30f, #088d11);
}

.rating.bb {
  background: -webkit-linear-gradient(#f19927, #a76d07);
  background: linear-gradient(#f19927, #a76d07);
}

.rating.cc {
  background: -webkit-linear-gradient(#8b8b8b, #444);
  background: linear-gradient(#8b8b8b, #444);
}

.dock-language ul {
  display: none;
}

a,
article,
aside,
body,
button,
div,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
input,
label,
legend,
li,
menu,
nav,
ol,
p,
section,
select,
span,
textarea,
ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.games li a {
  display: block;
  position: relative;
}

.icon.contact {
  background: url(images/info.png) no-repeat;
  line-height: 27px;
  text-indent: 35px;
  width: 31px;
  margin-top: 7px;
  margin-left: 4px;
}

.games li.first:nth-child(-n + 9) a:after {
  background: url(images/tag.png) no-repeat;
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}

.more_button {
  margin: 0 auto;
}

.footer p {
  margin-top: 6px;
}

.more_div span {
  display: block;
  margin-top: 30px;
  font-size: 15px;
}

.games .title {
  float: left;
  width: auto;
  padding: 0;
}

.game-desc {
  text-align: left;
}

#title,
.tag_pages {
  text-align: center;
}

.game-desc .title {
  padding: 20px 0 15px;
}

.games .title h1 {
  font-size: 20px;
}

.category_container {
  margin-top: 15px;
  width: 984px;
}

#translate-this {
  margin-top: 2px;
}

.misc_container p {
  margin: 0;
  line-height: 1.4;
}

.tag_sort_options {
  float: right;
}

.tag_sort_options a {
  color: #d3d3d3;
  text-decoration: none;
  padding-left: 10px;
  font-size: 14px;
}

.tag_pages {
  margin: 20px auto;
  background: #000219;
  padding: 8px;
  font-family: Verdana, Arial, sans-serif;
}

.box {
  background: #07173c;
  font-size: 1.1em;
  padding: 8px 10px;
  position: absolute;
  right: 0;
  top: 27px;
  z-index: 10;
  width: 180px;
}

#arrow a .icon {
  margin-top: 8px;
  vertical-align: top;
}

#arrow a .icon.arrow-down {
  background: url(images/arrow.png) no-repeat;
  height: 8px;
  line-height: 8px;
  text-indent: 9px;
  width: 9px;
}

.box li a {
  display: block;
  width: 140px;
  color: #ddd;
  font-size: 13.6px;
  padding-left: 8px;
}

#title {
  color: #fff;
  font-size: 15px;
  margin-bottom: 9px;
}

.flash_popup {
  position: fixed;
  top: 0;
  left: 50%;
  margin: 0 auto;
  z-index: 1100;
}

.close_fullscreen {
  z-index: 1001;
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  padding: 5px;
}

.close_fullscreen a {
  text-decoration: none;
  color: #fff;
}

#unityPlayer {
  cursor: default;
  height: 450px;
  width: 600px;
}

.icon.facebook {
  background: url(images/facebook-icon.png) no-repeat;
  line-height: 27px;
  text-indent: 35px;
  width: 32px;
  height: 30px;
  margin-top: 2px;
  margin-left: 3px;
}

.slicknav_menu {
  display: none;
}

.main {
  width: 975px;
  margin: 0 auto;
}

.main .homepage_left {
  float: left;
  width: 253px;
}

.main .homepage_right {
  width: 708px;
  float: left;
  margin-left: 14px;
}

.module_header {
  background: #000219;
  background: -webkit-linear-gradient(rgba(19, 18, 53, 0.9), rgba(0, 2, 25, 0.9));
  background: linear-gradient(rgba(19, 18, 53, 0.9), rgba(0, 2, 25, 0.9));
  padding: 10px 15px;
  text-transform: uppercase;
}

.games.category {
  width: 960px;
  margin: 0 auto;
}

section#infobar {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 20px;
}

section#infobar div {
  margin: 0 auto;
  padding: 15px 10px 20px 10px;
  background-color: #172e5a;
}

h1 {
  font-size: 1.4em;
  font-weight: normal;
}

section#infobar div p {
  font-size: 13px;
  padding: 5px;
  text-align: justify;
}

.slicknav_nav a:hover {
  background: #fff !important;
}

.left-fb {
  float: left;
}

.right_ad {
  position: relative;
  z-index: 999999;
}

@media all and (max-width: 1100px) {
  .homepage_left {
    display: none;
  }
  .main .homepage_right {
    width: auto;
    float: none;
    margin: 0 auto;
  }
  .main {
    width: auto;
  }
}

@media all and (max-width: 480px) {
  body {
    overflow-x: hidden;
  }

  .games li,
  .logo {
    float: none;
  }

  .js .slicknav_menu {
    display: block;
  }
  .header_container {
    position: relative;
  }
  header[role="banner"] {
    padding: 0;
  }
  .logo {
    text-align: center;
  }
  .sort_options,
  .title {
    text-align: center;
    float: none !important;
  }
  .games li a {
    margin: 0 auto;
  }
  #close_fs {
    display: none;
  }
  .footer p {
    margin-top: 20px;
  }
  .dock {
    top: 236px;
  }

  .right_ad {
    top: 120px;
  }

  .left_ad {
    display: none;
  }

  #infobar {
    display: none;
  }

  .games.category {
    width: 230px;
    margin: 0 auto;
  }

  .category_container {
    width: 230px;
    margin: 0 auto;
  }

  .sort_options {
    display: none;
  }

  .ad_banner {
    width: 300px;
    overflow: hidden;
  }
}

.box {
  background: #07173c;
  font-size: 1.1em;
  padding: 8px 10px;
  position: absolute;
  right: 0;
  top: 27px;
  z-index: 10;
  width: 217px;
}

.games {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 7px;
}
.games li a img {
  aspect-ratio: 1 / 1;
  width: 100%;
}
.game_container {
  text-align: center;
  max-width: 967px;
  margin: 0 auto;
}
.navigation-secondary a {
  text-decoration: none;
  color: #a2a6ae;
  text-transform: lowercase;
  font-size: 12.4px;
}
.footer a {
  padding-top: 0px;
}

.ad_banner {
  margin-bottom: 0px;
}
#arrow .box {
  background: #07173c;
  font-size: 1.1em;
  padding: 8px 10px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
  width: 300px;
  margin: 0 auto;
  overflow-y: scroll;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.navigation-primary #arrow ul li {
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 1px;
  display: inline-block;
  width: 185px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #0e2a55;
  padding-bottom: 9px;
}
#arrow li a {
  width: 161px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#arrow .box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

#arrow .box::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#arrow .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #102e69;

  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.5, #102e69),
    color-stop(0.5, transparent),
    to(transparent)
  );
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #102e69;

  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.5, #102e69),
    color-stop(0.5, transparent),
    to(transparent)
  );
}

.games img {
  font-size: 14px;
  width: 147px;
  height: auto;
}

.games li:after {
  content: "";
  display: block;
  clear: both;
}
.games li:before {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 480px) {
  .games li a img {
    width: 100% !important;
  }
}

.left_ad {
  height: 160px;
  width: 160px;
  position: fixed;
  display: block;
  z-index: 99;
  transition: all 0.5s ease 0s;
}

.right_ad {
  height: 160px;
  width: 160px;
  display: inline-block;
  position: fixed;
  z-index: 99;
  transition: all 0.5s ease 0s;
}
header[role="banner"] {
  margin-bottom: 1px;
  padding-top: 60px;
}
@media (max-width: 480px) {
  .left_ad,
  .right_ad {
    display: none;
  }

  header[role="banner"] {
    padding-top: 0px !important;
  }
  .games img {
    height: 100% !important;
  }
}

@media (max-width: 480px) {
  body {
    min-width: auto;
  }
}

.games li a h2 {
  padding: 3px 5px 3px 5px;
  text-align: center;
  font-size: 12px !important;
}

.category_container li a,
#maincontent .games li a {
  border-radius: 9px;
}

.category_container img,
#maincontent .games li a {
  border-radius: 5px;
}

.games li a h2 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  /* margin-bottom: 1px; */
}

.left-fb {
  outline-style: none !important;
}

.rating.aa {
  /* display: none !important; */
}

.rating {
  /* display: none !important; */
}
.games img {
  width: 100% !important;
}
.misc_container {
  padding: 0px !important;
}

@media (max-width: 480px) {
  .left_ad,
  .right_ad {
    display: none;
  }
}

.games li {
  padding: 1px;
}

.game_container {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
#maincontent {
  display: inline-block;
  width: 100%;
  max-width: 960px;
  position: relative;
}
/* x */

#game-main {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
#game-main-inner {
  flex: 1;
  overflow: hidden;
}
#game-main-inner iframe {
  overflow: hidden;
}
.game_info_container {
  margin-top: 52px;
  padding: 15px;
  background: #000a1c;
}
.likebox {
  float: right;
}
.likebox {
  width: 110px;
}
.game_info_container {
  margin-top: 2px;
  margin-bottom: 0px;
  padding: 15px;
  background: #000a1c;
  float: left;
}
.game-desc .title {
  padding: 7px 0 7px;
  float: left;
}
.game_info_content p {
  font-size: 14px;
}
.likemain {
  float: left;
  margin-top: 12px;
  margin-left: 20px;
}
.games-sidebar {
  background: #0a234b;
  margin: 0 1px;
}
#sidebar1 li,
#sidebar2 li {
  background: rgba(0, 0, 0, 0.4);
}
#theGame {
  margin-top: 5px;
  margin-bottom: 10px;
}
.PRESplash {
  cursor: pointer;
}
.PRESplash,
.PRESplash:before {
  position: absolute;
}
.PRESplash,
.PRESplash:before,
.PRESplash > div {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.PRESplash:before {
  content: " ";
  top: 0;
  left: 0;
  background: url(http://www.gamessumo.com/games/images/minecraft33-min.png) no-repeat;
  -webkit-filter: blur(45px);
  -moz-filter: blur(45px);
  -o-filter: blur(45px);
  -ms-filter: blur(45px);
  filter: blur(45px);
  background-size: cover;
}
.PRESplash > div {
  padding: 115px 0;
  box-sizing: border-box;
  text-align: center;
}
.pre-action-button {
  text-decoration: none !important;
  color: #fff !important;
  display: inline-block;
  background: #99c506;
  background: -webkit-linear-gradient(#aed409, #77952b);
  background: -o-linear-gradient(#aed409, #77952b);
  background: -moz-linear-gradient(#aed409, #77952b);
  background: linear-gradient(#aed409, #77952b);
  padding: 10px 20px;
  border-radius: 10px;
  border: 3px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  bottom: 0;
  white-space: nowrap;
  margin-bottom: -30px;
  left: -50%;
  cursor: pointer;
  text-shadow: 1px 1px #505050;
  transition: all 0.2s;
  animation: pulseImage 1.5s infinite ease-in-out;
}
.pre-action-button:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  right: 5px;
  transition: 0.5s;
}
.pre-action-button:active {
  color: #fff;
  background-color: #3e8e41;
  box-shadow: 0 2px #666;
  transform: translateY(2px) translateX(1px);
}
.PRESplash .pre-splash-title {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  margin-top: 70px !important;
  text-align: center;
  position: relative;
  text-shadow: 1px 1px #505050;
  background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#007db9e8', GradientType=1);
}
.PRESplash .pre-splash-thumb {
  cursor: pointer;
  width: 190px;
  height: 190px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 110px;
  border: 5px solid #fff;
  position: relative;
  box-shadow: 4px 2px 30px #505050;
}
.pre-splash-button-bolder {
  position: absolute;
  left: 50%;
  margin-top: -40px;
}
.lowZi {
  z-index: 0 !important;
}
#wSplash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1000000;
  background-position: center center;
  overflow: hidden;
}
#pregamediv_ad {
  height: 600px;
  background: #102e69;
  position: relative;
}
.pre-action-button:hover {
  text-decoration: none;
  color: #fff;
  padding-right: 35px !important;
  background-color: #3e8e41;
  background: -webkit-linear-gradient(#87ae00, #77952b);
  background: -o-linear-gradient(#87ae00, #77952b);
  background: -moz-linear-gradient(#87ae00, #77952b);
  background: linear-gradient(#87ae00, #77952b);
}
.pre-action-button:hover:after {
  opacity: 1;
  right: 15px;
}

.gametitle {
  height: 35px;
  border-bottom: 1px dotted #035193;
}
.gametitle .l-link {
  float: left;
  width: 68px;
}
.gametitle .l-link a.home {
  background-position: -331px -85px;
  margin-right: 8px;
}
.gametitle .l-link a {
  float: left;
  width: 25px;
  height: 25px;
  background: url(/img/sprite.png) no-repeat;
  margin-top: 5px;
}
.gametitle .l-link a.back {
  background-position: -306px -85px;
  margin-right: 10px;
}
.gametitle .l-link a {
  float: left;
  width: 25px;
  height: 25px;
  background: url(/img/sprite.png) no-repeat;
  margin-top: 5px;
}
.gamename .flag {
  display: inline-block;
  width: 19px;
  height: 27px;
  background-position: -287px 0;
  margin: 0 8px 0 0;
  vertical-align: -4px;
}
.flag,
#gameFull,
#gameReplay {
  display: inline-block;
  background: url(/img/sprite.png) no-repeat;
}
.gamename span {
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fn-right {
  float: right;
}
.fn-left,
.fn-right {
  display: inline;
}
.flag,
#gameFull,
#gameReplay {
  display: inline-block;
  background: url(/img/sprite.png) no-repeat;
}
#howtoplay-btn {
  display: none;
  vertical-align: -9px;
  margin-right: 20px;
}
#gameFull,
#gameReplay {
  margin: 8px 13px 0 0;
}
.flag,
#gameFull,
#gameReplay {
  display: inline-block;
  background: url(/img/sprite.png) no-repeat;
}
.gametitle {
  height: 35px;
  border-bottom: 1px dotted #035193;
  background: #102e69;
  padding-left: 10px;
}
.gametitle .l-link {
  float: left;
  width: 68px;
}
.gametitle .gamename {
  font-size: 18px;
  color: white;
  font-weight: 700;
  float: left;
  height: 29px;
}
.gamename .flag {
  display: inline-block;
  width: 19px;
  height: 27px;
  background-position: -287px 0;
  margin: 0 8px 0 0;
  vertical-align: -4px;
}
.gamename span {
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 27px;
  position: relative;
  top: 4px;
}
#gameFull {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: -307px 0;
}
#gameReplay {
  width: 17px;
  height: 17px;
  background-position: -327px 0;
}
.games-sidebar h3 {
  font-size: 11px;
}
.SplashPreroll {
  background-color: rgba(0, 0, 0, 0.8) !important;
  outline: 1px dashed #fff !important;
  outline-offset: -10px !important;
}
@keyframes pulseImage {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  .left_ad,
  .right_ad {
    display: none;
  }
}
@media (max-width: 992px) {
  .games-sidebar {
    display: none;
  }
  #pregamediv_ad {
    height: 85vh;
  }
}

.search_page_textbox {
  width: 300px;
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 4px;
  background: #fff;
}
input {
  font-family: inherit;
  color: #000;
}
form,
input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.submit_button {
  background-color: #ffdd04 !important;
  border: none;
  color: #000a1c;
  padding: 5px 19px;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  margin: 16px 0 !important;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}
