html, body {
  background: #fff;
}

h1, h2 {
    font-size: 1.5rem;
    color: #2c3e50;
}

a, a:focus {
    color: #bd2717;
}

a:hover {
    color: #e74c3c;
    text-decoration: underline;
}

.off-canvas-content {
    background-color: #1c2939;
}

.callout {
	background-color: #fff;
	margin-top: 1.25rem;
    color: #2c3e50;
}

.callout p, .callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout li {
	color: #2c3e50;
}

.callout h1, .callout h2, .callout h3 {
    font-size: 1.35rem;
}

/* site name */
.title-bar {
    background-color: #333;
}
.menu-top {
    background-color:#333;
}

.menu-top .menu .name a .ft{
    color: #bd2717;
    vertical-align: bottom;
}

.menu-top .menu .name a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
}

.menu-top .menu a {
    color: #ccc;
    font-size: 1.1rem;
}

.menu-top .menu a:hover {
    color: #fff;
}

/* search */
.search {
    background: #f9f9f9;
    padding-top: 0.75rem;
}
.search-string {
    height: 3.5rem !important;
    font-size: 1.35rem !important;
}
.search-button {
    height: 3.5rem;
    font-size: 1.35rem !important;
}

#search{
	display: none;
}

.search-mob {
	position: absolute;
	top: 8px;
	right: 3%;
}

.btn {
	background: none;
	border: none;
}

.search-icon{
    background-image: url(http://storage.googleapis.com/gt_img/i-mg.svg);
	background-size: 32px;
	height: 32px;
	width: 32px;
}

/* page body */
.main-body {
    padding-top: 20px;
    background: #f9f9f9;
    border-bottom: 1px #e0e0e0 solid;
}

.main-body .item-row {
    padding: 1rem 0;
}

.main-body .ads2 {
    padding: 1rem 0 2rem 0;
}

.main-body .search-results {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.mobile-menu li a {
    font-size: 1.3rem;
}

/* 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;
    margin-bottom: 20px;
    text-align: center;
}

.card img {
    border-radius: 5px 5px 0 0;
}

.card a {
    text-decoration: none;
}

.card a .title{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
}

.card a:hover .title {
    text-decoration: underline;
}

.card .tag {
    background-color: #f5f5f5;
    border-bottom: 1px #e0e0e0 solid;
    border-radius: 0 0 3px 3px;
    margin-top: 5px;
    color: #2c3e50;
    font-size: 1rem;
    padding: 0.25rem 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
}

.card .stats {
    background-color: #f5f5f5;
    border-radius: 0 0 3px 3px;
    color: #2c3e50;
    font-size: small;
    padding: 0.25rem 0;
}

/* button */
.more_button {
    margin: 0;
    padding: 0.5rem 0.6rem;
}

.game-left img {
    margin: 0.5rem 0 2rem;;
    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);
}

.tags {
    margin: 0 0 0.75rem 0;
}

/* 404 error */
.error-msg {
    padding: 12rem 0 15rem 0;
}

/* best games */
.best li {
    margin: 1.5rem 0;
}

.best img {
    padding: 0 1rem;
}

/* ad banners */
.banner-300x250 {

}

/* footer */
.footer {
    text-align: center;
    padding: 0.5rem;
}

.footer .cl {
    padding: 0.7rem 0;
    border-bottom: 1px #e0e0e0 solid;
}

.footer .cl li {
    list-style: none;
    font-size: 0.8rem;
    text-align: left;
}

.footer .cl a {
    color: #2c3e50;
}

.footer .links a {
    list-style: none;
    font-size: 0.9rem;
    color: #2c3e50;
    padding: 1rem 0.5rem 0 1rem;
}

.footer .links a:hover {
}

.columns+.columns:last-child {
    float: left;
}

@media only screen and (min-width: 40.063em) and (max-width: 52em)
{
    .card {
        font-size: 0.75rem;
    }
}
@media only screen and (min-width: 320px) and (max-width: 400px)
{
    .card {
        font-size: 0.75rem;
    }
}

/* use admin */
.filter_button {
    margin-top: 1.5rem;
}

.top_carousel{
    height: 370px;
    width: 800px;
}

.container {
  margin: 0 auto;
  padding: 40px;
  width: 800px;
  color: #333;
  background: #419be0;
}

.slick-slide {
  text-align: center;
  /*color: #419be0;*/
  background: white;
    width: 800px;
}

.slick-prev:before, .slick-next:before { color:red; }

.slick-prev, .slick-next { height: 55px; width: 55px; }

.slick-prev { left: -80px; /plan to add button image/ }

.slick-next{ right: -80px; /plan to add button image/ }

.slider { margin:0 80px 0 80px; width: auto; }


.gameThumb{
    display:block;
    padding:0px;
    margin: 0 0 15px 0;
}

.pane{
    box-shadow: none;
    background-color: #fff;
    margin: 10px;
}

.cnt{
    display: table-cell;
    padding: 10px;
    font-size: 32px;
    vertical-align: middle;
    text-align: center;
}

.thumb{
    display: table-cell;
}

.thumb img{
    width: 100%;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

.info{
    display: table-cell;
    vertical-align: top;
    padding: 0 30px 0 15px;
}
.nostyle {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}
.view-game-details a h2 {
    color: black;
    font-weight: bold;
    font-size: 16px;
    padding-top: 0;
    margin: 0;
}


.description1{
    margin-top:10px;
    display: block;
}

.category-tags{
    padding: 10px 0 0 0;
}

.category-tags a{
    margin: 0 7px 0 0;
    padding: 3px 5px;
    color: #2288aa;
    border: 1px solid #2288aa;
    border-radius: 3px;
}

.action{
        display: table-cell;
    vertical-align: top;
    padding-top: 5px;
}

.action .btn{
        margin-top: 20px;
    margin-bottom: 20px;
}
body .btn-success {
    background-color: #1d9400;
    border-color: #22b000;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#22b000), to(#1d9400));
    background-image: -webkit-linear-gradient(top, #22b000 0%, #1d9400 100%);
    background-image: -moz-linear-gradient(top, #22b000 0%, #1d9400 100%);
    background-image: linear-gradient(to bottom, #22b000 0%, #1d9400 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff22b000', endColorstr='#ff1d9400', GradientType=0);
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.noleftrightmargin {
    margin-left: 0;
    margin-right: 0;
}

.rule {
    border-bottom: 1px solid #999999;
    display: block;
    margin: 0px 25px 15px 25px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

.see-more{
    margin-left: 30px;
}

.categoryTitle{
    color: #000;
    margin-top: 0;
    font-size: 22px;
    font-weight: 400;
    padding: 5px 10px;
    font-weight: bold;
}

.main-description{
    padding: 10px 20px;
}

/*Index - Category List Style*/

/* List Page */
.list_top {
    padding-top: 1.75rem;
}

.list_border {
    border-bottom: 1px solid #999;
    margin: 1em 1.5em;
}

.list_num {
    font-size: 24px;
    padding: 1.5em 0;
    vertical-align: middle;
    text-align: center;
}

.list_pane h2 {
    font-size: 1.25em;
    font-weight: bold;
}

.list_pane p {
    margin-bottom: 0.5em;
}

.list_pane a:hover {
    color: #bd2717;
}

.list_pane .tags a {
    margin: 0 7px 0 0;
    padding: 3px 5px;
    color: #bd2717;
    border: 1px solid #bd2717;
    border-radius: 3px;
}

.list_pane .tags a:hover {
    color: #fff;
    background-color: #bd2717;
    text-decoration: none;
}

.list_pane button {
    margin-top: 2.5rem;
    font-size: 1rem !important;
    background: #c60f13;
}

.list_pane img {
    margin-top: 0.5rem;
}

@media only screen and (min-width: 320px) and (max-width: 500px)
{
    .card {
        /*font-size: 0.75rem;*/
        font-size: 1rem;
    }
    h1, h2 {
        font-size: 1.3rem;
    }
    .list_pane h2 {
        font-size: 1em;
        font-weight: bold;
    }
    .list_pane img {
        margin-top: 0;
    }
}