@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;
}
body {
	background:url(../img/assets/background.png) center / cover no-repeat;
	margin: 0;
	font-family: Roboto, sans-serif;
}
.container {
	background: url(../img/container.png) no-repeat center center;
	background-size: cover;
	position: relative;
	margin: 0px auto;
	max-width: 400px;
	height: auto;
	border: 1px solid #22293e;
}
.navbar {
	background: #0f1421cc;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px solid #22293b;
}
.navbar-logo {
	width: 90px;
	margin-right: 10px;
	float: left;
}
.navbar-lang {
	width: 85px;
	margin-top: -5px;
	float: left;
}
.navbar-menu {
	border-left: 2px solid #22293e;
	float: right;
}
.navbar-menu img {
	width: 50px;
	margin-left: 8px;
}
.content {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}
.header {
	width: 98%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
}
.header img {
	width: 100%;
	border-radius: 5px;
}
.information {
	background:url(../img/assets/information.png) no-repeat center center;
	background-size: 100% 100%;
	width: 98%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	padding: 5px;
	padding-left: 10px;
	display: block;
}
.information img {
	width: 14px;
	position: absolute;
}
.information span {
	color: #a3cff4ff;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}
.item-small {
	width: 22%;
	height: 120px;
	margin: 4px;
	margin-bottom: 35px;
	cursor: pointer;
	display: inline-block;
}
.item-small img {
	width: 100%;
    height: 100%;
	border-radius: 3px;
}
.item-small button {
	background:url(../img/assets/item-button.png) no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	height: auto;
	margin-top: 2px;
	padding: 4px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
}
.item-small button img {
	width: 15px;
	height: auto;
	float: left;
}
.item-small div {
	width: 100%;
	height: 100%;
	border-radius: 3px 3px 0px 0px;
}
.item-small div:first-child {
	margin-left: 0;
}
.item-medium {
	background: rgb(53,68,107);
	background: linear-gradient(0deg, rgba(53,68,107,1) 0%, rgba(40,47,76,1) 100%);
	width: 47%;
	height: auto;
	margin: 4px;
	margin-bottom: 10px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
}
.item-medium-media {
	background:url(../img/assets/item-medium-media.png) no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	height: 85px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.item-medium-media img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.item-medium .item-medium-status {
	background: rgba(255, 255, 0, 0.2);
	width: 60px;
	margin-left: 50%;
	padding: 1px;
	color: yellow;
	font-size: 12px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	top: -3;
	position: relative;
}
.item-medium-denom {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	font-size: 16px;
	display: block;
}
.item-medium-denom img {
	width: 18px;
	margin-top: 3px;
	position: absolute;
}
.item-medium-denom label {
	color: #fff;
	padding-left: 23px;
}
.item-medium-denom span {
	color: yellow;
}
.item-medium-price {
	padding-bottom: 10px;
	font-size: 15px;
}
.item-medium-price img {
	width: 18px;
	position: absolute;
}
.item-medium-price label {
	color: yellow;
	padding-left: 23px;
}
.item-medium-sale {
	padding-bottom: 10px;
	color: #fff;
	font-size: 13px;
	text-decoration: line-through;
}
.item-medium-availability {
	width: 90%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color: #fff;
	font-size: 12px;
	border: 1px solid yellow;
	border-radius: 5px;
	display: block;
}
.item-medium-availability-media {
	background: rgba(255, 255, 0, 0.2);
	width: auto;
	height: 100%;
	padding: 2px;
	padding-right: 4px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	float: left;
}
.item-medium-availability-media img {
	width: 15px;
	float: left;
}
.item-medium-availability-media label {
	color: #fff;
	font-weight: bold;
	padding-left: 3px;
	line-height: -10px;
}
.supported-payments {
	background: #191c25;
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 20px;
	color: #fff;
	font-size: 15px;
	font-family: Roboto, sans-serif;
	text-align: left;
	cursor: pointer;
}
.supported-payments img {
	background: #fff;
	width: 40px;
	margin: 2px;
	margin-top: 10px;
	border-radius: 5px;
	display: inline-block;
}
.footer {
	background: #191c25;
	width: 100%;
	height: auto;
	padding: 20px;
	font-size: 15px;
	font-family: Roboto, sans-serif;
	text-align: center;
}
.footer span {
	color: #fff;
}
.footer p {
	color: #4A5062;
}
.footer img {
	width: 50px;
	margin: 2px;
	margin-top: 20px;
	display: inline-block;
}
.popup {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
}
.popup-box-bg-wrapper {
	background: rgb(53,68,107);
	background: linear-gradient(0deg, rgba(53,68,107,1) 0%, rgba(40,47,76,1) 100%);
    width: 380px;
    height: auto;
    margin: 50px auto;
    margin-top: 15%;
    color: #fff;
    font-family: "Roboto", serif;
	border-radius: 8px;
	padding-bottom: 15px;
    position: relative;
}
.popup-box-bg-navbar {
    height: auto;
	padding: 13px;
	border-bottom: 1px solid #404967;
}
.popup-box-bg-navbar span {
    color: #fff;
    font-size: 18px;
    font-family: "Roboto", serif;
    text-align: left;
}
.popup-box-bg-navbar img {
    width: 30px;
	top: 7;
	right: 5;
	cursor: pointer;
	position: absolute;
}
.popup-box-bg-content {
    width: 93%;
    height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	display: block;
}
.popup-box-bg-content span {
    padding-bottom: 10px;
    color: #fff;
    font-size: 17px;
    font-family: "Roboto", serif;
    text-align: center;
}
.popup-box-bg-content-item-skins {
    width: 100%;
    height: auto;
	margin-top: 10px;
}
.popup-box-bg-content-item-skins label {
    color: #fff;
    font-size: 17px;
    font-family: "Roboto", serif;
    text-align: left;
}
.popup-box-bg-content-item-skins-details {
    width: 100%;
    height: auto;
}
.popup-box-bg-content-item-skins-details img {
    width: 80px;
    height: 115px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 3px;
	float: left;
}
.popup-box-bg-content-item-skins-details-name {
	margin-bottom: 35px;
	padding-top: 10px;
    color: #fff;
    font-size: 15px;
    font-family: "Roboto", serif;
    text-align: left;
}
.popup-box-bg-content-item-skins-details-price {
    color: #fff;
    font-size: 15px;
    font-family: "Roboto", serif;
    text-align: left;
}
.popup-box-bg-content-item-skins-details-price img {
	width: 17px;
	height: 19px;
	margin-top: -0px;
	position: absolute;
}
.popup-box-bg-content-item-skins-details-price label {
	padding-left: 20px;
}
.popup-box-bg-content-item-skins-details-duration {
    color: #fff;
    font-size: 15px;
    font-family: "Roboto", serif;
    text-align: left;
}
.popup-box-bg-content-item-skins-details-status {
    color: #fff;
    font-size: 15px;
    font-family: "Roboto", serif;
    text-align: left;
}
.popup-box-bg-content-item-diamonds {
    width: 100%;
    height: auto;
	margin-top: 10px;
}
.popup-box-bg-content-item-diamonds label {
    color: #fff;
    font-size: 17px;
    font-family: "Roboto", serif;
    text-align: left;
}
.popup-box-bg-content-item-diamonds-details {
    width: 100%;
    height: auto;
}
.popup-box-bg-content-item-diamonds-details-media {
	background:url(../img/assets/item-medium-media.png) no-repeat center center;
	background-size: 100% 100%;
    width: 80px;
    height: 80px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 5px;
	float: left;
}
.popup-box-bg-content-item-diamonds-details-media img {
    width: 100%;
    height: 100%;
}
.popup-box-bg-content-item-diamonds-details-name {
	margin-bottom: 20px;
	padding-top: 12px;
    color: #fff;
    font-size: 15px;
    font-family: "Roboto", serif;
    text-align: left;
}
.popup-box-bg-content-item-diamonds-details-price {
    color: #fff;
    font-size: 15px;
    font-family: "Roboto", serif;
    text-align: left;
}
.popup-box-bg-content-item-diamonds-details-price img {
	width: 17px;
	height: 19px;
	margin-top: -0px;
	position: absolute;
}
.popup-box-bg-content-item-diamonds-details-price label {
	padding-left: 20px;
}
.popup-box-bg-content-item-diamonds-details-duration {
    color: #fff;
    font-size: 15px;
    font-family: "Roboto", serif;
    text-align: left;
}
.popup-box-bg-content-item-diamonds-details-status {
    color: #fff;
    font-size: 15px;
    font-family: "Roboto", serif;
    text-align: left;
}
.popup-box-bg-content button {
	background: url(../img/assets/btn-on.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 35%;
    height: auto;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", serif;
    text-align: center;
    border: none;
	border-radius: 1px;
    outline: none;
	cursor: pointer;
	display: block;
}
.popup-box-bg-basic-content {
    background: url(../img/assets/popup-box-content-basic.jpg) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    margin-top: -10px;
	padding-bottom: 10px;
}
.popup-box-bg-basic-content span {
    width: 95%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 5px;
    color: #fff;
    font-size: 19px;
    font-family: Roboto, sans-serif;
    text-align: center;
    display: block;
}
.popup-box-bg-basic-content span i {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 40px;
    text-align: center;
}
.popup-box-bg-basic-content-form {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.popup-box-bg-basic-content-form p {
    background: #1c1c1c;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 3px;
    color: #7f7f7f;
    font-size: 19px;
    font-family: "Roboto", serif;
    font-weight: 600;
    text-align: center;
    display: none;
}
.popup-box-bg-basic-content-form input {
    background: #21304d;
    width: 100%;
    height: auto;
    margin-bottom: 3px;
    padding: 8px;
    color: #496a8b;
    font-size: 17px;
    font-family: "Roboto", serif;
    border: 1px solid #6c89ac;
	border-radius: 1px;
    position: relative;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-bg-basic-content-form input::placeholder {
    color: #496a8b;
}
.popup-box-bg-basic-content-form select {
    background: #21304d;
    width: 100%;
    height: auto;
    margin-bottom: 3px;
    padding: 8px;
    padding-left: 4px;
    color: #496a8b;
    font-size: 17px;
    font-family: "Roboto", serif;
    border: 1px solid #6c89ac;
	border-radius: 1px;
    position: relative;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-bg-basic-content-form button {
	background: url(../img/assets/btn-on.jpg) no-repeat center center;
    background-size: 100% 100%;
    width: 40%;
    height: auto;
    margin-top: 5px;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", serif;
    text-align: center;
    border: none;
	border-radius: 1px;
    outline: none;
}
.popup-box-bg-basic-btn-login {
	background: url(../img/assets/btn-login.jpg) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
	text-align: center;
    border: none;
	border-radius: 1px;
    outline: none;
	cursor: pointer;
	display: block;
}
.popup-box-bg-basic-btn-login img {
	width: 35px;
	height: 35px;
	margin: 2px;
	left: 25px;
	position: absolute;
}
.popup-box-bg-basic-btn-login label {
	color: #fff;
    font-size: 18px;
    font-family: "Roboto", serif;
    text-align: center;
	line-height: 40px;
}
.popup-box-bg-basic-btn-login span {
	color: #fff;
    font-size: 18px;
    font-family: "Roboto", serif;
    text-align: center;
	line-height: 10px;
}
.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-fb {
    background: #ECEFF6;
    max-width: 330px;
    height: auto;
    position: relative;
    margin: 50px auto;
    margin-top: 1.9%;
    text-align: center;
    border-radius: 10px;
}
.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-fb {
    background: #3b5998;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    top: -10px;
    right: -10px;
    position: absolute;
    display: block;
}
.close-fb i {
    padding-top: 3px;
}
.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;
}
::-webkit-scrollbar { 
    display: none;
    width: 0px;
}
figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.itemShine figure {
	position: relative;
}
.itemShine figure::before {
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	width: 50%;
	height: 100%;
	top: 0;
	left: -75%;
	position: absolute;
	z-index: 2;
	content: '';
	display: block;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.itemShine figure::before {
	-webkit-animation: shine 2s infinite;
	animation: shine 2s infinite;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
		}
}
@keyframes shine {
	100% {
		left: 125%;
		}
}
@media only screen and (max-width:600px) {
    .container {
		width: 100%;
        height: auto;
        border: none;
    }
    .item {
        margin: 3px;
        margin-bottom: 35px;
    }
    .footer img {
        width: 45px;
    }
    .popup-box-bg-wrapper {
        width: 100%;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
        bottom: -50;
		position: fixed;
    }
    .popup-box-verification {
        margin-top: 20%;
    }
    .popup-box-login-fb {
        margin-top: 4%;
    }
}