@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: specialFont1;
	src: url("font4.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: specialFont2;
	src: url("font2.ttf");
	font-weight: normal;
	font-style: normal;	
}

@font-face {
	font-family: specialFont3;
	src: url("font3.ttf");
}


html {
	width: 100%;
	height:100%;
	
}

a {
	color:#F33;
	text-decoration:none;
	font-weight:bold;
	height:28px;
}

a:hover {
	color:#666;
}

ul
{
	margin:0;
	padding:0;
}

body {
	background:top url(imgs/background.png) #000 repeat;
	width:100%;
	height:100%;
	font-family:Tahoma, Arial;
	margin:0;
	color:#FFFFFF;
}

.homepage {
	width:100%;
	height:100%;
}

.homepage .header {
	background: top url(imgs/background_top2.png) repeat-x;
	width: 100%;
	position:relative;
	height: 177px;
}

.homepage #logo {
	width:90%;
	margin-left:5%;
	height:136px;
	position:relative;
}

.homepage #logo img {
	position:absolute;
    top:0;
	left:0;
	right:0;
    bottom:0;
    margin:auto;
}

.homepage .menu_background
{
	background:url(/bg/imgs/topmenu_background.png);
	height:41px;
	top:136px;
	position:absolute;
	width:100%;
	text-align:center;
}
.homepage .menu
{
	background:center url(imgs/topmenu.png) no-repeat;
	font-size: 22px;
	font-weight:bold;	
	font-family:specialFont1;
	line-height:22px;
	vertical-align: baseline;
	letter-spacing: 2px;
	height:41px;
}
.homepage .menu li
{
 	list-style:none;
	float:left;
	width:25%;
	padding-top:6px;
	list-style-type:none;
	margin:0;
}
.homepage .menu a
{
	text-decoration:none;
	color:#FFFFFF;
	padding-bottom:12px;
	background:none;
	border:0px;
}
.homepage .menu a:hover
{
	color:#b50000;
}

.homepage .menu li img
{
	border:0px;
}

.homepage .menu_background::after
{
	content:" ";
	width: 100%;
	height: 17px;
	background:url(imgs/topmenu_shadow.png);
	top: 41px;
	left:0;
	position: absolute;
	display: inline-block;
}

.homepage .signup
{
	margin-right:20px;
	float:left;
	width:300px;
	height:264px;
	margin-bottom:10px;
}

.homepage .content input[type=submit], .homepage .content input[type=button]
{
	background: center url(imgs/btn_empty.png) repeat;
	color: #FFFFFF;
	width: 134px;
	height: 44px;
	font-weight:bold;
	font-size:14px;
	border:0;
	cursor:pointer;
}

.homepage .content input[type=text], .homepage .content input[type=password]
{
	border:#666 solid 1px;
	width:180px;
	background:#FFF;
}

.homepage .wrapper 
{
	width: 100%;
	max-width: 562px;
	margin-left:auto;
	margin-right:auto;
}

.homepage #gangster1
{
	position:fixed;
	background:url(imgs/home_gangster1.png) right bottom no-repeat;
	background-size:auto 100%;
	width:calc(50% - 250px);
	height:calc(100% - 200px);
	left:0;
	bottom:0px;
	z-index:-1;
}

.homepage #gangster2
{
	position:fixed;
	background:url(imgs/home_gangster2.png) left no-repeat;
	background-size:auto 100%;
	width:calc(50% - 250px);
	height:calc(100% - 200px);
	right:0px;
	bottom:0px;
	z-index:-1;
}

.homepage .login {
	background: top left url(imgs/login.png) no-repeat;
	width: 241px;
	height: 194px;
	float:right;
	position:relative;
	margin-bottom:2px;
}
.homepage .content .login .username
{
	position:absolute;
	left:104px;
	top:43px;
	line-height:14px;
	width: 100px;
	background:none;
	border:0;
}
.homepage .content .login .password
{
	position:absolute;
	left:104px;
	top:68px;
	width: 100px;
	background:none;
	border:0;
}

.homepage .content .login .forgotbutton
{
	background: center url(imgs/btn_forgot.png) no-repeat;
	position:absolute;
	right: 0px;
	bottom: 0px;
	width: 225px;
	height: 39px;
	margin-right:8px;
	border:none;
	cursor:pointer;	
}

.homepage .content .login .loginbutton
{
	position:absolute;
	background:none;
	left: 70px;
	top: 96px;
	width: 100px;
	height: 40px;
	border:none;
	cursor:pointer;
	color:#FFF;
}

.homepage .content .login #facebook
{
	position:absolute;
	background:none;
	right: -36px;
	top: 30px;
	cursor:pointer;
}

.homepage .content .login #twitter
{
	position:absolute;
	background:none;
	right: -36px;
	top: 80px;
	cursor:pointer;
}

.homepage .content textarea
{
	border:#666 solid 1px;
	width:180px;	
	padding:0;
	height:80px;
	background:#FFF;
}

.homepage .homepage_table
{
	border:0;
	margin:0 auto;
	text-align:left;
	max-width:600px;
}

.homepage .homepage_table td
{
	padding:6px;
}


.homepage .facebook
{
	position:absolute;
	left:255px;
	top:45px;
}
.homepage .twitter
{
	position:absolute;
	left:255px;
	top:-5px;
}
.homepage .facebook_like
{
	position:absolute;
	left:260px;
	overflow:hidden;
	width:70px;
	top:100px;
}



.homepage .content
{
	padding-top:40px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	min-height:calc(100% - 177px);
	clear:both;
	width:100%;
}
.homepage .content_page_middle
{
	padding-left:10px;
	padding-right:10px;
}
.homepage .content_page_top
{
}
.homepage .content_page_bottom
{
	padding-bottom:50px;
}


.homepage .stats
{
	float:right;
	background:transparent url(imgs/gamestats.png) center no-repeat;
	width:241px;
	height:67px;
	font-size:14px;
	margin-top:2px;
}
.homepage .stats ul
{
	padding-left:82px;
	padding-top:5px;
	text-align:left;
}
.homepage .stats li
{
	list-style-image:none;
	list-style-type:none;
	margin-bottom:-2px;
	margin-top:2px;
	position:relative;
}
.homepage .stats .name
{
	display:inline-block;
}
.homepage .stats .value
{
	display:inline-block;
	position:absolute;
	right:12px;
	font-weight:bold;
}


.homepage .news 
{
	background:top url(imgs/news_middle.png) repeat-y;
	max-width:563px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	clear:both;
}

.homepage .news .container
{
	background:top url(imgs/video_top.png?1) no-repeat;
	text-align:justify;
	padding-left:30px;
	padding-right:32px;
	padding-top:60px;
	padding-bottom:50px;
	min-height:180px;
}

.homepage .news ul
{
}

.homepage .news li
{
	list-style:none;
	padding-bottom:10px;
}

.homepage .news .news_date
{
	font-size:12px;	
	color:#900;
	font-weight:bold;
}

.homepage .footer
{
	position:fixed;
	background: url(imgs/topmenu_background.png) repeat-x;
	font-size:16px;	
	width:100%;
	height:41px;
	bottom:0;
	left:0;
}

.homepage .footer_content
{
	background: center url(imgs/topmenu.png) no-repeat;
	text-align:center;
	height:31px;
	padding-top:10px;	
	width:100%;
}

h1, h2, h3, h4, h5
{
	padding-bottom:20px;
	margin:0px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	width:auto;
	font-size:24px;	
	font-family:specialFont1;
	letter-spacing:2px;
	text-shadow: 3px 3px 1px #000000;
}

.homepage h1
{
	padding:0;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:solid 3px #b50000;
	z-index:-2;
}

p, ol, form
{
}
textarea
{
	background-color:#BBB;
}
img
{
	border:0px;
}
.gamepage input[type=button], .gamepage input[type=submit], .gamepage input[type=reset]
{
	background: url(imgs/button.png);
	color: #FFFFFF;
	padding:5px;
	padding-left:10px;
	padding-right:10px;

	font-weight:bold;
	line-height:100%;
	border-top:#BACBCC 3px solid;
	border-left:#BACBCC 3px solid;
	border-bottom:#2A2A2F 3px solid;
	border-right:#2A2A2F 3px solid;	
	border-radius: 5px;
	cursor:pointer;
}

.gamepage input[type=button]:hover, .gamepage input[type=submit]:hover
{
	border-top:#2A2A2F 3px solid;
	border-left:#2A2A2F 3px solid;
	border-bottom:#BACBCC 3px solid;
	border-right:#BACBCC 3px solid;	
}


.table
{
	border:#633 2px solid;
	margin:0 auto;
}
.table td
{
	background:#FCF7ED;
	color: #000000;
	padding:2px;
}
.table td a
{
	color: #900;
}
.table th
{
	background: url(imgs/th.png);
	color: #FFFFFF;
	height:20px;
	padding:0px;
	padding-top:3px;
	font-weight:bold;
	font-size:14px;
}





.gamepage {
	width:100%;
	height:100%;
	font-size:12px;
	position: relative;
}

.gamepage #logo
{
	position:absolute;
	left:170px;
	right:10px;
	top:0px;
	text-align:center;
}

.gamepage .bar
{
	background:url(imgs/topmenu.png) center no-repeat;
	height:41px;
	bottom:0px;
	width:100%;
	position:absolute;
	overflow:visible;
}
.gamepage .bar::after
{
	content:" ";
	display:inline-block;
	position:absolute;
	width:100%;
	height:41px;
	left:0px;
	top:0px;
	z-index:-1;
	background:center url(imgs/topmenu_background.png) repeat-x;
}
.gamepage .bar .button
{
	float:left;
	padding-left:10px;
	margin-top:5px;
	position:relative;
}
.gamepage .bar .button .counter
{
	position:absolute;
	color:#FFF;
	top:-8px;
	text-align:center;
	width:22px;
	height:21px;
	line-height:21px;
	background:url(imgs/counter_big.png);
	right:-8px;
	font-size:11px;
	z-index:3;
	font-weight:normal;
}

.gamepage #homebutton
{
	position:fixed;
	bottom:0;
	left:0;
	background:url(imgs/menu_left.png) left bottom;
	height: 101px;
	z-index:4;
	padding-left:10px;
	padding-top:19px;
	width:369px;	
}

.gamepage #menubackground
{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:url(imgs/menu_background.png) 379px bottom repeat-x ;
	height: 80px;
	z-index:3;
}

.gamepage .menu
{
	position:fixed;
	bottom:0;
	left:120px;
	width:auto;
	right:0;
	height: 66px;
	color:#FFFFFF;
	z-index:5;
}

.gamepage .menu .buttons
{
	width: 100%;
	height:66px;
}
.gamepage .menu ul
{
	margin:0;
	height:100%;
	padding:0;
}
.gamepage .menu li
{
	font-family:specialFont2;
	font-size:28px;
	text-shadow: 1px 1px 1px #c9c9d5;
 	list-style:none;
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
	width:16.66%;
	height:100%;
	position:relative;
}
.gamepage .menu li a
{
	padding:0;
	margin:0;
	color:#000;
	position:absolute;
	padding-left:20px;
	line-height:52px;
	width:66px;
	left:50%;
	margin-left:-43px;
	height:100%;
	vertical-align:text-bottom;
	z-index:5;
}
.gamepage .menu li img:active
{
	zoom: 0.9;
	-moz-transform: scale(0.9);
}
.gamepage .menu li:nth-child(1) a
{
	background:url(imgs/btn_button1a.png) no-repeat bottom;
}
.gamepage .menu li:nth-child(1) a:hover, .gamepage .menu li:nth-child(1) a:active
{
	background:url(imgs/btn_button1b.png) no-repeat bottom;
}
.gamepage .menu li:nth-child(2) a
{
	background:url(imgs/btn_button2a.png) no-repeat bottom;
}
.gamepage .menu li:nth-child(2) a:hover, .gamepage .menu li:nth-child(2) a:active
{
	background:url(imgs/btn_button2b.png) no-repeat bottom;
}
.gamepage .menu li:nth-child(3) a
{
	background:url(imgs/btn_button3a.png) no-repeat bottom;
}
.gamepage .menu li:nth-child(3) a:hover, .gamepage .menu li:nth-child(3) a:active
{
	background:url(imgs/btn_button3b.png) no-repeat bottom;
}
.gamepage .menu li:nth-child(4) a
{
	background:url(imgs/btn_button4a.png) no-repeat bottom;
}
.gamepage .menu li:nth-child(4) a:hover, .gamepage .menu li:nth-child(4) a:active
{
	background:url(imgs/btn_button4b.png) no-repeat bottom;
}
.gamepage .menu li:nth-child(5) a
{
	background:url(imgs/btn_button5a.png) no-repeat bottom;
}
.gamepage .menu li:nth-child(5) a:hover, .gamepage .menu li:nth-child(5) a:active
{
	background:url(imgs/btn_button5b.png) no-repeat bottom;
}
.gamepage .menu li:nth-child(6) a
{
	background:url(imgs/btn_button6a.png) no-repeat bottom;
}
.gamepage .menu li:nth-child(6) a:hover, .gamepage .menu li:nth-child(6) a:active
{
	background:url(imgs/btn_button6b.png) no-repeat bottom;
}
.gamepage .sale2x1
{
	position:absolute;
	top:-25px;
	right:-30px;
	-ms-transform: rotate(20deg); /* IE 9 */
	-webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
	transform: rotate(20deg);	
	background:url(imgs/2x1_sale.png) no-repeat;
	width:76px;
	height:48px;	
	pointer-events: none;
}
.gamepage #mainbuttons .sale2x1
{
	right:0;
	top:auto;
	bottom:50px;
}
.gamepage #logo .sale2x1
{
	top:10px;
	right:49%;
	width:76px;
	height:48px;	
	background:url(imgs/2x1_sale.png) no-repeat;	
	-ms-transform: translate(220px, 0px) rotate(20deg);
	-webkit-transform: translate(220px, 0px) rotate(20deg);
	transform: translate(220px, 0px) rotate(20deg);
}
.gamepage .content
{
	clear:both;	
	width:auto;
	padding-left:10px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-bottom:120px;
}
.gamepage .content a
{
	font-weight:bold;
}

.gamepage .content_text
{
	max-width:800px;
	width:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.center 
{
	vertical-align:top;
	text-align:center;
	margin:0 auto;
}
.gamepage .content_page_middle
{
	text-align:center;
}
.gamepage .content_page_top
{
}
.gamepage .content_page_bottom
{
}

.gamepage .header {
	background: top url(imgs/background_top.png) repeat-x;
	width: 100%;
	height: 237px;
	position:relative;
}

.gamepage #mainbuttons, .gamepage #vipbuttons
{
	padding-top:20px;
}

.gamepage #mainbuttons li, .gamepage #vipbuttons li {
	display:inline-block;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	padding-left:5px;
	padding-right:5px;
}

.gamepage #mainbuttons li .counter 
{
	position:absolute;
	display:block;
	padding:0;
	margin:0;
	right:0px;
	bottom:55px;
	width:22px;
	height:21px;
	line-height:21px;
	background:url(imgs/counter_big.png);
	color:#FFF;
	z-index:2;
}

#back
{
	top:201px;
	left:170px;
	position:absolute;
	text-indent: -9999px;
	white-space: nowrap; 
 	background:url(imgs/back_big.png);
	width:58px;
	height:30px;
}

.gamepage #city {
	width:100%;
	padding-right:10px;
	padding-left:10px;
	height:263px;
	margin-left:-10px;
	margin-right:-10px;
	position:relative;
	overflow:hidden;
	margin-top:-40px;
}

.gamepage #city .name
{
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	position:relative;
	left:0;
	right:0;
	top:45px;
	font-size:45px;	
	font-family:specialFont1;
	letter-spacing:2px;
	line-height:45px;
	text-shadow: 3px 3px 1px #000000;
	text-rendering: optimizeLegibility;
}
.gamepage #city #object
{
	display:inline-block;
	position:absolute;
	margin-top:-10px;
	margin-left:-15px;
	z-index:1
}
.gamepage #city .name a
{
	color:#FFF;
}
.gamepage #city .property
{
	position:absolute;
	right:25px;
	bottom: 50px;
}
.gamepage .property:after
{
	content:" ";
	display:inline-block;
	position:absolute;
	width:117px;
	height:122px;
	margin-left:-110px;
	margin-top:-10px;
	background:url(imgs/properties_frame.png) no-repeat;	
}
.gamepage #city .owner
{
	font-size:12px;
	position:absolute;
	font-weight:bold;
	left:0;
	right:0;
	top:35px;
	text-align:center;
	text-shadow: 2px 2px 1px #000000;
}

.gamepage #viewuser .property:after
{
	margin-top:-6px;
}


.store
{
	position:absolute;	
	left:640px;
}

.referrals
{
	position:absolute;
	left:550px;
	top:20px;
}

.starterpack
{
	position:absolute;
	left:670px;
	top:10px;
}

.date
{
	float:right;
	margin-right:5px;
	line-height:41px;
	height:41px;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
}

.time
{
	float:right;
	margin-right:10px;
	line-height:41px;
	height:41px;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;	
}

.logout
{
	display:inline-block;
	float:right;
	background:url(imgs/logout_big.png);
	width:58px;
	height:30px;
	margin-right:10px;
	margin-top:5px;
}

.logout img
{
	width:100%;
	height:100%;
}

.logozone
{
	position:absolute;
	float:left;
	width:420px;
	height:80px;
	top:16px;
	left:60px;
}
.logozone img
{
	width:420px;
	height:80px;
}
.gamepage .playerinfo {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	font-size:14px;
}
.playerinfo .profile {
	width:157px;
	height:170px;
	margin-top:10px;
	margin-left:4px;
	margin-bottom:10px;
	text-align:center;
}
.playerinfo a {
	color:#FFF;	
}
.playerinfo .profile_pic {
	width:150px;
	height:135px;
	margin-left:6px;
	overflow:hidden;
	margin-bottom:5px;
}

.playerinfo .accounts {
	position:absolute;
	top:95px;
	left:15px;
	width:140px;
}

.playerinfo .account {
	display:inline-block;
	position:relative;
	width:40px;
	height:40px;
	border:#900 2px solid;
	margin-right:5px;
}

.playerinfo .account .counter {
	position:absolute;
	color:#FFF;
	top:-11px;
	text-align:center;
	width:22px;
	height:21px;
	line-height:21px;
	background:url(imgs/counter_big.png);
	right:-11px;
	font-size:11px;
	z-index:3;
	font-weight:normal;
}

.playerinfo .account img {
	width:40px;
	height:40px;
}


.playerinfo .stats {
	position:absolute;
	height:150px;
	left:170px;
	right:10px;
	top:80px;
}
.playerinfo .fill
{
	position:absolute;
	top: -10px;
	left: -4px;
}
.playerinfo .buy
{
	position:absolute;
	bottom: -14px;
	left: -4px;	
	z-index:4;
}
.playerinfo .name
{
	position:absolute;
	left:25px;
	color:#FFF;
	top:0px;
	height:100%;
}
.playerinfo .value
{
	float:right;
	display:inline;
	color:#FFF;
	font-weight:bold;
	padding-right:5px;
}
.playerinfo .icon
{
	position:absolute;
	top:5px;
	left:5px;
}
.playerinfo .icon img
{
}
.playerinfo li
{
	margin:0px;
	padding:0px;
	width:33.33%;
	height:22px;
	margin-bottom:5px;
	list-style-type:none;
	float:left;

}
.playerinfo li .stat
{
	margin:0px;
	padding:0px;
	height:22px;
	margin-right:3px;
	background:url(imgs/stat_background.png) top;
	background-size: 100% 100%;
	display:block;
	width:auto;
	position:relative;
	margin-left:1px;
	border-top:#666 1px solid;
	border-right:#666 1px solid;
	border-left:#666 1px solid;	
	line-height: 22px;
}

.playerinfo li:nth-child(3n+0) .stat
{
	margin-right:0px;
}

.playerinfo ul
{
	padding:0px;
	margin:0px;
}
.playerinfo .playername
{
	text-align:center;
	margin-top:-14px;
	margin-bottom:1px;
	margin-left:2px;
	padding-bottom:4px;
	border-bottom:#666 1px solid;
	
}
.playerinfo .playername .name
{
	display:block;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.playerinfo .message
{
	position:absolute;
	top:10px;
	left:10px; 
	width:122px;
	display:inline-block;
	color:#7e1818;
	border:#CCC 1px solid;
	background: #EEEEEE url(imgs/info.png) 3px no-repeat;
	font-size:10px;
	padding:1px;
	padding-left:23px;
	padding-right:3px;
	font-weight:normal;
}

.playerinfo .unconfirmed
{
	position:absolute;
	bottom:45px;
	left:10px; 
	width:122px;
	display:inline-block;
	color:#7e1818;
	border:#CCC 1px solid;
	background: #EEEEEE url(imgs/info.png) 3px no-repeat;
	font-size:12px;
	padding:1px;
	padding-left:23px;
	padding-right:3px;
	font-weight:bold;
}

.playerinfo .unconfirmed a, .playerinfo .unconfirmed a:hover
{
	color:#D33;
}

.gamepage #viewuser
{
	background:url(imgs/news_middle.png) top repeat-y;
	width:100%;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:100px;
	margin-bottom:-100px;
}
.vip_list
{
	padding:6px;
}
.vip_list li
{
	list-style-type:none;
}
.viewuser_header
{
	width:100%;
	max-width:600px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	text-align:left;
	position:relative;
	background:url(imgs/frame_top.png) top no-repeat;
}
.viewuser_header .profile_pic
{
	position:absolute;
	left:40px;
	top:60px;
	margin-left:0px;
	padding:10px;
	padding-right:30px;
}
.viewuser_header .property
{
	position:absolute;
	right:60px;
	top:105px;
}

.trophy
{
	display:inline-block;
	margin:5px;
	width:100px;
	height:100px;
	text-align:center;
}

.profile_pic::after
{
	content:" ";
	display:inline-block;
	position:absolute;
	width:150px;
	height:150px;
	margin-left:-150px;
	background:url(imgs/profiles_frame.png?a1);
}

.playerinfo .profile_pic::after
{
	height:135px;
	background-size: 100% 100%;
}

.profile_pic img
{
	width:150px;
	height:150px;
}

.viewuser_header .title
{
	position:absolute;
	top:15px;
	left:0px;
	width:100%;
	font-size:28px;
	text-align:center;
	letter-spacing:2px;
	margin:auto;
	font-family:specialFont1;
}
.viewuser_header .info
{
	position:absolute;
	top:68px;
	left:207px;
}
.viewuser_header .info li
{
	list-style:none;
	margin:0;
	padding:0;
	line-height:26px;
	font-size:14px;
	overflow:hidden;
}
.viewuser_header .info li:nth-child(1)
{
	font-size:16px;
}
.viewuser_header .info ul
{
	margin:0;
	padding:0;
}
.viewuser_header .rating
{
	position:absolute;
	top:110px;
	left:212px; 
}

#viewuser .information
{
	text-align:left;
	float:left;
	width:60%;
	margin-left:50px;
	margin-top:55px;
}

#viewuser .signature
{
	background:url(imgs/item_locked.png) repeat;
	border-radius:5px;
	width:calc(100% - 120px);
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	display:inline-block;
	overflow-x: hidden;	
}

#viewuser .actions
{
	text-align:right;
	float:right;
	width:calc(100% - 60% - 100px);
	margin-top:60px;
	margin-right:50px;
}

#viewuser .badges
{
	clear:both;
	padding-top:10px;
	width:100%;
}

.badgelocked, .badgeunlocked
{
	display:inline-block; width:77px; height:77px; margin:3px; font-weight:bold; 
}

.badgelocked img
{
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.badgelocked::after
{
	content:"";
	display:inline-block;
	position:absolute;
	margin-top:45px;
	margin-left:-30px;
	background:url(imgs/lock.png) no-repeat;
	width: 21px;
	height: 27px;
}

#viewuser .luxuryitems
{
	width:100%;
	padding-bottom:20px;
}

.luxuryitems .item, .luxuryitems .itemlocked
{
	display:inline-block; width:77px; height:77px; margin:3px; font-weight:bold; 
	vertical-align:top;
}

.luxuryitems .itemlocked
{
	background:url(imgs/item_locked.png);
	border-radius:5px;
}

.luxuryitems .itemlocked::after
{
	content:"";
	display:inline-block;
	position:absolute;
	margin-top:55px;
	margin-left:12px;
	background:url(imgs/lock.png) no-repeat;
	width: 21px;
	height: 27px;
}


#messages
{
	width:100%;
	height:280px;
	overflow:scroll;
	background-color:#FFF;
}

#messages td
{
	background-color:#EEE;
}

#messagetext
{
	width:340px;
	margin-bottom:10px;
}

#buttonsubmit
{
	margin-right:8px;
}



.poker
{
	background:url(images/poker/table.jpg) top no-repeat;
	width:600px;
	height:500px;
	margin:auto;
	position:relative;
}
.poker .player
{
	background:url(images/poker/player.png) top no-repeat;
	height:113px;
	position:relative;
	width:93px;
}

.poker .player1, .poker .player2, .poker .player3, .poker .player4, .poker .player5, .poker .player6, .poker .player7, .poker .player8
{
	width:93px;
	height:113px;
	position:absolute;
}
.poker .player1
{
	top:18px;
	left:160px;
}
.poker .player2
{
	top:18px;
	left:340px;
}
.poker .player3
{
	top:123px;
	left:480px;
}
.poker .player4
{
	top:253px;
	left:480px;
}
.poker .player6
{
	top:373px;
	left:160px;
}
.poker .player5
{
	top:373px;
	left:340px;
}
.poker .player8
{
	top:123px;
	left:20px;
}
.poker .player7
{
	top:253px;
	left:20px;
}
.poker .panel1
{
	background:url(images/poker/panel_right.png) center no-repeat;
	left:0px;
	top:0px;
	position:absolute;
	width:163px;
	height:103px;
	padding-top:18px;	
}
.poker .panel2
{
	background:url(images/poker/panel_left.png) center no-repeat;
	right:0px;
	top:0px;
	position:absolute;
	width:163px;
	height:103px;
	padding-top:18px;	
}
.poker .panel3
{
	background:url(images/poker/panel_down.png) center no-repeat;
	right:0px;
	top:0px;
	position:absolute;
	width:163px;
	height:103px;
	padding-top:18px;	
}
.poker .panel4
{
	background:url(images/poker/panel_up.png) center no-repeat;
	right:0px;
	bottom:0px;
	position:absolute;
	width:163px;
	height:103px;
	padding-top:18px;	
}
.poker .panel5
{
	background:url(images/poker/panel_left.png) center no-repeat;
	right:0px;
	bottom:0px;
	position:absolute;
	width:163px;
	height:103px;
	padding-top:18px;	
}
.poker .panel6
{
	background:url(images/poker/panel_right.png) center no-repeat;
	left:0px;
	top:0px;
	position:absolute;
	width:163px;
	height:103px;
	padding-top:18px;		
}
.poker .panel7
{
	background:url(images/poker/panel_up.png) center no-repeat;
	left:0px;
	top:0px;
	position:absolute;
	width:163px;
	height:103px;
	padding-top:18px;	
}
.poker .panel8
{
	background:url(images/poker/panel_down.png) center no-repeat;
	left:0px;
	top:0px;
	position:absolute;
	width:163px;
	height:103px;
	padding-top:18px;	
}
.poker .panel
{
	position:relative;
}
.poker input
{
	font-size:10px;
}
.poker .profile
{
	padding-top:6px;
	z-index:10;
}
.poker .profile img
{
	width:67px;
	height:67px;
}
.poker .cards
{
	position:absolute;
	bottom:0px;
	left:20px;
	width:100%;
	text-align:right;
}
.poker .cards img
{
	width:24px;
	height:34px;
	margin-left:-10px;
}
.poker .name
{
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	display:block;
	padding-top:6px;
}
.poker .chips
{
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	display:block;
	padding-top:2px;
}
.poker .message
{
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	display:block;
	width:400px;
	position:absolute;
	top:290px;
	left:100px;
}
.poker .result
{
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	position:absolute;
	bottom:-15px;
	width:130%;
	height:16px;
	text-align:center;
	overflow:hidden;
	left:-15%;
}
.poker .dealer
{
	display:block;
	height:100px;
	width:350px;
	margin-left:120px;
	top:210px;
	position:absolute;
}
.poker .pot
{
	width:200px;
	height:20px;
	top:180px;
	left:200px;
	display:block;
	position:absolute;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.poker .status
{
	color:#FFF;
	font-weight:bold;
	height:16px;
	top:-16px;
	margin-bottom:-16px;
	position:relative;
}
.poker .freespot
{
	padding-top:44px;
	display:block;
}
.poker .icons
{
	margin-top:-24px;
	margin-left:40px;
	z-index:14;
}
.poker .inpot
{
	display:none;
}
.poker input[type=button], .poker input[type=submit], .poker input[type=reset]
{
	background:#517ebc;
	border:#13407e solid 1px;
	margin:1px;
}
.poker input[type=button]:hover, .poker input[type=submit]:hover, .poker input[type=reset]:hover
{
	background:#9fbce3;
	border:#13407e solid 1px;
}

.blackjack
{
	background:#D2D2D2;
	width:400px;
	margin:auto;
	padding-left:10px;
	padding-right:10px;
}

.videopoker
{
	background:#D2D2D2;
	width:260px;
	margin:auto;
	padding-left:10px;
	padding-right:10px;
}

.hustlertables
{
	position:absolute;
	width:30%;
	bottom:1%;
	left:1%;	
}

.citycontrol
{
	position:absolute;
	width:30%;
	bottom:1%;
	right:1%;	
}

.hustlertables2
{
	display:none;
}


.mapdiv
{
	position:relative;
	width:100%;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}

.mapdiv img
{
	width:100%;
}

.mapdiv_downtown 
{
	width:20%;
	height:20%;
	position:absolute;
	left:15%;
	top:28%;
}

.mapdiv_shopping
{
	width:20%;
	height:20%;
	position:absolute;
	right:0%;
	top:25%;
}

.mapdiv_stats
{
	width:20%;
	height:20%;
	position:absolute;
	left:60%;
	top:30%;
}

.mapdiv_underground
{
	width:20%;
	height:20%;
	position:absolute;
	left:52%;
	bottom:20%;
}

.mapdiv_business
{
	width:20%;
	height:20%;
	position:absolute;
	left:45%;
	top:10%;
}


#referral_link
{
	background:url(imgs/referral_link.png);
	width:334px;
	height:18px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	padding-left:90px;
	margin-left:auto;
	margin-right:auto;
}

.ourgaming
{
	background: url(imgs/ourgaming.png);
	width:569px;
	height:252px;
	padding-top:100px;
	text-align:center;	
}

.vip, .vip .value, .vip a
{
	color:#FFCC61;
	color2:#FDC92D;
	font-weight:bold;
}

.imgresize img
{
	max-width: 100%;
}

.imgresize iframe
{
	max-width: 100%;
}

.crime 
{ 
	position:relative; 
	width:100%; 
	height:74px; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-shadow: 0px 0px 10px #000000, 1px 1px 0px #000000; 
	-webkit-filter: grayscale(80%); /* Chrome, Safari, Opera */
    filter: grayscale(80%);
}

.crime:hover, .crime:active
{
	-webkit-filter: none;	
	filter: none;
}

.crime a { width:100px; height:100px; }

.crime a:hover, .crime a:link, .crime a:active, .crime a:visited { color:#FFFFFF;  }

.crime .name { position:absolute; top:10px; left:10px; font-size:18px; }	

.crime .brave { position:absolute; bottom:10px; right:10px; font-size:14px }

.crime .dummy { position:absolute; top:0px; left:0px; right:0px; bottom:0px; }	

#streets_menu {
	border-radius:10px;
	background:#FCF7ED;
	width:200px;
	position:relative;
	color:#000000;
	padding:5px;
	z-index:10;
}
#streets_menu #building_title{
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}
#streets_menu #building_preview {
	position:relative;
	width:100%;
	background:url('imgs/buildings/ground.png');
	height:200px;
	left:0;
}
#streets_menu #building_pic {
	position:absolute;
	bottom:5px;
	left: 34px;
	width: 144px;
	overflow: hidden;
}
#streets_menu #building_left {
	position:absolute;
	left:5px;
	top:150px;
	cursor:pointer;			
}		
#streets_menu #building_right {
	position:absolute;
	right:5px;
	top:150px;
	cursor:pointer;			
}		
#streets_menu #building_info {
	margin-bottom:5px;
}
#streets_menu #building_name {
	font-weight:bold;
	line-height:20px;
}
#streets_street {
	background: url(imgs/buildings/ground.png);
	padding-bottom:70px;
	padding-top:10px;
	max-width:1800px;
	position:relative;
}
#streets_street .building_spot {
	display:inline-block;
	width:144px;
	height:192px;
	margin-top:-50px;
	margin-right:-15px;
	margin-left:-15px;			
	text-align:center;
	position:relative;
	z-index:2;				
	overflow:hidden;
	pointer-events: none;
}
#streets_street .building_button {
	display:inline-block;
	width:104px;
	height:120px;
	margin-left:-104px;
	z-index:3;
	cursor:pointer;			
}
#streets_street .building_spot img {
	position: absolute;
	bottom:0;
	left:0;
}
#streets_street .building_street {
	background: url(imgs/buildings/street.png);
	width:100%;
	height:79px;
	margin-top:0px;
	margin-bottom:-50px;
	position:relative;
}
#streets_street .cars {
	width:100%;
	height:100%;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}
#streets_street .car_right {
	position:absolute;
	left:-100px;
	top: 30px;
	z-index:2;
}
#streets_street .car_left {
	position:absolute;
	right:-100px;			
	top: 5px;
	z-index:2;
}	

#building_message {
	position:absolute;
	text-align:center;
	top:50px;
	left:50%;
	width:300px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	border-radius:10px;
	border:#CCCCCC 1px solid;
	color:#000;
	z-index:10;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#building_sign {
	position:absolute;
	text-align:center;
	width: 58px;
	height: 30px;
	padding-top: 4px;
	padding-right: 22px;
	top:-20px;
	left:10px;
	font-weight: bold;
	z-index:2;
	background: url(imgs/buildings/sign.png);
	pointer-events: none;
}

#streets_map
{
	width:300px;
	height:640px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background:url(imgs/buildings/ground.png);

	margin-top:-175px;
	margin-bottom:-175px;
	
	-ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
	transform: rotate(-90deg);
}

#streets_map .street
{
	display:inline-block;
	width:100%;
	height:91px;
	padding-top:69px;
	font-size:16px;
	font-weight:bold;
	color:#EEEEEE;
	text-shadow: 2px 2px 3px #000000;			
	background:url(imgs/buildings/street.png) center repeat-x;
}

#streets_map .spot
{
	position:absolute;
	width:20%;
	height:50px;
}

#streets_map .rotated
{
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}

#darken {
	position:fixed;
	display:none;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background:#000000;
	opacity:0.5;
	z-index:9;
}

.attackpage
{
	display:table;
	width:100%;
	max-width:600px;	
	margin-left:auto;
	margin-right:auto;
}

.attackpage .attack_missed
{
	display:table-row;
	height:80px;
	background:#666666;	
}

.attackpage .attack_damage
{
	display:table-row;
	height:80px;
	background:#BB4040;	
}

.attackpage .attack_opdamage
{
	display:table-row;
	height:80px;
	background:#538453;	
}

.attackpage .step
{
	display:table-cell;
	margin-top:1px;
	font-size:24px;
	font-weight:bold;
	vertical-align:middle;	
	width:40px;
	padding:5px;
	border-bottom:#333 solid 1px;

}

.attackpage .hp
{
	display:table-cell;
	width:50px;
	vertical-align:middle;		
	padding:5px;
	border-bottom:#333 solid 1px;
}

.attackpage .hp_damage
{
	display:table-cell;
	font-weight:bold;
	width:50px;
	color:#FFA7A7;
	vertical-align:middle;		
	padding:5px;
	border-bottom:#333 solid 1px;
}

.attackpage .hp_opdamage
{
	display:table-cell;
	font-weight:bold;
	width:50px;
	color:#89E289;
	vertical-align:middle;		
	padding:5px;
	border-bottom:#333 solid 1px;
}

.attackpage .item
{
	display:table-cell;
	width:50px;
	vertical-align:middle;		
	padding:5px;
	border-bottom:#333 solid 1px;
}

.attackpage .item font
{
	color:#FFF;
}

.attackpage .text
{
	display:table-cell;
	vertical-align:middle;		
	padding:5px;
	border-bottom:#333 solid 1px;
}

.attacklost
{
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	width:90%;
	max-width:300px;
	background:#BB4040;	
	border:#333 solid 1px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}

.attackwon
{
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	width:90%;
	max-width:300px;
	background:#538453;	
	border:#333 solid 1px;	
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}

.attackresults
{
	font-size:12px;
	color:#000;
}

#attackplatform
{
	width:100%;
	max-width:320px;
	margin-left:auto;
	margin-right:auto;
}
#attackplatform .left
{
	float:left;
	width:110px;
	padding:8px;
	background: url(imgs/button.png);
	border:#000 solid 1px;
	border-radius: 5px;
	font-weight:bold;
}
#attackplatform .right
{
	float:right;
	width:110px;
	padding:8px;
	background: url(imgs/button.png);
	border:#000 solid 1px;
	border-radius: 5px;
	font-weight:bold;
}	
#attackplatform .profile_pic img
{
	width:110px;
	height:110px;
}
#attackplatform .profile_pic:after
{
	width:110px;
	height:110px;
	margin-left:-110px;
	background-size: 100% 100%;
}
#attackplatform .health
{
	width:108px;
	margin-top:5px;
	border:#444 1px solid;
}
#attackplatform .name
{
	margin-bottom:5px;
	margin-top:5px;
}

#attackplatform .vs
{
	font-family:specialFont1;
	font-size:30px;
	font-weight:bold;
	color:#C00;
	padding-top:60px;
	margin-bottom:20px;
}
#attackplatform .weapons
{
	clear:both;
	padding-top:5px;
	font-size:14px;
}
#attackplatform .weapon
{
	display:inline-block;
	padding:5px;
	margin:5px;
	font-size:12px;
}

#travelingcity {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:300px;
	height:60px;
	padding-top:20px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-size:25px;	
	font-family:specialFont1;
	letter-spacing:2px;
	text-shadow: 3px 3px 1px #000000;
}

.bitchslap_item
{
	display:inline-block;
	width:50px;
	font-size:12px;
}

.bitchslap_profile_pic img
{
	width:50px;
	height:50px;
}

.bitchslap_profile_pic::after
{
	content:" ";
	display:inline-block;
	position:absolute;
	width:50px;
	height:50px;
	margin-left:-50px;
	background:url(imgs/profiles_frame.png?a1);
}

.bitchslap_times
{
	position:absolute;
	top:26px;
	right:2px;
	text-shadow: 0px 0px 5px #000000;
}

.bitchslap_times
{
	font-size:15px;
	color:#FFCC61;
}


@keyframes levelupanimation {
    0%   {bottom: 0; opacity: 0}
    30%  {bottom: 50%; opacity: 1}
    70%  {bottom: 50%; opacity: 1}	
    100% {bottom: 100%; opacity: 0}
}

/* The element to apply the animation to */
#levelup {
    width: 280px;
    height: 52px;
	left:-moz-calc(50% - 280px * 0.5);
	left:-webkit-calc(50% - 280px * 0.5);	
	left:calc(50% - 280px * 0.5);
	background:url(imgs/levelup.png);
	position:fixed;
    animation-name: levelupanimation;
    animation-duration: 6s;
	opacity:0;
	z-index:100;
}


@keyframes levelup_bloodanimation {
    0%   {width: 1px; opacity: 1}
    25%   {width: 1px; opacity: 1}
	30%  {width: 300px; opacity: 1}
	70%  {width: 300px; opacity: 1}	
	75%   {opacity: 0}
    100% {opacity: 0}
}

/* The element to apply the animation to */
#levelup_blood {
    width: 1px;
    height: 300px;
	bottom:-moz-calc(50% - 130px);
	bottom:-webkit-calc(50% - 130px);
	bottom: calc(50% - 130px);
	left:-moz-calc(50% - 300px * 0.5);
	left:-webkit-calc(50% - 300px * 0.5);	
	left: calc(50% - 300px * 0.5);
	background:url(imgs/levelup_blood.png);
	position:fixed;
    animation-name: levelup_bloodanimation;
    animation-duration: 6s;
	opacity:0;
	z-index:99;
}

#viewitem img
{
	display:none;
}

#viewitem font
{
	color:#000000;
}

#viewitem br
{
	display:none;
}

#viewitem center
{
	text-align:left;
	display:inline;
}

#chat .pic img, #chat .pic2 img
{
	width:40px;
	height:40px;
}

.usersonline .profile_pic::after
{
	height:50px;
	width:50px;	
	margin-left:-50px;
	background-size: 100% 100%;
}

.usersonline .profile_pic img
{
	width:50px;
	height:50px;
}

.shop_div 
{
	display:inline-block; 
	max-width:300px; 
	margin:4px; 
	width:100%; 
	padding:5px; 
	background:#FCF7ED; 
	border:#633 2px solid; 
	color:#000000;
}

::-webkit-scrollbar {
    	width: 8px;
}
::-webkit-scrollbar-track {
	background-color: #333;
}
::-webkit-scrollbar-thumb {
	background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}	

.staffpage {
	width:100%;
	height:100%;
	font-size:12px;
}

.staffpage #logo
{
	position:absolute;
	width:100%;
	text-align:center;
	top:50%;
	transform: translateY(-50%);
}
.staffpage #logo img
{
	max-width:100%;
}

.staffpage #menu
{
	float:left;
	width:200px;
	display:block;
}

.staffpage #menu a
{
	color:#FFF;
}

.staffpage #menu ul
{
	margin:0;
	padding:0;
}
.staffpage #menu li
{
	background:#666;
	list-style:none;
	margin:0px;
	padding:5px;
	display:block;
	list-style-type:none;
	width:100%;
	border-top:#CCC 2px solid;
}
.staffpage #menu li:hover
{
	background:#CCC;	
}
.staffpage #menu li a:hover
{
	color:#000;
}
.staffpage #menu .category
{
	background:url(imgs/th.png);
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;	
	color:#FFF;
}
.staffpage #menu .category:hover
{
	background:url(imgs/th.png);
	color:#FFF;
}
.staffpage #menubutton
{
	display:none;
}

.staffpage .content
{
	float:right;
	width:calc(100% - 220px);
	padding-top:20px;
}
.staffpage .content a
{
	font-weight:bold;
}

.staffpage .content_page_middle
{
	text-align:center;
}
.staffpage .content_page_top
{
}
.staffpage .content_page_bottom
{
}

.staffpage .header {
	background: bottom url(imgs/background_top.png) repeat-x;
	width: 100%;
	height: 80px;
	position:relative;
	border-bottom:#666 2px solid;
}



@media only screen and (max-width: 600px) {
    /* For mobile phones: */
	.homepage #logo img {
		width:100%;
		height:auto;
	}
	.homepage .header {
		height: 100px;
	}
	.homepage .menu_background {
		top:80px;		
	}
	.homepage #logo
	{
		height: 80px;
	}

	.homepage .menu li {
		font-size:18px;
		padding-top:8px;
	}
	.homepage .signup {
		float:none;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
	}
	.homepage .login {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	.homepage .stats {
		float:none;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
	}
	.homepage .wrapper {
		width:auto;
	}
	.homepage .footer {
		font-size:12px;
	}
	.homepage .news {
		clear:none;
		margin-top:10px;
	}
	.gamepage #logo {
		display:none;
	}
	
	.gamepage .content {
		padding-bottom:100px;
	}
	
	.playerinfo .message {
		width: 72px;
	}
	
	.gamepage .playerinfo {
		font-size:12px;
	}
	
	.playerinfo .profile {
		width:107px;
		margin-top:10px;
		margin-left:4px;
		margin-bottom:10px;
		text-align:center;
	}
	
	.playerinfo .profile_pic {
		width:100px;
		height:130px;
	}

	.playerinfo .profile_pic::after
	{
		width:100px;
		height:130px;
		margin-left:-100px;
		background-size: 100% 100%;
	}
	
	.playerinfo .profile_pic img
	{
		width:130px;
		margin-left:-15px;
		margin-right:-15px;
		height:130px;
	}	
	
	.gamepage .stats {
		top:20px;
		left:120px;
	}
	
	.gamepage .playerinfo li {		
		width:50%;
	}

	.playerinfo li:nth-child(3n+0) .stat
	{
		margin-right:3px;
	}

	.playerinfo li:nth-child(even) .stat
	{
		margin-right:0px;
	}
		
	.playerinfo .name
	{
		display:none;
	}
	
	.gamepage .menu
	{
		zoom: 0.8;
		-moz-transform: scale(0.8);
	}

	.gamepage #menubackground
	{
		zoom: 0.8;
		-moz-transform: scale(0.8);
	}
	
	.gamepage .menu li a
	{
		-ms-transform: rotate(-60deg); /* IE 9 */
		-webkit-transform: rotate(-60deg); /* Chrome, Safari, Opera */
		transform: rotate(-60deg);
	
	}
	
	.gamepage #homebutton {
		zoom: 0.8;
		-moz-transform: scale(0.8);		
	}
	
	#streets_map 
	{
		width:100%;
		max-width:400px;
		margin-top:0;
		margin-bottom:0;
		-ms-transform: none; 
		-webkit-transform: none; 
		transform: none;
	}
		
	.logout
	{
		background:url(imgs/logout.png);
		width:31px;
	}

	.gamepage #mainbuttons {
		zoom: 0.6;
		-moz-transform: scale(0.6);		
	}
	
	.gamepage #vipbuttons {
		zoom: 0.6;
		-moz-transform: scale(0.6);		
	}

	.date
	{
		display:none;
	}

	.time
	{
		font-size:12px;
	}

	.hustlertables
	{
		display:none;
	}
	
	.hustlertables2
	{
		font-size:10px;
		display:block;
		position:absolute;
		width:40%;
		bottom:1%;
		left:1%;	
	}
	.hustlertables2 th
	{
		font-size:10px;
	}
	
	#back
	{
		background:url(imgs/back.png);
		width:30px;
		height:30px;
	}
	
	.gamepage #viewuser
	{
		margin-left:-10px;
		margin-right:-10px;
		width:auto;
	}
	
	#viewuser .property
	{
		top:240px;
		right:16px;
	}

	#viewuser .information
	{
		margin-left:10px;
	}
	
	#viewuser .actions
	{
		width:calc(100% - 60% - 20px);
		margin-right:10px;
		margin-top:180px;
	}

	#viewuser .profile_pic
	{
		left:0px;
	}
	
	.viewuser_header .info
	{
		top:70px;
		left:167px;
	}
	
	.viewuser_header .rating
	{
		top:100px;
		left:182px;		
	}

	.staffpage #menu
	{
		position:absolute;
		top:80px;
		left:0px;
		display:none;
		width:200px;
	}
	
	.staffpage #logo
	{
		margin-left:50px;
		margin-right:10px;
		width:auto;
	}

	.staffpage #menubutton
	{
		display:inline-block;
		position:absolute;
		background:url(/imgs/staffmenu.png);
		width:30px;
		height:30px;
		top:25px;
		left:10px;
		cursor:pointer;
	}

	.staffpage .content
	{
		float:none;
		width:auto;
		margin:10px;
	}

	.staffpage .header {
	}

}


@media only screen and (max-width: 400px) {
    /* For mobile phones: */
	.homepage .menu li {
		font-size:12px;
		padding-top:12px;
	}

	.gamepage .menu li a
	{
		transform: rotate(-60deg);	
	}
}
