@charset "utf-8";
@-ms-viewport {
    width: device-width;
}
body {
    margin: 0;
    padding: 0;
    background-image: url(/images/background.jpg);
    background-position: top;
    background-repeat: repeat;
    background-color: #e0ebf0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    color: #474747;
}
a:link {
    text-decoration: none;
    color: #474747;
}
a:visited {
    text-decoration: none;
    color: #474747;
}
a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #474747;
}
a:active {
    text-decoration: none;
    color: #474747;
}
a img {
    border: 0;
}
h1, h2 {
    padding: 0;
    border: 0;
    margin: 0px;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    padding: 0;
    border: 0;
    margin: 0px
}
#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 984px;
    position: relative;
}
/*HEADER*/
#header {
    font-size: 0;
    position: relative;
}
.header_mascot_1 {
    position: absolute;
    top: 18px;
}
.header_logo {
    width: 610px;
    display: block;
    margin: 0 auto;
    padding-top: 35px;
    padding-left: 4px;
    padding-bottom: 1px;
}
.header_mascot_2 {
    position: absolute;
    top: 0px;
    left: 795px;
}
.header_facebook {
    vertical-align: top;
    right: 0;
    bottom: 10px;
    position: absolute;
    font-size: 1px;
}
/*NAVIGATION*/
.mobile_devices, .screen_sizes_menu {
    display: none;
}
.mobile_devices, .screen_sizes_menu {
    display: none;
}
.nav_header {
    height: 14px;
    box-sizing: border-box;
    background-color: #fdffff;
    border-top: 1px solid #d2dde3;
    border-right: 1px solid #d2dde3;
    border-left: 1px solid #d2dde3;
}
.nav_staple_1 {
    left: -7px;
    top: 133px;
    position: absolute;
}
nav {
    height: 53px;
    color: #fdfafc;
    font-size: 34px;
    font-family: 'Baloo', Impact;
    text-align: center;
    text-shadow: 0px 1px 0px #db84a3;
    background-color: #f49ebe;
    padding-top: 6px;
    padding-bottom: 5px;
}
nav A:link {
    color: #ffffff;
}
nav A:visited {
    color: #ffffff;
}
nav A:hover {
    color: #ffffff;
}
nav A:active {
    color: #ffffff;
}
.over {
    padding: 8px 29px 6px 29px;
}
.over:hover {
    text-shadow: 0px 1px 0px #57afba;
    text-decoration: none;
    background-color: #7fd8e3;
}
.nav_staple_2 {
    left: 973px;
    top: 133px;
    position: absolute;
}
#content_main {
    float: left;
    width: 100%;
    box-sizing: border-box;
    background-color: #fdffff;
    border-left: 1px solid #d2dde3;
    border-bottom: 1px solid #d2dde3;
    border-right: 1px solid #d2dde3;
    margin-bottom: 55px;
}
/*SIDEBAR*/
#content_sidebar {
    width: 217px;
    float: left;
    margin-top: 13px;
    margin-left: 13px;
    margin-right: 13px;
}
.menu {
    margin-bottom: 13px;
}
.menu_header {
    background-color: #85d6e1;
}
.menu_header_staple_1 {
    padding-top: 5px;
    padding-left: 6px;
    float: left;
}
.menu_header_text {
    color: #fdfafc;
    font-size: 32px;
    text-align: center;
    font-family: 'Baloo', Impact;
    text-shadow: 0px 1px 0px #60b6c1;
    height: 50px;
    padding-top: 1px;
}
.menu_header_staple_2 {
    padding-top: 5px;
    padding-right: 6px;
    float: right;
}
.menu_items {
    background-color: #d0f5fa;
    padding-top: 8px;
    padding-left: 13px;
    padding-bottom: 10px;
    color: #237c88;
    line-height: 25px;
}
.menu_items a:link {
    text-decoration: none;
    color: #237c88;
}
.menu_items a:visited {
    text-decoration: none;
    color: #237c88;
}
.menu_items a:hover {
    text-decoration: underline;
    color: #237c88;
}
.menu_items a:active {
    color: #237c88;
    text-decoration: none;
}
.ad_160x600 {
    background-color: #d0f5fa;
    font-size: 1px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 13px;
}
/*RIGHT CONTENT*/
#content_right {
    margin-top: 13px;
    margin-right: 13px;
    float: right;
    width: 726px;
}
.introduction {
    margin-right: 13px;
    margin-bottom: 13px;
    float: left;
    color: #ab2441;
    background-color: #fee2ea;
    width: 463px;
    height: 250px;
}
.introduction_text {
    line-height: 18px;
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 12px;
}
.ad_250x250 {
    float: right;
    background-color: #f1f1f1;
    width: 250px;
    height: 250px;
}
.games {
    width: 100%;
    float: left;
    background-color: #f1f1f1;
    margin-bottom: 13px;
    padding-bottom: 13px;
}
.games_item {
    float: left;
    width: 226px;
    margin-left: 12px;
    margin-top: 12px;
}
.games_image {
    width: 226px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.games_image:hover {
    -webkit-filter: opacity(79%);
    filter: opacity(79%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.games_text_header_1 {
    padding-left: 1px;
    padding-top: 2px;
    color: #474747;
    font-weight: 700;
}
.games_text_header_2 {
    text-align: center;
}
.games_rating {
    padding-top: 6px;
    padding-bottom: 2px;
    display: block;
}
.games_text_brief {
    padding-left: 1px;
    line-height: 21px;
    color: #474747;
}
.games_more {
    color: #474747;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    padding-top: 14px;
    padding-right: 4px;
    padding-bottom: 6px;
    padding-left: 4px;
    clear: both;
}
.sub_page {
    background-color: #feebf0;
    color: #ab2441;
    padding-top: 12px;
    padding-right: 17px;
    padding-bottom: 3px;
    padding-left: 17px;
    margin-bottom: 13px;
}
.sub_page_noads {
    background-color: #feebf0;
    color: #ab2441;
    padding-top: 12px;
    padding-right: 17px;
    padding-bottom: 3px;
    padding-left: 17px;
    margin: 13px;
}
.sub_page_header {
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 8px;
}
.sub_page_title {
    font-weight: 700;
    padding-bottom: 11px;
}
.sub_page_text {
    line-height: 22px;
    text-align: left;
    padding-bottom: 10px;
}
.sub_page_text a:link {
    color: #0048ff;
    text-decoration: none;
}
.sub_page_text a:visited {
    color: #0048ff;
    text-decoration: none;
}
.sub_page_text a:hover {
    color: #0048ff;
    text-decoration: underline;
}
.sub_page_text_dot {
    background-color: #ab2441;
    border-radius: 50%;
    display: inline-block;
    height: 5px;
    margin-bottom: 3px;
    margin-right: 1px;
    width: 5px;
}
.blog_header {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 12px;
}
.blog_title {
    font-weight: 700;
    padding-bottom: 5px;
    font-size: 18px;
}
.blog_title a:link {
    color: #0d78fd;
    text-decoration: none;
}
.blog_title a:visited {
    color: #0d78fd;
    text-decoration: none;
}
.blog_title a:hover {
    color: #0d78fd;
    text-decoration: underline;
}
.blog_information {
    font-style: italic;
    font-size: 13px;
    text-align: left;
    padding-bottom: 11px;
}
.blog_text {
    line-height: 22px;
    text-align: left;
    padding-bottom: 24px;
}
.blog_text a:link {
    color: #0048ff;
    text-decoration: none;
}
.blog_text a:visited {
    color: #0048ff;
    text-decoration: none;
}
.blog_text a:hover {
    color: #0048ff;
    text-decoration: underline;
}
.blogpost_header {
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 3px;
}
.blogpost_information {
    font-style: italic;
    font-size: 13px;
    text-align: left;
    padding-bottom: 10px;
}
.game_bookmark_text a:active {
    color: #0048ff;
    text-decoration: none;
}
a:link.sub_page_text_privacy {
    color: slategray /*color: inherit*/
}
a:visited.sub_page_text_privacy {
    color: slategray /*color: inherit*/
}
a:hover.sub_page_text_privacy {
    color: slategray /*color: inherit*/
}
a:active.sub_page_text_privacy {
    color: slategray /*color: inherit*/
}
.sub_page_image {
    margin-bottom: 2px;
    width: 100%;
}
.sub_page_contact_frame {
    padding-bottom: 12px;
}
#content_game {
    width: 100%;
    float: left;
    box-sizing: border-box;
    background-color: #fdffff;
    border-left: 1px solid #d2dde3;
    border-bottom: 1px solid #d2dde3;
    border-right: 1px solid #d2dde3;
    margin-bottom: 55px;
}
#content_game_padding {
    padding-top: 13px;
    padding-right: 13px;
    padding-left: 13px;
}
.game_container {
    float: left;
    background-color: #fde2ea;
    margin-bottom: 13px;
    width: 100%;
}
.game_ad001 {
    text-align: center;
    color: #ab2441;
    font-size: 20px;
    font-weight: 700;
    margin-top: 13px;
    margin-bottom: 13px;
}
.game_frame_responsive {
    display: none;
}
.game_frame {
    font-size: 1px;
    text-align: center;
}
#game_footer {
    font-size: 1px;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
}
.game_buttons {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
}
.game_bookmark_icon {
    vertical-align: top;
    padding-top: 2px;
    display: inline-block;
}
.game_bookmark_text {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding-top: 3px;
    padding-left: 5px;
}
.game_bookmark_text a:link {
    color: #a33f59;
    text-decoration: none;
}
.game_bookmark_text a:visited {
    color: #a33f59;
    text-decoration: none;
}
.game_bookmark_text a:hover {
    color: #a33f59;
    text-decoration: underline;
}
.game_bookmark_text a:active {
    color: #a33f59;
    text-decoration: none;
}
.info_container {
    width: 100%;
    float: left;
    margin-bottom: 13px;
}
.info_header {
    background-color: #85d6e1;
}
.info_header_staple_1 {
    float: left;
    padding-top: 5px;
    padding-left: 6px;
}
.info_header_text {
    font-family: 'Baloo', Impact;
    text-shadow: 0px 1px 0px #60b6c1;
    color: #fdfafc;
    font-size: 32px;
    text-align: center;
    height: auto;
    padding-top: 1px;
}
.info_header_staple_2 {
    float: right;
    padding-top: 5px;
    padding-right: 6px;
}
.info_background {
    background-color: #d0f5fa;
    color: #237c88;
    line-height: 22px;
    padding-top: 14px;
    padding-right: 18px;
    padding-left: 18px;
}
.info_text_bold {
    font-weight: 700;
    margin-bottom: 4px;
}
.info_text {
    padding-bottom: 10px;
}
.vote_stars {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 6px;
}
.vote_stats {
    display: inline-block;
    margin-left: 5px;
    padding-top: 2px;
    position: absolute;
}
.vote_radio_button {
    padding-top: 2px;
    margin-left: -3px;
    padding-bottom: 15px;
}
input[type='radio'] {
    vertical-align: top;
    width: 15px;
    height: 15px;
}
.vote_send_button {
    outline: none;
    cursor: pointer;
    border: 0;
    box-sizing: content-box;
    background-color: #93d860;
    font-family: 'Baloo', Impact;
    text-shadow: 0px 1px 0px #69a93a;
    text-align: center;
    color: #fdfafc;
    font-size: 28px;
    padding-top: 6px;
    margin-bottom: 8px;
    border-bottom: 5px solid #72b93e;
    transition: 0.1s;
    -webkit-appearance: none;
    min-width: 222px;
}
.vote_send_button:hover {
    background-color: #89cf55;
    border-bottom: 5px solid #69af35;
}
.vote_notifications {
    display: table-row;
    color: #ff5307;
    font-weight: 700;
    margin-bottom: 8px;
}
#gameContainer {
    width: 800px;
    height: 457px;
    margin-left: auto;
    margin-right: auto;
}
.tables112_title {
    text-align: center;
    padding-top: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #474747;
    padding-bottom: 6px;
}
.tables112_text {
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    color: #474747;
    padding-bottom: 2px;
    line-height: 21px;
}
.gaminghamstercom_880x495 {
    width: 880px;
    height: 495px;
}
.gamingbeecom_800x600 {
    width: 800px;
    height: 600px;
}
.gamingbeecom_480x640 {
    width: 480px;
    height: 640px;
}
.gamingbeecom_600x600 {
    width: 600px;
    height: 600px;
}
.tableunderpressure {
    width: 480px;
    height: 640px;
}
.mathvsbat {
    width: 394px;
    height: 700px;
}
.chart {
    width: 692px;
    height: 772px;
}
@media (max-width: 991px) {
    #wrapper {
        width: 754px;
    }
    .nav_header, .nav_staple_1, .nav_staple_2, nav, .header_mascot_1, .header_mascot_2, #content_sidebar {
        display: none
    }
    .header_logo {
        padding-top: 12px;
        padding-bottom: 27px;
        padding-left: 0px;
    }
    .header_facebook {
        text-align: center;
        position: relative;
        bottom: 18px;
    }
    #content_main {
        border-top: 1px solid #d2dde3;
    }
    #content_game {
        border-top: 1px solid #d2dde3;
    }
    .screen_sizes_button {
        cursor: pointer;
        float: right;
        background: #35b0c0;
        position: relative;
        display: block;
        text-decoration: none;
        vertical-align: middle;
        padding: 13px 10px 10px 10px;
        margin: 6px 4px 11px 0px;
    }
    .screen_sizes_button .screen_sizes_icon-bar + .screen_sizes_icon-bar {
        margin-top: 4px;
    }
    .screen_sizes_menu {
        *zoom: 1;
        display: block;
    }
    .screen_sizes_menu .screen_sizes_menutext {
        line-height: 24px;
        float: left;
        display: block;
    }
    .screen_sizes_menu .screen_sizes_icon {
        margin: 3px 0 0 7px;
        float: left;
    }
    .screen_sizes_menu .screen_sizes_no-text {
        margin: 0;
    }
    .screen_sizes_menu .screen_sizes_icon-bar {
        display: block;
        height: 2px;
        width: 18px;
    }
    .screen_sizes_menu:before {
        content: " ";
        display: table;
    }
    .screen_sizes_menu:after {
        content: " ";
        display: table;
        clear: both;
    }
    .screen_sizes_nav {
        clear: both;
    }
    .screen_sizes_nav ul {
        display: block;
    }
    .screen_sizes_nav li {
        display: block;
    }
    .screen_sizes_nav .screen_sizes_item {
        cursor: pointer;
    }
    .screen_sizes_nav .screen_sizes_item a {
        display: inline;
    }
    .screen_sizes_nav {
        display: block;
    }
    .screen_sizes_nav a {
        display: block;
    }
    .screen_sizes_menu {
        box-sizing: border-box;
        padding: 4px;
        position: relative;
        font-family: 'Baloo', Impact;
        color: #ffffff;
        font-size: 25px;
    }
    .screen_sizes_menu .screen_sizes_menutext {
        color: #fdffff;
    }
    .screen_sizes_menu .screen_sizes_icon-bar {
        background-color: #fdffff;
    }
    .screen_sizes_nav {
        background-color: #fdffff;
        display: block;
        position: static !important;
        width: 100%;
        font-size: 22px;
        margin-bottom: 5px;
        list-style: none;
    }
    .screen_sizes_nav a {
        border-bottom: 1px solid #d5e4ea;
        padding: 11px 0px 9px 0px;
        margin: 0px 0px 0px 0px;
    }
    .screen_sizes_nav a:hover {
        background: #eff5f9;
    }
    nav {
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto;
        text-shadow: none;
    }
    nav a:link {
        color: #2299a9;
    }
    nav a:visited {
        color: #2299a9;
    }
    nav a:hover {
        color: #2299a9;
        text-decoration: none;
    }
    nav a:active {
        color: #2299a9;
    }
    .onmouseover:hover {
        text-shadow: none;
    }
    #gameContainer {
        width: 702px;
        height: 401px;
    }
    .gaminghamstercom_880x495 {
        width: 702px;
        height: 395px;
    }
    .gamingbeecom_800x600 {
        width: 702px;
        height: 527px;
    }
}
@media (max-width: 767px) {
    #wrapper {
        width: 630px;
    }
    #content_right {
        margin-left: 13px;
        float: left;
        width: 602px;
    }
    .header_logo img {
        width: 550px;
    }
    .header_logo {
        width: 550px;
    }
    .introduction {
        box-sizing: border-box;
        padding-bottom: 14px;
        height: auto;
        width: 100%;
    }
    .ad_250x250 {
        display: none
    }
    .games_item {
        width: 283px;
    }
    .games_image {
        width: 283px;
        height: auto;
    }
    #gameContainer {
        width: 578px;
        height: 330px;
    }
    .gaminghamstercom_880x495 {
        width: 578px;
        height: 325px;
    }
    .gamingbeecom_800x600 {
        width: 578px;
        height: 434px;
    }
    .gamingbeecom_600x600 {
        width: 578px;
        height: 578px;
    }
    .chart {
        width: 578px;
        height: 645px;
    }
}
@media (max-width: 640px) {
    #wrapper {
        width: 500px;
    }
    #content_right {
        width: 472px;
    }
    .header_logo img {
        width: 450px;
    }
    .header_logo {
        width: 450px;
        padding-bottom: 32px;
    }
    .games_item {
        width: 268px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .games_image {
        width: 268px;
        height: auto;
    }
    #gameContainer {
        width: 448px;
        height: 256px;
    }
    .chart {
        width: 448px;
        height: 500px;
    }
    .game_frame {
        display: none;
    }
    .game_frame_responsive {
        padding-top: 1px;
        width: 448px;
        display: block;
        margin: 0px auto;
    }
    .game_frame_responsive img {
        width: 100%
    }
}
@media (max-width: 525px) {
    #wrapper {
        width: 434px;
    }
    #content_right {
        width: 406px;
    }
    .header_logo img {
        width: 400px;
    }
    .header_logo {
        width: 400px;
    }
    .game_bookmark_text {
        display: none;
    }
    #gameContainer {
        width: 382px;
        height: 218px;
    }
    .chart {
        width: 382px;
        height: 426px;
    }
    .game_frame_responsive {
        width: 382px;
    }
}
@media (max-width: 480px) {
    #wrapper {
        width: 320px;
    }
    #content_right {
        width: 292px;
    }
    .header_logo img {
        width: 316px;
    }
    .header_logo {
        width: 316px;
    }
    .introduction_text {
        padding-top: 8px;
        padding-left: 12px;
        padding-right: 10px;
        padding-botoom: 10px;
    }
    #gameContainer {
        width: 268px;
        height: 153px;
    }
    .chart {
        width: 268px;
        height: 299px;
    }
    .game_frame_responsive {
        width: 268px;
    }
}