body {
	background-color: #010137;
}

element.style {
	cursor: pointer;
}

@font-face {
    font-family: FontNexa;
    src: url(nexa.otf);
}

/*************************************************/
/* Generic rounded white box
/*************************************************/

div.white_box {
	background-color: #FFFFFF;
	display: table;
	margin: 5px auto;
	width: 95%;
	padding: 5px;
	position: relative;
}

div.rounded_box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
	box-shadow: 0 0 4px rgba(0,0,0,.15);
}

.show_touch_down {
}

.show_touch_down:active {
	opacity: 0.5;
}

.logo_100_percent {
	width:100%;
}

/*************************************************/
/* Below is for displaying a game
/*************************************************/

.game_icon {
	float: left;
	width: 28%;
	max-width: 125px;
}

.txt_game_properties {
	position: absolute;
	bottom: 5%;
	right: 2%;
/*	float: right; */
/*	vertical-align: bottom; */
	color: #404040;
/*	background-color: #0000ff; */
	font-size: 11px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
}

.game_icon_container {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.container_txt_30_percent {
	overflow: visible;
	padding-left: 30%;
	text-align: left;
/*	vertical-align: middle; */
	vertical-align: top;
}

.txt_game_title {
	color: #FDB514;
/*	color: #000000; */
/*	background-color: #ff0000; */
	font-size: 16px;
	font-family: FontNexa;
}

.txt_game_text {
	color: #808080;
/*	background-color: #00ff00; */
	font-size: 11px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
}

.txt_play_now:after {
   content: "PLAY NOW";
}

.txt_game_size {
	color: #c0c0c0;
	line-height: 2.1;
	font-size: 11px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
}

/*************************************************/
/* Below is for showing promotions
/*************************************************/

.card {
  display: flex;
  min-width: 100%;
  max-width: 125%

  height: auto;
  -webkit-overflow-scrolling: touch;

  overflow-x: auto;
}

.card::-webkit-scrollbar {
  display: none;
  -webkit-overflow-scrolling: touch;
}

.card--content {
  min-width: 80%;
  max-width: 200px;
  height: 150px;
}

/*************************************************/
/* Below is for showing category buttons
/*************************************************/

div.button_category_table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

div.button_category_table span {
    display: table-cell;
    text-align: center;
}

.button_category {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-align: center!important;
	padding: 8px;
	width: 75%;
	display: inline-block;
}

.button_category-back {
	text-align: left!important;
}

/*************************************************/
/* Text that make up category button
/*************************************************/

.txt_category {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	display: table-cell;
    	vertical-align: middle;	
}

/*************************************************/
/*************************************************/

.button_terms {
	color: #FDB514;
	font-size: 14px;
	padding: 8px;
	text-align: center!important;
	font-family: Verdana;
	display: inline-block;
}

.txt_terms {
	color: #c0c0c0;
	font-size: 14px;
	text-align: left;
	font-family: Verdana;
}

/*************************************************/
/* Text that make up bn
/*************************************************/

div.logo_box {
	background-color: #010137;
	display: table;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

/*************************************************/
/* join page
/*************************************************/

div.join_button {
	background-color: #4BC970;
	display: table;
	margin: 5px auto;
	width: 95%;
	padding: 10px;
	position: relative;
}

.txt_join_title {
	color: #e0e0e0;
	font-size: 20px;
	text-align: center;
	font-family: Verdana;
	padding-top: 10px;
	padding-bottom: 12px;	
}

.txt_join {
	color: #c0c0c0;
	font-size: 16px;
	text-align: center;
	font-family: Verdana;
}

.txt_message {
	font-size: 20px;
	text-align: center;
	font-family: Verdana;
}

.txt_join_text {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-family: Verdana;
}

div.join_games {
	display: table;
	padding-top: 8px;
	padding-bottom: 8px;	
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

.txt_join_button {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-family: FontNexa;
	padding-top: 20px;
	padding-bottom: 20px;	
}

.txt_blue {
	color: #008FD5;
	font-family: FontNexa;
}

.txt_light_blue {
	color: #00AAFF;
	font-family: FontNexa;
}

.txt_yellow {
	color: #FDB514;
	font-family: FontNexa;
}

.txt_game_text_large {
	color: #808080;
/*	background-color: #00ff00; */
	font-size: 12px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
}

.txt_game_details {
	color: #c0c0c0;
	line-height: 1.8;
	font-size: 12px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
}

.portrait--content {
  min-width: 60%;
  max-width: 192px;
  height: 320px;
}

.landscape--content {
  min-width: 80%;
  max-width: 320px;
  height: 192px;
}

div.download_button {
	background-color: #4BC970;
	display: table;
	margin: 5px auto;
	width: 95%;
	padding: 5px;
	position: relative;
}

.txt_download_button {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	font-family: FontNexa;
	padding-top: 20px;
	padding-bottom: 20px;	
}

div.continue_button {
	background-color: #4BC970;
	display: table;
	margin: 5px auto;
	width: 70%;
	padding: 5px;
	position: relative;
}

div.unsub_button {
	background-color: #C94B4B;
	display: table;
	margin: 5px auto;
	width: 70%;
	padding: 5px;
	position: relative;
}

.txt_number {
	color: #64A7DB;
/*	color: #000000; */
/*	background-color: #ff0000; */
	font-size: 20px;
	font-family: FontNexa;
	padding: 5px;
	width: 70%;
}

div.unsubribe_button {
	background-color: #C94B4B;
	display: table;
	margin: 5px auto;
	width: 95%;
	padding: 5px;
	position: relative;
}
