body {
    overflow:hidden;
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}

.ioSpace{
	position: absolute;
	left: 10px;
	text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-family: 'xirod';
    width:300px;
    text-align: center;
}
.ioSpace .title{
	color:#fff;
    font-size: 20px;
    font-family: 'xirod';
    color: #fff;
    margin-bottom: 10px;
}
.warinAndroidBadge{         
	position: absolute;
    bottom: -55px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-family: 'xirod';
    text-align: center;
    left: 0;
    width: 92%;
}
.ioSpace a{
	font-size:12px;
	display:block;
	margin-bottom: 5px;
    text-decoration: underline;
}
.ioSpace a:link {
color: #fff;
}
.ioSpace a:visited {
color: #fff;
}
.ioSpace a:hover {
color: #999;
}
#ourEmail{
	z-index: 999;
	-webkit-user-select: all;  /* Chrome 49+ */
	-moz-user-select: all;     /* Firefox 43+ */
	-ms-user-select: all;      /* No support yet */
	user-select: all;          /* Likely future */  
}
#ourEmail ::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}
#ourEmail ::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers */
}
.WizardRoyaleWrapper{
	width:300px;
	height: auto;
	position: absolute;
	bottom: 10px;
	color:#fff;
	z-index: 999;
}
.WizardRoyaleWrapper .WizardRoyaleText{
	text-align: center;
	font-size: 15px;
	font-family: 'xirod';
	color:#fff;
	text-decoration: none;
}
.WizardRoyaleWrapper .ImageWrapper{
	width:100%;
}
.WizardRoyaleWrapper .WizardRoyaleTitle{
	text-align: center;
	font-size: 20px;
	font-family: 'xirod';
	color:#fff;
	text-decoration: none;
	line-height: 1.2em;
}
.WizardRoyaleBadge{
	margin: auto;
}

.WizardRoyaleBadge img{
	height:60px;
	width:auto;
	display: block;
	margin:auto;
}

.RoyaleVideoPlayer{
	position: absolute;
	bottom: 15px;
	left:15px;
	z-index: 999;
}

a{
	text-decoration: none;
}

.ioSpace:hover 
{
     color:#00A0C6; 
     text-decoration:none; 
     cursor:pointer;  
}
#fb-float-pos{
	position: absolute;
	bottom:150px;

	left: 0px;
	right: 0px;
}
#email{
	position: absolute;
	display: block;
	right: 10px;
	bottom: 120px;
	text-decoration: none;
    color: #FFF;
    font-size: 12px;
    font-family: 'xirod';
    z-index: 1;
}
#ag{
	position: absolute;
	display: block;
	right: 80px;
	bottom: 130px;
	z-index: 1;
	height: 40px;
	width:auto;
}
#ag .ag{
	width:160px;
	height:auto;
	position: relative;
}
.OurGames{
	position: absolute;
	bottom:35px;
	width:350px;
	padding: 0 20px;
	left:10px;
}
.OurGames .title{
	position: relative;
	font-size:22px;
	color:white;
	text-align: center;
	font-family: 'xirod';
	width:100%;
	margin-bottom:15px;
}
.OurGames .new{    
	position: absolute;
    top: 0;
    left: -20px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'xirod';
    color: red;
    -webkit-transform: rotate(320deg);
    -moz-transform: rotate(320deg);
    -o-transform: rotate(320deg);
    writing-mode: lr-tb;
}
.OurGames ul{
	padding:0;
	width:100%;
	margin:0;
	display: inline-flex;
	justify-content: space-evenly;
}
.OurGames li{
	position: relative;
	display:flex;
	align-items:center;
	list-style: none;
}

#shipwrecked{
	position: absolute;
	display: block;
	right: 10px;
	bottom: 100px;
	text-decoration: none;
    color: #FFF;
	font-size: 12px;
	width:230px;
	height:100px;
	text-align: center;
    font-family: 'xirod';
	z-index: 1;
	display:flex;
	line-height: 12px;
	flex-wrap:wrap;
}
#wr{
	position: absolute;
	display: block;
	right: 10px;
	bottom: 220px;
	text-decoration: none;
    color: #FFF;
	font-size: 12px;
	width:230px;
	height:100px;
	text-align: center;
    font-family: 'xirod';
	z-index: 1;
	display:flex;
	line-height: 12px;
	flex-wrap:wrap;
}
#wr .text{
	text-align: center;
	width:100%;
}


#tenkio{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#tenk.io:hover{
	display: none;
}

.canvas{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
}
.shopCanvas{
	position: absolute;
	margin: auto;
	left:0;
	right:0;
	top:1px;
	bottom: 0;
	width: 1000px;
	height: 600px;
	background-image: url('UIAssets/ShopMenu.png');
	background-size: 100% 100%;
	background-color: transparent;
	z-index:5;
}

#shopAreYouSure{
	position: absolute;
	z-index:5;
    margin: auto;
    top: 35%;
    right: 35%;
    width: 30%;
    height: 30%;
    background-color: #EEEEEE;
    border-radius: 10px;
    border: solid 2px #555;

    color: #222;
    font-family: 'xirod';
    text-align: center;
}

#redeemCodeWindow{
	position: absolute;
	padding-top:15px;
	z-index:5;
    margin: auto;
    width: 426px;
    height: 150px;
    
	background-image: url('UIAssets/Menu_4.png');
	background-color: transparent;
	border:none;
	background-size: 100% 100%;

    left: 0px;
	right: 0px;
    top: 0px;
	bottom: 0px;

    color: #000;
    font-family: 'xirod';
    text-align: center;
}

#creditPurchaseWindow{
	position: absolute;
	z-index:5;
    margin: auto;
    top: 10%;
    right: 10%;
    width: 80%;
    height: 80%;
    background-color: #EEEEEE;
    border-radius: 10px;
    border: solid 2px #555;

    color: #222;
    font-family: 'xirod';
    text-align: center;
}


#pregame {
	position: absolute;
	z-index: 1;
	margin: auto;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 326px;
    height: 520px;
    background-color: #EEEEEE;
    background-image: url('UIAssets/Menu_1.png');
    background-size: 326px 520px;
    background-color: transparent;

    color: #222;
    font-family: 'xirod';
    text-align: center;
}
#loginScreen {
    position: absolute;
    z-index: 2;
    margin: auto;
    top: -10px;
    right: 0;
    bottom: 0;
    left: -22px;
    width: 300px;
    height: 520px;
    background-color: transparent;
    background-image: url('UIAssets/Menu_2.png');
    background-size: 300px 520px;

    color: #222;
    font-family: 'xirod';
    text-align: center;
}
.forgottenPasswordScreen {
    position: absolute;
    z-index: 2;
    margin: auto;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 326px;
    height: 440px;
    background-color: #EEEEEE;
    border-radius: 10px;
    border: solid 2px #555;

    color: #222;
    font-family: 'xirod';
    text-align: center;
}
#registerScreen {
    position: absolute;
    z-index: 2;
    margin: auto;
    top: -10px;
    right: 0;
    bottom: 0;
    left: -22px;
    width: 300px;
    height: 520px;
    background-image: url('UIAssets/Menu_2.png');
    background-size: 300px 520px;
    background-color: transparent;

    color: #222;
    font-family: 'xirod';
    text-align: center;
}

#loginRegister {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 225px;
    height: 200px;
    background-image: url('UIAssets/Menu_3.png');
    background-size: 100% 100%;

    color: #222;
    font-family: 'xirod';
    text-align: center;
}
#loggedInShown{
    position: absolute;
    top: 3%;
    right: 3%;
    width: 275px;
    height: 245px;
    background-color: transparent;
    background-image: url('UIAssets/Menu_3.png');
    background-size: 275px 245px;

    color: #222;
    font-family: 'xirod';
    text-align: center;
}


#serverSelection {
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 650px;
    background-image:  url('UIAssets/Menu_2.png');
    background-size: 100% 100%;
    color: #222;
    font-family: 'xirod';
    text-align: center;
}
#Options {
 	position: absolute;
	z-index: 2;
	margin: auto;
    top: -10px;
    right: 0;
    bottom: 0;
    left: -22px;
    width: 300px;
    height: 520px;
    background-image: url('UIAssets/Menu_2.png');
    background-size: 100% 100%;
    background-color: transparent;

    color: #222;
    font-family: 'xirod';
    text-align: center;
}

input {
	height: 30px;
	width: 230px;
	margin: auto;
	top: 10px;
	left: 60px;
  	padding: 0px 10px;
  	font-size: 12px;
  	font-family: 'xirod';
	background-image: url('UIAssets/TextField_1.png');
	background-repeat: no-repeat;
	background-size: 250px 30px;
	vertical-align: middle;
	border-style:none;
	background-color: transparent;
  	color: #404040;

}  	
::-webkit-input-placeholder {
   color: #404040;
}

:-moz-placeholder { /* Firefox 18- */
   color: #404040;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #404040;  
}

:-ms-input-placeholder {  
   color: #404040;  
}
input:focus {
  	color: #000; 
	outline:0;

}
.odessaLogo{
	background: url("odessaLogo.png");
	background-size: 60%;
	background-repeat: no-repeat;
	position: relative;
	top:7px;
	width: 100%;
	height:45%;
	left: 20%;
	height: 70px;
}


.odessaLogoLogin{
	background: url("odessaLogo.png");
	background-size: 163px;
	background-repeat: no-repeat;
	position: relative;
	top:5%;
	width: 50%;
	height:100px;
	left: 25%;
    pointer-events: none;
}

.adsbygoogle {
    margin-top: -70px;
}

.ad {
    bottom: 0px;
    margin: auto;
    background-color: #222;
    height: 50px;
    position: absolute;
    margin-left: 3px;
    margin-bottom: 3px;
    width: 320px;
    border-radius: 7px;
    color: #FFF;
    font-size: 14px;
}

.social {
    bottom: 36px;
    margin: auto;
    height: 40px;
    position: absolute;
    width: 320px;
    font-size: 14px;
    left:-10px;
    text-align: center;
}

@font-face {
    font-family: 'xirod';
    src: url('xirod.ttf');
}
.btnInline{
	display: inline block;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	padding: 10px 10px;
	font-family: 'xirod';
	background-image: url('UIAssets/Button_6.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*width:100px;height:25px;*/
	vertical-align: middle;
	border-style:none;
	background-color: transparent;
}
.btnInline:focus{
	outline:0;
}

.btnInline:hover {
	background-image: url('UIAssets/Button_6_PRESSED.png');
}

.btnInline:active {
	background-image: url('UIAssets/Button_6_PRESSED.png');
}


.btnPlay {
	display: inline;
	color: #fff;
	background-image: url('UIAssets/Button_7.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 17px;
	padding: 20px 45px;
	font-family: 'xirod';
	border:none;
	background-color: transparent;
}
.btnPlay:focus{
	outline:0;
}
.btnPlay:hover {
	background-image: url('UIAssets/Button_7_PRESSED.png');
}
.btnPlay:active {
	background-image: url('UIAssets/Button_7_PRESSED.png');
}
.btn {
	display: inline;
	color: #000;
	background-image: url('UIAssets/Button_7.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 10px 30px;
	font-family: 'xirod';
	border:none;
	background-color: transparent;
}
.btn:focus{
	outline:0;
}

.btn:hover {
	background-image: url('UIAssets/Button_7_PRESSED.png');
	border:none;
}
.btn:active {
	background-image: url('UIAssets/Button_7_PRESSED.png');
	border:none;
}



.btnSS {
	display:inline-block;
	color: white;
	background-color: #eee;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding:30px 30px;
	background-image: url('UIAssets/Button_2.png');
	background-size: 100% 100%;
	background-color: transparent;
	border:none;

	font-family:'xirod';
}
.btnSS:focus{
	outline:0;
}
.btnSS:hover {
	background-image: url('UIAssets/Button_2_PRESSED.png');
}

.btnSS:active {
	background-image: url('UIAssets/Button_2_PRESSED.png');
}
.SSBackButton{
	display: absolute;
	color: #666;
	background-color: #eee;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 15px 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.3);
	border-bottom-width: 3px;
}
.SSBackButton:focus{
	outline:0;
}
.SSBackButton:hover {
	background-color: #e3e3e3;
	border-color: rgba(0,0,0,0.5);
}

.SSBackButton:active {
	background-color: #CCC;
	border-color: rgba(0,0,0,0.9);
}

.btnSS.img {
    width : 10px;
    height : 10px;
}

.usernameTopRightText{
	font-size: 15px;
	padding-bottom: 5px;
	padding-top: 2px;
}


.socialbtn {
    display: inline-block;
    color: #666;
    background-color: #eee;
    text-transform: uppercase;
    font-size: 12px;
    width: 55px;
    height: 50px;
    margin-left: -8px;
    margin-right: -8px;
    vertical-align: middle;
    background-image: url('UIAssets/Button_2.png');
    background-size: 55px 50px;
    background-color: transparent;
    border: none;
}
.socialbtn:focus{
	outline:0;
}

.socialbtn:hover {
	background-image: url('UIAssets/Button_2_PRESSED.png');
}

.socialbtn:active {
 	background-image: url('UIAssets/Button_2_PRESSED.png');
}

input[type=radio] {
    display:none;
}
 
input[type=radio] + label {
    display:inline-block;
    margin:-8px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    padding-top:5px;
    width:75px;
    height:25px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: url('UIAssets/Button_4.png');
    background-size: 75px 30px;
    background-color: transparent;
    border:none;
}

.select{
    color: #000;
	text-align: center;
	font-family:'xirod';
	padding-left: 2px;
	width:90px;
	height:30px;
    background-image: url('UIAssets/TextField_2.png');
    background-position: 0px 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 75px 30px;
    outline: none;
    border:none;

}
 input[type=radio] + label:hover{
 	background-image: url('UIAssets/Button_4_PRESSED.png');
 }
input[type=radio]:checked + label {
    background-image: url('UIAssets/Button_4_PRESSED.png');
    color:#fff;
}

.shopTitle{
	position: absolute;
	text-align: center;
	left: 50%;
	top: 10px;
    color: #222;
    font-family: 'xirod';
    text-align: center;
}

.shopTopBar{
	position:relative;
	height:30px;
	top:0;
	left:0;
	width:100%;
	background-color: transparent;
}

.shopRightCanvas{
	position: absolute;
	top:80px;
	left:290px;
	right:32px;
	bottom:10px;
	background-color: transparent;
}
.shopLeftCanvas{
	position: absolute;
	left: 0;
	top: 80px;
	width:277px;
	bottom:0;
	background-color: transparent;
}
.shopContentPanel{
	position: absolute;
	left:2px;
	top:0;
	bottom:4px;
	right:0;
	width:100%;
	overflow-x:scroll;
	overflow-y:hidden; 
	z-index:2
}
.shopContentSelectionPanel{
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	height:40px;
	width:100%;
}
.shopElement{
	display: inline-block;
	height: 220px;
	width:180px;
	background-color: transparent;
	background-image: url('UIAssets/ShopWindow.png');
	background-size: 100% 100%;
	margin: 3px 3px 3px 3px;
	border:none;
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}

.shopElementImage{
	padding-top: 0;
	padding-left: 0;
	width: 90px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
}	
.forceShopExtention{
	top:0;
	left:0;
	height: 100;
	width:2000px;
}
.shopElementText{
	position: relative;
	top:10px;
    color: #000;
    font-size: 12px;
    font-family: 'xirod';
    text-align: center;
}
.tabShop {
	position:relative;
	display:inline-block;
	color: #000;
	background-color: #eee;
	text-transform: uppercase;
	font-family:'xirod';
	margin-bottom: 1px;
	width:100%;
	height:10.5%;

	top:4px;
	left:1px;
	font-size: 20px;
	text-align:center;
	background-image: url('UIAssets/Button_Shop.png');
	background-size: 100% 100%;
	background-color: transparent;
	border:none;
}
.tabShop:focus{
	outline:0;
}
.tabShop:hover {
	background-image: url('UIAssets/Button_Shop_PRESSED.png');
}

.tabShop:active {
	background-image: url('UIAssets/Button_Shop_PRESSED.png');
}
.shopPlayer{
	position: absolute;
	top: 40px;
	bottom:350px;
	left: 0;
	width: 350px;
	-webkit-box-shadow:  4px 4px 4px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow:  4px 4px 4px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.05);
    box-shadow:  4px 4px 4px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.05);
}


.redeemCodeBox{
	position: absolute;
	top: 45px;
	left: 10%;
	right: 10%;
}

.areYouSureBox{
	
	position:absolute;
	top:50%;
	left:10%;
}

.shopCreditWindowLeftBox{
	position:absolute;
	left:0;
	width:50%;
	top:4%;
	height:96%;
}

.shopCreditWindowTextLeft{
	position:absolute;
	font-size: 25px;
    color: #222;
	padding: 5px 5px;
    font-family: 'xirod';
    text-align: center;
	top:10%;
	left:20%;
}

.shopCreditWindowTextRight{
	position:absolute;
	font-size: 25px;
    color: #222;
	padding: 5px 5px;
    font-family: 'xirod';
    text-align: center;
	top:10%;
	right:20%;
}

.shopCreditWindowRightBox{
	position:absolute;
	right:0;
	width:50%;
	top:4%;
	height:96%;
}

.btnBuyCreditShop {
	position:relative;
	display:inline;
	color: #fff;
	background-color: transparent;
	text-transform: uppercase;
	font-family:'xirod';
	width: 65%;
	height:5%;
	letter-spacing: 2px;
	font-size: 15px;
	text-align:center;
	padding: 5px 5px;
	background-image: url('UIAssets/Button_7.png');
	background-size: 100% 100%;
	background-color: transparent;
	border:none;


	margin-bottom:15px;
	margin-top:15px;
}
.btnBuyCreditShop:focus{
	outline:0;
}
.btnBuyCreditShop:hover {
	background-image: url('UIAssets/Button_7_PRESSED.png');
}

.btnBuyCreditShop:active {
	background-image: url('UIAssets/Button_7_PRESSED.png');
}
.dropDownBox{
	position: relative;
	display: inline-block;
	height:100%;
	width:50px;
	margin-left: 230px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: 1px solid rgba(0,0,0,0.3);
	font-family: 'xirod';
	font-size: 12px;
	text-align: center;
}
option{
	font-family: inherit;
	font-size: inherit;
	position: inherit;
	text-align: inherit;

}

.btnBackShop {
	position:absolute;
	color: #000;
	background-color: #eee;
	text-transform: uppercase;
	top:30px;
	right:160px;
	letter-spacing: 2px;
	font-size: 12px;
	font-family: 'xirod';
	padding: 5px 7px;
	width:120px;
	height:35px;
	background-image: url('UIAssets/Button_7.png');
	background-size: 100% 100%;
	background-color: transparent;
	border:none;
}
.btnBackShop:focus{
	outline:0;
}

.btnBackShop:hover {
	background-image: url('UIAssets/Button_7_PRESSED.png');
}

.btnBackShop:active {
	background-image: url('UIAssets/Button_7_PRESSED.png');
}
.itemIconBtn {
	position:relative;
	color: #666;
	background-color: #eee;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 5px 5px;
	width:50px;
	height:50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	left:10px;
}
.itemIconBtn:focus{
	outline:0;
}

.itemIconBtn:hover {
	border-color: rgba(0,0,0,0.5);
}

.itemIconBtn:active {
	border-color: rgba(70,70,255,0.4);
}

.shopElementInformationName{
	position: relative;
	text-transform: uppercase;
	margin-top: 15px;
	font-family:'xirod';
	letter-spacing: 2px;
	font-size: 25px;
	text-align: center;
}
.shopElementInformation{
	position: relative;
	text-transform: uppercase;
	margin-top: 12px;
	margin-right: 5px;
	margin-left: 5px;
	font-family:'xirod';
	letter-spacing: 2px;
	font-size: 12px;
	text-align: center;
}
.btnBuy {
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: #eee;
	text-transform: uppercase;
	font-family: 'xirod';
	letter-spacing: 2px;
	font-size: 15px;
	padding: 25px 45px;
	background-image: url('UIAssets/Button_7.png');
	background-size: 100% 100%;
	background-color: transparent;
	border:none;
	text-align: center;
	left:75px;
	top:35px;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}

.btnBuy:focus{
	outline:0;
}

.btnBuy:hover {
	background-image: url('UIAssets/Button_7_PRESSED.png');
}

.btnBuy:active {
	background-image: url('UIAssets/Button_7_PRESSED.png');
}
.invisBtn{
	color:#0B0BFF;
	font-family: 'xirod';
	font-size: 14px;
    background: transparent;
    border: none;
}
.invisBtn:focus{
	outline:0;
}
.invisBtn:hover{
	color:#00CC00;
}
.invisBtn:active{
	color: #000090;
}
::-webkit-scrollbar {
  /*width: 150px; /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
	background:none;
}
::-webkit-scrollbar-track-piece:horizontal {
}

::-webkit-scrollbar-thumb:horizontal {
  background-image: url('UIAssets/Scroller.png');
  background-repeat: no-repeat;
  background-size: 412px 10px;
}