@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Teko:300,400,500");
*,*:before,*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@font-face {
    font-family: "SecretOrigins BB";
    src: url("https://db.onlinewebfonts.com/t/fdfafbae71e3fec707758f26968b24dd.eot");
    src: url("https://db.onlinewebfonts.com/t/fdfafbae71e3fec707758f26968b24dd.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/fdfafbae71e3fec707758f26968b24dd.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/fdfafbae71e3fec707758f26968b24dd.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/fdfafbae71e3fec707758f26968b24dd.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/fdfafbae71e3fec707758f26968b24dd.svg#SecretOrigins BB")format("svg");
}
@font-face {
  font-family: ClashRoyale;
  src: url(../fonts/clashroyale.ttf);
}
@font-face {
    font-family: supercell;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.supercell.com/fonts/supercell/supercelltext/full/supercelltext_w_md.eot);
    src: url(https://cdn.supercell.com/fonts/supercell/supercelltext/full/supercelltext_w_md.eot#iefix) format("embedded-opentype"),url(https://cdn.supercell.com/fonts/supercell/supercelltext/full/supercelltext_w_md.woff2) format("woff2"),url(https://cdn.supercell.com/fonts/supercell/supercelltext/full/supercelltext_w_md.woff) format("woff"),url(https://cdn.supercell.com/fonts/supercell/supercelltext/full/supercelltext_w_md.ttf) format("truetype")
}

@font-face {
    font-family: supercell;
    font-style: normal;
    font-weight: 600;
    src: url(https://cdn.supercell.com/fonts/supercell/supercelltext/full/supercelltext_w_bd.eot);
    src: url(https://cdn.supercell.com/fonts/supercell/supercelltext/full/supercelltext_w_bd.eot#iefix) format("embedded-opentype"),url(https://cdn.supercell.com/fonts/supercell/supercelltext/full/supercelltext_w_bd.woff2) format("woff2"),url(https://cdn.supercell.com/fonts/supercell/supercelltext/full/supercelltext_w_bd.woff) format("woff"),url(https://cdn.supercell.com/fonts/supercell/supercelltext/full/supercelltext_w_bd.ttf) format("truetype")
}
body {
	background: #000 center / cover no-repeat;
	margin: 0;
	font-family: Arial;
}
.container {
	background: url(../img/container.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	margin: 0px auto;
	max-width: 400px;
	height: auto;
	border: 1px solid #fff;
}
.navbar {
	background: #0C0C0C;
	width: 100%;
	height: 65px;
}
.navbar img {
	margin-top: 12px;
}
.navbar img:nth-child(1) {
	width: 50px;
	margin-left: 12px;
	float: left;
}
.navbar img:nth-child(2) {
	width: 30px;
	margin-top: 20px;
	margin-right: 12px;
	float: right;
}
.logo {
	width: 60%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: block;
}
.ribbon {
	background: url(../img/ribbon.png) no-repeat center center;
    background-size: 100% 100%;
	width: 95%;
	height: 55px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
	padding-top: 8px;
	color: #fff;
    font-size: 19px;
    font-family: ClashRoyale;
    text-align: center;
	text-shadow: 1px 2px #000;
	display: block;
}
.box {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
}
.item {
    width: 48%;
    height: 250px;
    margin: 1px;
    padding-top: 5px;
    display: inline-block;
}
.item-bg {
	background: url(../img/item-bg.png) no-repeat center center;
    background-size: 110% 110%;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	border: 1px solid #000;
	border-radius: 12px;
}
.item-name {
    color: #98e432;
    font-size: 13px;
    font-family: ClashRoyale;
    text-align: center;
	text-shadow: 1px 1px #000;
    line-height: 25px;
}
.item-denom {
	margin-top: 5px;
	color: #fff;
    font-size: 15px;
    font-family: ClashRoyale;
    text-align: center;
	text-shadow: 1px 1px #000;
}
.item-denom span {
	padding-left: 22px;
}
.item-denom img {
	width: 20px;
	height: auto;
	position: absolute;
}
.item-picture {
	background: url(../img/item-flare.png) no-repeat center center;
	background-size: 100% 100%;
    width: 100%;
	height: 120px;
	margin-top: 15px;
    margin-bottom: 5px;
}
.item-picture img {
	width: 100%;
	height: 110px;
}
.item-action {
	background: url(../img/button.png) no-repeat center center;
	background-size: 100% 100%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	padding-bottom: 5px;
	color: #fff;
	font-size: 15px;
	font-family: ClashRoyale;
	text-shadow: 1px 2px #000;
	border-radius: 0px;
	cursor: pointer;
	display: block;
}
.footer {
	background: #000;
	width: 100%;
	height: auto;
	padding: 15px;
}
.footer-socmed-section {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #4c4a45;
}
.footer-socmed-section p {
	color: #fff;
	font-size: 13px;
	text-align: left;
	line-height: 0px;
}
.footer-socmed-section img {
	width: 65%;
	margin-top: 3px;
	margin-left: -3px;
}
.footer-download-section {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #4c4a45;
}
.footer-download-section p {
	color: #fff;
	font-size: 13px;
	text-align: left;
	line-height: 0px;
}
.footer-download-section img {
	width: 35%;
	margin-top: 10px;
	display: inline-block;
}
.footer-download-section img:nth-child(2) {
	height: 40px;
	margin-right: 5px;
}
.footer-download-section img:nth-child(3) {
	height: 40px;
}
.footer-quicklinks-section {
	margin-top: 20px;
}
.footer-quicklinks-section p {
	color: #fff;
	font-size: 15px;
	text-align: left;
}
.footer-quicklinks-section span {
	color: #4c4a45;
	font-size: 15px;
	text-align: left;
}
.footer-quicklinks-section img {
	width: 17%;
	margin-top: 10px;
	float: right;
}
.popup {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background-color:rgba(0, 0, 0, 0.4);
}
.popup-box-wrapper {
	background: #eee;
	width: 390px;
	height: auto;
	position: relative;
	margin: 50px auto;
	margin-top: 5%;
}
.popup-box-wrapper p {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	text-align: left;
	line-height: 0px;
}
.popup-box-wrapper span {
	color: #666;
	font-size: 12px;
	text-align: left;
}
.popup-box-wrapper span a {
	color: #2d85f3 !important;
}
.popup-box-header {
	background:url(../img/popup-box-header.png) no-repeat center center;
	background-size:100% 100%;
	height: 115px;
}
.popup-box-progress {
	background: #e7e7e7;
	width: 100%;
	height: 85px;
    padding-top: 24px;
}
.popup-box-progress-label {
    width: 85%;
    max-width: 350px;
    margin: 0 auto .1875em;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}
.popup-box-progress-label:after,.popup-box-progress-label:before {
    content: " ";
    display: table;
}
.popup-box-progress-label:after {
    clear: both;
}
.popup-box-progress-label-txt {
    width: 33.3333%;
    color: #999;
	font-size: 12px;
	text-align: center;
    text-shadow: 0 .0625em 0 #fff;
	transition: color .3s ease;
	transform: translateZ(0);
	display: block;
    -webkit-transition: color .3s ease;
    -webkit-transform: translateZ(0);
}
.popup-box-progress-label-txt-active {
    color: #000;
}
.popup-box-progress-label-txt {
    float: left;
}
.popup-box-progress-label-txt {
    float: right;
}
.popup-box-progress-label-txt:first-child {
    text-align: left;
}
.popup-box-progress-label-txt:first-child {
    text-align: right;
}
.popup-box-progress-label-txt:last-child {
    text-align: right;
}
.popup-box-progress-label-txt:last-child {
    text-align: left;
}
.popup-box-progress-bar {
	background: #16dfb1;
	background: -webkit-gradient(linear,left top,right top,from(#2181fa),to(#16dfb1));
    background: linear-gradient(90deg,#2181fa,#16dfb1)
    width: 85%;
    max-width: 340px;
    min-height: 1em;
    margin: 0 auto;
	padding: .125em .5625em .125em .125em;
    border-radius: .5em;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 .0625em .125em rgba(0,0,0,.2),0 .0625em .125em hsla(0,0%,100%,.6);
    -webkit-box-shadow: inset 0 .0625em .125em rgba(0,0,0,.2),0 .0625em .125em hsla(0,0%,100%,.6);
}
.popup-box-progress-bar-icon {
	background: #fff;
	width: .75em;
	height: .75em;
	border-radius: 50%;
	z-index: 2;
	transform: translateZ(0);
	transition: left 1.4s ease,right 1.4s ease;
    position: relative;
    -webkit-transition: left 1.4s ease,right 1.4s ease;
    -webkit-transform: translateZ(0);
}
.progress-icon-1 {
    left: .5%;
}
.progress-icon-1 {
    right: .5%;
}
.progress-icon-2 {
    left: 50%;
}
.progress-icon-2 {
    right: 50%;
}
.progress-icon-3 {
    left: 98.5%;
}
.progress-icon-3 {
    right: 98.5%;
}
.popup-box-title {
	padding: 5px;
	color: #000;
	font-size: 20px;
	font-family: supercell,serif,sans-serif;
	text-align: center;
}
.popup-box-subtitle {
	margin-bottom: 30px;
	padding: 5px;
	color: #4c4a45;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 500;
	text-align: center;
}
.popup-box-subtitle input {
	background: none;
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #21c49f;
	text-align: center;
	border: none;
	outline: none;
}
.popup-box-form-verify {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: block;
}
.popup-box-form-verify label {
	margin-top: 3px;
	color: #4c4a45;
	font-size:15px;
	font-family: sans-serif;
	font-weight: 500;
}
.popup-box-form-verify input {
	background: #fff;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	padding: 12px;
	color: #4c4a45;
	font-size:15px;
	font-family: sans-serif;
	font-weight: 500;
	border: none;
	border-radius: 5px;
	outline: none;
	display: block;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-form-verify input::placeholder {
	color: #4c4a45;
}
.popup-box-form-verify select {
	background: #fff;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	padding: 12px;
	color: #4c4a45;
	font-size:15px;
	font-family: sans-serif;
	font-weight: 500;
	border: none;
	border-radius: 5px;
	outline: none;
	display: block;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-form-verify button {
	width: 48%;
    height: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 15px;
    font-family: supercell, serif, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    border: none;
	border-radius: 5px;
    outline: none;
}
.popup-box-form-verify button:nth-child(3) {
	float: left;
}
.popup-box-form-verify button:nth-child(4) {
	float: right;
}
.popup-box-form-login {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: block;
}
.popup-box-form-login input {
	background: #fff;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	padding: 12px;
	color: #4c4a45;
	font-size:15px;
	font-family: sans-serif;
	font-weight: 500;
	border: none;
	border-radius: 5px;
	outline: none;
	display: block;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-form-login input::placeholder {
	color: #4c4a45;
}
.popup-box-form-login-button {
	width: 85%;
    height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 15px;
    font-family: supercell, serif, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    border: none;
	border-radius: 5px;
    outline: none;
	display: block;
	position: relative;
}
.popup-box-form-login-divider {
	width: 80%;
	margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
	text-align: center;
    overflow: hidden;
	white-space: nowrap;
	display: block;
}
.popup-box-form-login-divider>span {
    color: #666;
    font-size: 15px;
	cursor: default;
	position: relative;
	display: inline-block;
}
.popup-box-form-login-divider>span:before,
.popup-box-form-login-divider>span:after {
    background: #d2d2d2;
	width: 9999px;
	height: 2px;
	top: 50%;
	content: "";
	border-bottom: 2px solid #d2d2d2;
    position: absolute;
}
.popup-box-form-login-divider>span:before {
    margin-right: 15px;
    right: 100%;
}
.popup-box-form-login-divider>span:after {
    margin-left: 15px;
	left: 100%;
}
.popup-box-form-login-description {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-top: 10px;
	border-top: 2px solid #d2d2d2;
	display: block;
}
.popup-box-form-otp {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: block;
}
.popup-box-form-otp input {
	background: #fff;
	width: 15%;
	height: auto;
	margin-bottom: 3px;
	padding: 14px;
	color: #4c4a45;
	font-size:15px;
	font-family: sans-serif;
	font-weight: 500;
	text-align: center;
	border: none;
	border-radius: 5px;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-form-otp input::placeholder {
	color: #4c4a45;
}
.popup-box-form-otp button {
	width: 100%;
    height: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 15px;
    font-family: supercell, serif, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    border: none;
	border-radius: 5px;
    outline: none;
}
.popup-box-form-otp button:nth-child(1) {
	float: left;
}
.popup-box-form-otp button:nth-child(2) {
	float: right;
}
.popup-box-form-process {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: block;
}
.popup-box-form-process button {
	background: #2181fa;
    background: -webkit-gradient(linear,left top,left bottom,from(#4194fb),to(#2181fa));
    background: linear-gradient(#4194fb,#2181fa);
	width: 100%;
    height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
    color: #fff;
	font-size: 15px;
    font-family: supercell, serif, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    border: none;
	border-radius: 5px;
    outline: none;
	box-shadow: inset 0 0 .25em hsla(0,0%,100%,.4),0 .1875em .0625em #1970e9,0 .1875em .125em #fff,0 .25em 0 #343f5d,0 .25em .0625em #fff;
	display: block;
	-webkit-box-shadow: inset 0 0 .25em hsla(0,0%,100%,.4),0 .1875em .0625em #1970e9,0 .1875em .125em #fff,0 .25em 0 #343f5d,0 .25em .0625em #fff;
}
.btn-gray {
	background: #ccc;
	background: #f2f2f2;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e7e7e7));
    background: linear-gradient(#fff,#e7e7e7);
    color: #666;
    text-shadow: 0 .0625em 0 #fff;
	box-shadow: inset 0 0 .25em hsla(0,0%,100%,.8),0 .1875em 0 #ccc,0 .25em 0 #aaa,0 .25em .0625em #fff;
    -webkit-box-shadow: inset 0 0 .25em hsla(0,0%,100%,.8),0 .1875em 0 #ccc,0 .25em 0 #aaa,0 .25em .0625em #fff;
}
.btn-blue {
	background: #2181fa;
    background: -webkit-gradient(linear,left top,left bottom,from(#4194fb),to(#2181fa));
    background: linear-gradient(#4194fb,#2181fa);
	color: #fff;
	box-shadow: inset 0 0 .25em hsla(0,0%,100%,.4),0 .1875em .0625em #1970e9,0 .1875em .125em #fff,0 .25em 0 #343f5d,0 .25em .0625em #fff;
	-webkit-box-shadow: inset 0 0 .25em hsla(0,0%,100%,.4),0 .1875em .0625em #1970e9,0 .1875em .125em #fff,0 .25em 0 #343f5d,0 .25em .0625em #fff;
}
.btn-green {
	background: #00B359;
    background: -webkit-gradient(linear,left top,left bottom,from(#00E26B),to(#00B359));
    background: linear-gradient(#00E26B,#00B359);
	color: #fff;
	box-shadow: inset 0 0 .25em hsla(0,0%,100%,.4),0 .1875em .0625em #1D7C48,0 .1875em .125em #fff,0 .25em 0 #1D7C48,0 .25em .0625em #fff;
	-webkit-box-shadow: inset 0 0 .25em hsla(0,0%,100%,.4),0 .1875em .0625em #1D7C48,0 .1875em .125em #fff,0 .25em 0 #1D7C48,0 .25em .0625em #fff;
}
.popup-box-footer {
	background: #000;
	width: 100%;
	height: 60px;
}
.popup-box-footer p {
	margin: 11px;
	margin-top: 30px;
	margin-right: 0px;
	color: #fff;
	font-size: 13px;
	text-align: left;
	display: inline-block;
}
.popup-box-footer img {
	width: 12%;
	margin: 11px;
	float: right;
}
.popup-login {
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
}
.popup-box-login-google {
    background: #fff;
    max-width: 330px;
    height: auto;
    margin: 50px auto;
    margin-top: 10%;
    padding: 10px;
	text-align: center;
    border-radius: 10px;
	position: relative;
}
.close-other {
	background: #fff;
	width: 25px;
	height: 25px;
	color: #000;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	top: -12px;
	right: -12px;
	position: absolute;
	z-index: 9999999;
	display: block;
}
.close-other i {
	color: #20px;
	padding-top: 3px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-scrollbar { 
    display: none;
    width: 0px;
}
@media only screen and (max-width:600px) {
    .container {
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        border: none;
        border-radius: 0px;
        padding: 0px;
    }
    .box {
        width: 96%;
        height: auto;
    }
    .popup-box-wrapper {
        width: 350px;
        margin-top: 5%;
		zoom: 0.9;
    }
	.popup-box-progress-label, .popup-box-progress-bar {
		width: 85%;
	}
    .popup-box-login-google {
        margin-top: 30%;
    }
}