html, body {
  background: #fff;
}

h1 {
    font-size: 1.75rem;
    margin: 0.3em 0 0 0;
    color: #333;
}

h2 {
    font-size: 1.5rem;
    margin: 0.3em 0 0 0;
    color: #333;
}

a, a:focus, a:hover {
/*    color: #bd2717;*/
    color: #c10000;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 0.25rem;
    color: #333;
}

.button.alert {
    background-color: #c10000;
    font-weight: bold;
    color: #fff;
}

.button_big {
    font-size: 1.35rem;
}

.spage h1 {
    font-size: 2.5rem;
}

.spage h2 {
    font-size: 1.75rem;
    padding-top: 1rem;
}

.email-footer {
    color: #333;
    margin: 0.5rem 0;
}

.email-footer label {
    color: #333;
}

.send_email_text{
    color: #777;
    font: 13px/18px 'Open Sans',arial,sans-serif;
    text-align: center;
}

/* site name */
.title-bar {
    background-color: #2f2f2f;
}
.menu-top {
    background-color:#2f2f2f;
    font-size: 0.95rem;
}

.menu-top .menu .name a .gt{
    color: #c10000;
    vertical-align: bottom;
}

.menu-top .menu .name a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
}

.menu-top .menu a {
    color: #eee;
}

.menu-top .menu a:hover {
    color: #fff;
}

.menu-bottom {
    background-color:#f0f0f0;
    font-size: 1.2rem;
}

.menu-bottom .menu a{
    text-decoration: none;
    border-bottom: 4px solid #f0f0f0;
    padding: 10px 20px;
}

.menu-bottom .menu a:hover {
    border-bottom: 4px solid #c10000;
    background: #f9f9f9;
    padding: 10px 20px;
}

.additional-menu-bottom{
    background-color: #e0e0e0;
    font-size: 1.1rem;
}

.additional-menu-bottom .menu a{
    color: #c10000;
    padding: .7rem 1rem;
}

/* search */
.gsc-control-searchbox-only {
     -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing:  content-box !important;
    line-height: 1;
}

.gsc-control-cse  * {
 -moz-box-sizing: content-box !important;
 -webkit-box-sizing: content-box !important;
 box-sizing:  content-box !important;
}

.gsc-control-searchbox-only input {
 box-shadow: none !important;
}

.gsc-control-searchbox-only input:focus {
    outline: none;
}

.gsc-control-searchbox-only table {
 border: none;
 background: transparent;
}

.gsc-input-box, .gsc-search-box .gsc-input>input, .gsc-input-box-hover {
 -moz-box-shadow: none !important;
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
}

.search {
    background: #f9f9f9;
    padding: 0.5rem 0;
}

#search {
    display: none;
}

.search-mob {
	position: absolute;
	top: 8px;
	right: 3%;
}

.search-string {
    /*height: 3.5rem !important;*/
    /*font-size: 1.35rem !important;*/
}
.search-button {
    /*height: 3.5rem;*/
    /*font-size: 1.35rem !important;*/
}

/* page body */
.main-body {
    background: #f9f9f9;
    border-bottom: 1px #e0e0e0 solid;
    color: #333;
}

.chrome-icon {
    width: 30px;
    height: 30px;
    margin: 0 0 10px 15px;
}

.wback {
    background: #fff;
}

.main-body .item-row {
    padding-top: 0.75rem;
}

.main-body .ads {
    margin: 0.75rem 0;
}

.main-body .space_vert {
    margin: 0.75rem 0 0.75rem -0.5rem;
}

.main-body .spot-top {
    margin-top: 0.75rem;
}

.main-body .spot-bottom {
    padding-bottom: 0.75rem;
}

.main-body .spot-top-tall {
    margin-top: 1.5rem;
}

.main-body .ads p {
    margin-bottom: 0;
}

.main-body .ads-game {
    padding: 1rem 0;
}

.spot-title {
    color: #999;
    font-size: 0.85rem;
}

.main-body h3 {
    font-size: 1.35rem;
}

.main-body .search-results {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.main-body .online-game {
    padding-bottom: 2rem;
}

.main-body ol {
    font-size: 1.0rem;
    list-style: none;
    text-align: left;
    margin: 1rem 0 0 1rem;
}

.main-body .breadcrumbs li {
    display: inline-block;
}

.main-body .game_box {
    height: 370px;
}

.main-body .white_field {
    background-color: #fff;
    padding: 0 1rem;
    margin: 0.75rem 0;
    border: 1px solid hsla(0,0%,4%,.25);
    border-radius: 3px;
}

.main-body .category a {
    margin: 0 7px 0 0;
    padding: 5px 5px;
    color: #c10000;
    border: 1px solid #c10000;
    border-radius: 3px;
    line-height: 2em
}

.main-body .category a:hover {
    color: #fff;
    background-color: #c10000;
    text-decoration: none;
}

.main-body .small_tmbnail {
    padding: 10px 0;
}

.div_blue {
    height: 35px;
}

.div_blue h2 {
    margin: 0;
    font-size: 2rem;
    display: inline-block;
}

.div_blue span {
    display: inline-block;
    float: right;
    margin: 3px 0 0 0;
}

.div_blue span a {
    color: #2c3e50;
    font-size: 1.2rem;
}

/* card */
.card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    /*font-size: 0.86rem;*/
    font-size: 1rem;
    margin: 15px 0;
    text-align: center;
}

.card img {
    border-radius: 5px 5px 0 0;
}

.card a {
    text-decoration: none;
}

.card h2 {
    font-size: 1.15em;
}

.card a .title{
    font-size: 1.2em;
    color: #c10000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.2rem 0.1rem 0 0.5rem;
}

.card a:hover .title {
    text-decoration: underline;
}

.card a .title_wide{
    font-size: 1.2em;
    color: #c10000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.3rem 0.1rem 0.5rem 0.6rem;
}

.card a:hover .title_wide {
    text-decoration: underline;
}

.card .tag {
    border-bottom: 1px #e0e0e0 solid;
    color: #333;
    font-weight: 400;
    padding: 0.2rem 0;
}

.card .stats {
    background-color: #f8f8f8;
    border-radius: 0 0 3px 3px;
    color: #333;
    font-weight: 400;
    padding: 0.2rem 0;
}

.card .stats_ellipsis {
    background-color: #f5f5f5;
    border-radius: 0 0 3px 3px;
    color: #333;
    font-weight: 400;
    padding: 0.2rem 0;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card .stats-game-desc {
    background-color: #f0f0f0;
    border-radius: 0 0 3px 3px;
    color: #000;
    font-weight: 400;
    padding: 0.2rem 5px;
    height: 100px;

    overflow: hidden;
    text-overflow: ellipsis;
}

/* button */
.button {
    margin: 0;
}

.game-left img {
    margin: 1rem 0;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.game-left p {
    margin-top: 0.75rem;
}

.tags {
    margin: 0 0 0.25rem 0;
    line-height: 2rem;
}

.main-body .item-row2rem {
    padding-top: 2rem;
}

.callout {
	background-color: #fff;
	margin-top: 1.25rem;
    color: #333;
}

.callout h1 {
    font-size: 1.8rem;
    margin: 0;
}

.callout h2 {
    font-size: 1.75em;
    margin: 20px 0 10px;
}

.callout h3 {
    font-size: 1.5em;
    margin: 20px 0 10px;
}

.callout h4 {
    font-size: 1.25em;
    margin: 20px 0 10px;
}

/* 404 error */
.error-msg {
    padding: 12rem 0 35rem 0;
}

/* best games */
.best {
    margin-top: 0.75rem;
}

.best li {
    margin: 0 0 1.2rem 0;
    /*position: relative;*/
}

.best .num {
    font-size: 1.35rem;
}

/*.best img {*/
    /*padding: 0 1rem;*/
/*}*/

/* ad banners */
.banner-300x250 {

}

/* footer */
.footer {
    text-align: center;
    background-color: #2f2f2f;
    color: #eee;
}

.footer .legal p{
    font-size: 0.8rem;
    color: #868686;
}

.footer .legal a{
    font-size: 0.8rem;
    color: #868686;
}

.footer .legal a:hover {
    color: #fff;
}

.footer .links {
    margin: 0.25rem 0;
}

.footer .cl {
    padding: 0.7rem 0;
    border-bottom: 1px #eee solid;
}

.footer .cl li {
    list-style: none;
    font-size: 0.95rem;
    text-align: left;
}

.footer .cl a {
    color: #eee;
}

.footer .links a {
    list-style: none;
    font-size: 0.9rem;
    color: #eee;
    padding: 1rem 0.5rem 0 1rem;
}

.footer .links a:hover {
    color: #fff;
}

.footer .toplist {
    display: block;
    height: 0;
    width: 0;
}

.columns+.columns:last-child {
    float: left;
}

.input-group {
    margin-bottom: 0;
}

/*navbar for menu*/
/* Navigation Menu - Background */
.navigation {
    /* critical sizing and position styles */
    width: 250px;
    position: absolute;
    top: 0;
    z-index: 0;
    margin-left: 0;
    /* non-critical appearance styles */
    list-style: none;
    background-color: #333;
}

.navigation a {
    /* non-critical appearance styles */
    display: block;
    padding: .5rem .7rem;
    color: #ffffff;
    font-size: 1.3rem;
}

.navigation .nested {
    list-style: none;
}

.navigation .nested a {
    font-size: 1.1rem;
    color: #ddd;
}

.navigation .legal{
    font-size: 0.8rem;
    color: #868686;
    padding: 0 8px;
}

.navigation .legal a{
    font-size: 0.8rem;
    color: #868686;
    padding: 0;
    display: inline;
}

/* Site Wrapper - Everything that isn't navigation */
.main-body {
  /* Critical position and size styles */
  min-height: 100%;
  min-width: 100%;
  position: relative;
  left: 0;
  z-index: 1;
}

.site-wrap {
	position: relative;
    width: 100%;
    left: 0;
    background: #333;
}

.site-wrap span {
	color: #fefefe;
    font-weight: 700;
    height: 50px;
    padding: 11px;
    margin-left: 40px;
    display: block;
}

.btn {
	background: none;
	border: none;
}

.search-icon{
    background: rgba(0,0,0,0) url(https://cdn.gametop.com/img/i-mg.png);
    background-image: url(https://cdn.gametop.com/img/i-mg.svg);
	background-size: 32px;
	height: 32px;
	width: 32px;
}

/*.additional-menu{*/

	/*height: 32px;*/
	/*width: 32px;*/
/*}*/

#additional-menu{
    display: none;
}

/* Blog */
.blog h2 {
    font-size: 1.25rem;
    color: #333;
    margin: 1.25rem 0 0.5rem 0;
    text-align: left;
}

.blog img {
    padding: 1.5rem 0 2.25rem 0;
    display: block;
    margin: 0 auto;
}

.blog_block {
    margin-top: 0;
    text-align: center;
}

.blog_block .more {
    color: #c10000;
}

.blog_block img {

}

.blog_block a {
    text-decoration: none;
}

.blog_block .title {
    padding-bottom: 0.5rem;
}

.blog_block .title_big {
    font-size: 1.35rem;
}

.blog_block .left {
    text-align: left;
}

.blog_block a:hover .title {
    text-decoration: underline;
}

.blog_block .tag {
    text-align: left;
    color: #333;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.blog_block .post_break {
    margin: 2rem 0;
    border-top: solid 1px #e0e0e0;
}

/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
  /* critical positioning styles */
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;

  /* non-critical apperance styles */
  height: 16px;
  width: 20px;
  cursor: pointer;
  background: transparent;
  /*border-top: 9px double #fefefe;
  border-bottom: 3px solid #fefefe;*/
}

label[for="nav-trigger"]:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
}

/* Make the Magic Happen */
.nav-trigger + label, .main-body, .site-wrap {
  transition: left 0.5s;
}

.nav-trigger:checked + label {
  left: 250px;
}

.nav-trigger:checked ~ .main-body , .nav-trigger:checked ~ .site-wrap {
	left: 250px;
	box-shadow:  0 0 10px hsla(0,0%,4%,.5);
}

body {
    /* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
}

.fb, .fb:hover {
    background-color: #3b5998;
}


.videos img {
  width:100%;
}

a.video {
    float: left;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    /*font-size: 0.86rem;*/
    margin-bottom: 20px;
    text-align: center;
}
a.video span {
  width: 100%;
  height: 100% ;
  position: absolute;
  background: url("https://cdn.gametop.com/img/play_btn_fade_out.png") no-repeat;
  background-position: 50% 20%;
  background-size: 100%;

}
.video_title{
    /*width: 160px;*/
}


@media only screen and (max-width: 500px)
{
    .video_title{
        overflow:hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 150px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 968px)
{
    .video_title{
        overflow:hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 220px;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1400px){
    .video_title{
        width: 300px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 2560px){
    .video_title{
        width: 360px;
    }
}

a.video span:before{
  content: url('https://cdn.gametop.com/img/play_btn_fade_in.png');
  width:0;
  height:0;
  visibility:hidden;
}

a.video span:hover{
  width: 100%;
  height: 100% ;
  position: absolute;
  background: url("https://cdn.gametop.com/img/play_btn_fade_in.png") no-repeat;
  background-position: 50% 20%;
  background-size: 100%;
}

/*@media screen and (max-width: 480px) {*/
  /*a.video span {*/
    /*background-size: 400%;*/
  /*}*/
/*}*/

a.game_video{
    float: left;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    font-size: 0.86rem;
    margin-bottom: 20px;
    text-align: center;
}

a.game_video span {
  width: 100%;
  height: 100% ;
  position: absolute;
  background: url("https://cdn.gametop.com/img/play_btn_fade_out.png") no-repeat;
  background-position: 50% 20%;
  background-size: 100%;

}

/*a.game_video span:before{*/
  /*content: url('https://cdn.gametop.com/img/play_btn_fade_in.png');*/
  /*width:0;*/
  /*height:0;*/
  /*visibility:hidden;*/
/*}*/

/*a.game_video span:hover {*/
  /*width: 100%;*/
  /*height: 100% ;*/
  /*position: absolute;*/
  /*background: url("https://cdn.gametop.com/img/play_btn_fade_in.png") no-repeat;*/
  /*background-position: 50% 20%;*/
  /*background-size: 100%;*/

/*}*/

a img:hover{
    filter : brightness(90%);
}

.site_search{
    margin-top: 20px;
}

.search-category-link {
    font-size: 14px;
    /*color: #006621;*/
    font-style: normal;
    /*padding-right: 5px;*/
}

.search-results a:link{
    cursor: pointer;
    /*color: #1a0dab;*/
    /*text-decoration: none;*/
    font-size: 14px;
}

.search-result .game-info .game-name{
    font-size: 18px !important;
}

.search-game-name{
    font-size: 18px !important;
}

.game-info p{
    font-size: 14px;
}

.inc-height{
    min-height: 900px;
}

/* List Page */
.list_top {
    padding-top: 0.75rem;
}

.list_top_big {
    padding-top: 3.75rem;
}

.list_border {
    border-bottom: 1px solid #999;
    margin: 0.75em 0 0.75em 1.5em;
}

.list_num {
    font-size: 24px;
    padding: 1.5em 0;
    vertical-align: middle;
    text-align: center;
}

/*.list_pane h3 {*/
/*    font-size: 1.75em;*/
/*}*/

.list_pane h2 {
    font-size: 1.8em;
    color: #c10000;
}

.list_pane a:hover {
    color: #c10000;
}

.list_pane .tags a {
    margin: 0 7px 0 0;
    padding: 3px 5px;
    color: #c10000;
    border: 1px solid #c10000;
    border-radius: 3px;
}

.list_pane .tags a:hover {
    color: #fff;
    background-color: #c10000;
    text-decoration: none;
}

.list_pane .button_list {
    margin-top: 42px;
}

.list_pane .top_number {
    font-size: 2.75rem;
    margin: 25px 0;
    text-align: right;
    color: #bbb;
}

.list_pane img {
    margin-top: 0.5rem;
}

@media (min-width:1024px){
	.navigation {
		display: none;
	}
	.site-wrap {
		display: none;
	}
	#nav-trigger {
		display: none;
	}
}

@media (max-width:1023px){
	.menu-top {
		display: none;
	}
	.menu-bottom {
		display: none;
	}
    .blog_block .title_big {
    font-size: 0.9rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 500px)
{
    .card {
        /*font-size: 0.75rem;*/
        font-size: 1rem;
    }

    h1 {
        font-size: 1.4rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 1rem;
    }

    .list_pane h2 {
        font-size: 1em;
        font-weight: bold;
    }
    .list_pane img {
        margin-top: 0;
    }

    .main-body ol {
        font-size: 0.8rem;
    }
    .sitewide-banner-content{
    color: #c10000;
    font-size: 1.1rem;
    background-color: #ffe;
    border: 1px solid hsla(0,0%,4%,.25);
    border-radius: 3px;
    text-align: center;
}
}

/*
    Category Index Page
 */

.all-category li{
    width: 300px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    line-height: 30px;
}

.all-category li:hover{
    color: #fff;
    background-color: #eee;
    text-decoration: none;
    cursor:pointer;
}

.all-category a{
    display: block;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-size: 1.1rem;
}

.all-category li a span{
    float:right;
}

.padded-multiline a {
    line-height: 35px;
}

/* News */

.news_list_border{
    border-bottom: 1px solid #999;
    margin: 1em 0;
}

/* Category Page Link category to top-category and top-category to category page*/
.link_to_top_page{
    font-size: 1.5rem;
    margin: 0.6em 0 0 0;
}
.link_to_top_page a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Next Game Release Msg Banner */

.sitewide-banner {
/*    background-color:#FFFF00;
    color:#DC143C; */
    left:0;
    width:100%;
/*    overflow:hidden;
    -webkit-box-shadow:0 0 5px #000;
    -moz-box-shadow:0 0 5px #000;
    box-shadow:0 0 5px #000; */
}

.sitewide-banner-content{
    color: #c10000;
    font-size: 1.75rem;
    background-color: #ffe;
    border: 1px solid hsla(0,0%,4%,.25);
    border-radius: 3px;
    text-align: center;
}

.message_banner_green {
    color: #c10000;
    font-size: 1.75rem;
    background-color: #dfd;
    border: 1px solid hsla(0,0%,4%,.25);
    border-radius: 3px;
    text-align: center;
}

.pagination{
    text-align: center;
    margin-top: 25px;
}

.pagination::after, .pagination::before {
    content: ' ';
    display: table;
}

.pagination li:first-child, .pagination li:last-child {
    display: inline-block;
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #c10000;
    color: #fefefe;
    cursor: default;
}

.pagination li {
    font-size: 1.4rem;
    margin-right: .0625rem;
    display: none;
    border-radius: 0;
}

.pagination a, .pagination button {
    color: #333;
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0;
}

@media screen and (min-width: 40em) {
    .pagination li {
        display: inline-block;
    }
}

@media screen and (min-width: 0px) and (max-width: 40em) {
    .pagination .current{
        display: inline-block!important;
        background: none!important;
    }


}

.ratingGames{
    overflow: hidden;
    vertical-align: bottom;
    display: inline-block;
    width: 120px;
    height: 28px;
}
.ratingGames > input{
    opacity: 0;
    margin-right: -100%;
}
.ratingGames > img{
    position: relative;
    display: block;
    float: left;
    border: 0px solid;
    width: 24px;
    height: 24px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}
.ratingGames > label{
    position: relative;
    display: block;
    float: right;
    width: 24px;
    height: 24px;
    background: url("https://cdn.gametop.com/img/star-off-big.png");
    background-size: 24px 24px;
    margin: 0;
}
.ratingGames > label:before{
    display: block;
    opacity: 0;
    content: '';
    width: 24px;
    height: 24px;
    background: url("https://cdn.gametop.com/img/star-on-big.png");
    background-size: 24px 24px;
    transition: opacity 0.2s linear;
    margin: 0;
}
.ratingGames > label:hover:before,
.ratingGames > label:hover ~ label:before,
.ratingGames:not(:hover) > :checked ~ label:before{
    opacity: 1;
}
