﻿html, body, div, span, p, a, img, li, form, table, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0;
    font-size: 100%;
    font: inherit;
}

a {
    text-decoration: none;
    color: #231F20;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

input {
    margin: 0;
    padding: 0;
    height: 23px;
    border: 1px solid #AAAAA8;
}

.clear {
    clear: both;
}

.block {
    display: block !important;
}

body {
    font-size: 12px;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
	padding:0px;
	margin:0;
}

.content{
	width: 99%;
	margin:auto;
	}

/* === HEADER SECTION === */

.welcome {
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    padding: 7px 0px 7px 0px;
	color:#231F20;
}

.header {
    text-align: left;
    width: 100%;
    vertical-align: top;
    background-color: #FFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -ms-border-top-left-radius: 8px;
    -ms-border-top-right-radius: 8px;
    -o-border-top-left-radius: 8px;
    -o-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
	/* IE10 Consumer Preview */ 
	/* Mozilla Firefox */ 
	/* Opera */ 
	/* Webkit (Safari/Chrome 10) */ 
	/* Webkit (Chrome 11+) */
	/* W3C Markup, IE10 Release Preview */ 
	/*
	background-image: -ms-linear-gradient(top, #CBDB2A 0%, #719E19 100%);

	background-image: -moz-linear-gradient(top, #CBDB2A 0%, #719E19 100%);

	background-image: -o-linear-gradient(top, #CBDB2A 0%, #719E19 100%);
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CBDB2A), color-stop(1, #719E19));
	 
	background-image: -webkit-linear-gradient(top, #CBDB2A 0%, #719E19 100%);
	
	background-image: linear-gradient(to bottom, #CBDB2A 0%, #719E19 100%);
	*/
}

.logo {
    text-align: right;
    vertical-align: middle;
    width: 60px;
    height: 55px;
    padding: 5px 0px 0px 0px;
    background: url("../images/logo-mtn.png") center no-repeat;
	float:right;
}

.gamesclub {
    color: #525252;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
}

.MyAccntHome {
    text-align: center;
    vertical-align: middle;
    height: 39px;
    padding: 5px 0px 5px 5px; 
}

/* ==== Search section ==== */
.search {
    text-align: left;
    background-color: #CCCCCC;
    vertical-align: middle;
    padding: 5px 10px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -o-border-radius: 5px;
	margin:5px auto;
}

.searchtxt {
    width: 75%;
    height: 25px;
    border: 2px solid #B2B2B2;
    vertical-align: middle;
	padding:0px 5px;
}

.searchgo {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -o-border-radius: 5px;
    /*background-color: #719e19;*/
    border: 1px solid #6C6C6C;
    font-weight: bold;
	padding:3px 7px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
	cursor:pointer;
	background:#5B5B5B;
	background-image: -ms-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);

	background-image: -moz-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);

	background-image: -o-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5B5B5B), color-stop(1, #1F1F1F));
	 
	background-image: -webkit-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);
	
	background-image: linear-gradient(to bottom, #5B5B5B 0%, #1F1F1F 100%);
}

/* === WELCOME GC ===*/
.banner {
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}

   .banner a {
        padding: 0px;
        margin: 0px;
    }
	
.banner a img {
	width:100%;
    }
	



.welcomegc {
    text-align: center;
    padding: 3px 0px 0px 3px;
    line-height: 18px;
	color:#000;
}

.spacing {
    margin: 0px 5px 0px 5px;
}
/* === SUBSCRIPTION ===*/

.subscription {
    text-align: center;
    font-weight: bold;
    line-height: 20px;
}

.post_subscription {
    text-align: justify;
    line-height: 20px;
    padding: 7px;
}

.sub_text{
	text-align: center;
    padding: 3px 0px 0px 3px;
    line-height: 18px;
	color:#000;
	font-weight:bold;
	
	}

.sub_but {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -o-border-radius: 5px;
    /*background-color: #719e19;*/
    border: 1px solid #6C6C6C;
    font-weight: bold;
	padding:3px 7px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
	cursor:pointer;
	background:#5B5B5B;
	background-image: -ms-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);
	background-image: -moz-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);
	background-image: -o-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5B5B5B), color-stop(1, #1F1F1F));
	background-image: -webkit-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);
	background-image: linear-gradient(to bottom, #5B5B5B 0%, #1F1F1F 100%);
	width:100px;
	height:27px;
	margin: 10px auto;
	display: block;
	line-height:27px;
}
.unsub_but {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -o-border-radius: 5px;
    /*background-color: #719e19;*/
    border: 1px solid #6C6C6C;
    font-weight: bold;
	padding:3px 7px;
    color: #fff;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
	cursor:pointer;
	background:#5B5B5B;
	background-image: -ms-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);
	background-image: -moz-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);
	background-image: -o-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5B5B5B), color-stop(1, #1F1F1F));
	background-image: -webkit-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);
	background-image: linear-gradient(to bottom, #5B5B5B 0%, #1F1F1F 100%);
	width:100px;
	height:27px;
	margin: 10px auto;
	display: block;
	line-height:27px;
}



/* === CATEGORY ===*/

.category_panel {
    margin: 5px 0px 0px 0px;
}

.category {
    font-weight: bold;
    color: #000;
    background-color:#ffc600;
    font-size: 13px;
    text-align: left;
    padding: 7px 0px 7px 10px;
    /*text-transform: uppercase;*/
	 border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -ms-border-top-left-radius: 8px;
    -ms-border-top-right-radius: 8px;
    -o-border-top-left-radius: 8px;
    -o-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

/*====== GAME LIST ==*/
.content_list {
    padding: 10px;
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    border-left: solid 1px #ffc600;
    border-right: solid 1px #ffc600;
    border-bottom: solid 1px #ffc600;
    zoom: 1;
}

.content_icon {
    vertical-align: middle;
    width: 100px;
	}

.content_icon img{
	display: block;
    width: 100px;
    height: 100px;
	
}


.content_description {
    height: auto;
    padding-left: 10px;
    text-align: left;
    vertical-align: top;
}

.content_title {
    color: #231F20;
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: bold;
    text-decoration: none;
}

    .content_title a {
        color: #231F20;
        text-decoration: none;
    }

.content_category {
    color:#808285;
    padding-bottom: 5px;
    text-decoration: none;
}

    .content_category a {
        color: #808285;
        text-decoration: none;
    }

.ratings {
    padding-bottom: 5px;
}
.ratings img {
	width:16px;	
}


.descTitle {
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    width: auto;
}

.descText {
    text-align: justify;
    line-height: 18px;
    width: auto;
}
/*
.buy_button {
    margin-top: 2px;
	background:#719E19;
	color:#FFF;
	text-align:center;
	width:90px;
	height:20px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height:20px;
}

*/
.buy_button {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -o-border-radius: 5px;
    /*background-color: #719e19;*/
    border: 1px solid #6C6C6C;
    font-weight: bold;
    color: #fff !important;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
	background:#5B5B5B;
	cursor:pointer;
	background-image: -ms-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);
	background-image: -moz-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);
	background-image: -o-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5B5B5B), color-stop(1, #1F1F1F));
	background-image: -webkit-linear-gradient(top, #5B5B5B 0%, #1F1F1F 100%);
	background-image: linear-gradient(to bottom, #5B5B5B 0%, #1F1F1F 100%);
	width:96px;
	height:27px;
	margin: 2px;
	display: block;
	line-height:27px;
}

.buy_button a{
	color:#FFF;
	font-weight: bold;
	
	}

.button {
    background: url("../images/Submit.png") center no-repeat;
    width: 89px;
    height: 20px;
    border: none;
}

.see_more {
	float:right;
    margin-top: 2px;
	background:#719E19;
	color:#FFF;
	text-align:center;
	width:70px;
	height:20px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height:20px;
	font-size:14px;
	margin:5px 5px 0px 0px;
}
.see_more a{
	color:#FFF;
	font-weight: bold;
	
	}


.more_link {
    text-align: right;
}

.more_link a{
    text-align: right;
	color:#000;
	font-weight:bold;
}


.back_link {
    padding-left: 7px;
    text-align: left;
}

.back_link a{
    text-align: left;
	color:#000;
	font-weight:bold;
}


/* === Game Category MENU === */
.game_category {
    width: auto;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    height: auto;
    font-weight: bold;
    text-align: center;
}

    .game_category a {
        margin: auto;
        color: #231F20;
        text-decoration: none;
        margin: 3px;
    }

.tc_text {
    text-align: justify;
    line-height: 18px;
}

.faq_q {
    font-size: 12px;
    padding-bottom: 3px;
    font-weight: bold;
    line-height: 18px;
}

.faq_ans {
    text-align: justify;
    line-height: 18px;
}

/* === FOOTER === */
#footer {
    margin: auto;
    width: auto;
    font-weight: bold;
    text-align: center;
    background-color: #FFC600;
    padding: 10px;
    color: #000;
	
}

    #footer a {
        color: #000;
        padding: 3px;
        font-weight: bold;
        text-decoration: none;
    }


.headding {
    color: #231F20;
    text-align: left;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}


.button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px; 
    padding:4px 12px 4px 12px;
	background:#6FB43F;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	text-shadow:none;		
	}

/*****************@media******************/	

@media (min-width:1200px){
.gamesclub {
    font-size: 18px;
    font-weight: bold;
    }
}
@media (min-width:980px) and (max-width:1200px){

.gamesclub {
    font-size: 18px;
    font-weight: bold;
    }   
}

@media (max-width:550px)and (max-width:600px){
.gamesclub {
    font-size: 18px;
    font-weight: bold;
    }
    
}

@media (max-width:480px){
 .gamesclub {
    font-size: 14px;
    padding: 2px;
}   
.MyAccntHome img {
	width:20px;
}
}

@media (max-width:320px){

.gamesclub {
    font-size: 14px;
    padding: 2px;
}   
.MyAccntHome img {
	width:20px;
}
.content_icon {
    width: 75px;
	}

.content_icon img{
	display: block;
    width: 75px;
    height: 75px;
	}
}

@media (max-width:240px){
.gamesclub {
    font-size: 12px;
    padding: 2px;
}

.MyAccntHome a img {
	width:15px;
}
.content_icon {
    width: 75px;
	}

.content_icon img{
	display: block;
    width: 75px;
    height: 75px;
	}


    
}
@media (max-width:200px){
.gamesclub {
    font-size: 12px;
    padding: 2px;
}

.MyAccntHome a img {
	width:15px;
}
.content_icon {
    width: 50px;
	}

.content_icon img{
	display: block;
    width: 50px;
    height: 50px;
	}


    
}

.wrapper {
	margin: 0 auto;
	max-width: 940px
}

.wrapper_sub{
	width:94%;
	margin:10px auto;
	
	}
.wrapper_sub .title{
	font-size:18px;
	font-weight:bold;
	color:#525252;
	margin-bottom:5px;	
	}
	
.wrapper_sub .col-1{
	width:65%;
	text-align:center;
	}
.wrapper_sub .col-2{
	width:35%;
	text-align:center;
	}
.wrapper_sub .sub-item a {
	height: 40px;
	width: 40px;
	color:#FFF;
	padding:10px;
	border-radius:40px;
	cursor: pointer;
	display:block;
	text-align:center;
	}

.wrapper_sub .sub-item  .color-green{
	background:#006699;
		
	}
	
.wrapper_sub .sub-item  .color-green-light{
	background:#ffc600;
	display:block;	
	}
	
.wrapper_sub .sub-item  .color-purple{
	background:#ff3333;
	display:block;	
	}
	
.sub-item .sub-title{
	font-weight:bold;
	display:block;
	
	}
.sub-item .title-dis{
	font-size:10px;
	display:block;
	
	}	

	