*{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	box-sizing: border-box;
}

nav{
	overflow: hidden;
	box-shadow: 0px 0px 10px #dedede;
}

nav ul{
	list-style-type: none;
}

nav ul li a.menu-left{
	float: left;
}

nav ul li a.menu-right{
	float: right;
}

nav ul li a{
	padding: 20px 15px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-size: 23px;
}

nav ul li a i{
	margin-left: 5px;
	color: gold;
}

.content{
	margin: 50px 0;
}

.cases{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #dedede;
	border: 1px solid #999;
	border-top: 5px solid #222;
}

.case{
	float: left;
	margin: 0 10px;
	overflow: hidden;
	width: calc(20% - 20px);
}

.case img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.case .case-name{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.case .case-price{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.case .case-price i{
	margin-left: 5px;
	color: gold;
}

/* OPENING */
.opening{
	width: 1200px;
	margin: 0 auto;
}

.scroller{
	padding: 20px;
	height: 320px;
	box-shadow: 0px 0px 10px #dedede;
	border: 1px solid #999;
	border-top: 5px solid #222;
	margin-bottom: 50px;
	overflow: hidden;
}

.cards{
	padding: 10px 10px;
	border: 1px solid #999;
	box-shadow: 0px 0px 10px #dedede;
	border-top: 5px solid #222;
	overflow: hidden;
}

.card{
	width: calc(20% - 20px);
	margin: 10px;
	overflow: hidden;
	float: left;
}

.card img{
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #999;
}

.a-common{
	border-bottom: 5px solid #5d79ae !important;
	box-shadow: 0px 0px 20px #5d79ae;
}

.b-rare{
	border-bottom: 5px solid #8847ff !important;
	box-shadow: 0px 0px 20px #8847ff;
}

.c-ultra-rare{
	border-bottom: 5px solid #d32ce6 !important;
	box-shadow: 0px 0px 20px #d32ce6;
}

.d-elit{
	border-bottom: 5px solid #eb4b4b !important;
	box-shadow: 0px 0px 20px #eb4b4b;
}

.e-elit2{
	border-bottom: 5px solid #e4ae39 !important;
	box-shadow: 0px 0px 20px #e4ae39;
}

.card-name{
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 20px;
}

.opening-cards{
	width: 1155px;
	max-height: 255px;
	overflow: hidden;
}

.opening-cards .o-card{
	float: left;
	margin-right: 5px;
	width: 250px;
}

.o-card img{
	width: 100%;
}

.pin{
	display: block;
	text-align: center;
	font-size: 40px;
}

#open-form{
	width: 100%;
	margin: 120px 0;
}

#open-form input{
	margin: 0 auto;
	height: 40px;
	width: 100px;
	background: #222;
	border: none;
	border-radius: 5px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

/* reglog */
.reglog{
	width: 400px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #999;
	border-top: 5px solid #222;
	box-shadow: 0px 0px 10px #dedede;
}

.form-header{
	display: block;
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.reglog input[type=text], .reglog input[type=password]{
	display: block;
	margin-bottom: 20px;
	width: 100%;
	padding: 5px 0;
	border: none;
	border-bottom: 2px solid #222;
}

.reglog input[type=submit]{
	width: 100%;
	padding: 10px;
	background: #222;
	color: white;
	border: none;
	font-weight: bold;
	margin-bottom: 20px;
}

.reglog .form-link{
	display: block;
	text-align: center;
}

/* MARKET */
h2{
	text-align: center;
	margin-bottom: 40px;
	font-size: 40px;
	margin-top: 20px;
	display: block;
}

.your-items{
	max-width: 1200px;
	margin: 0 auto;
}

.your-item{
	border: 1px solid #999;
	border-top: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.img-container{
	float: left;
	width: 10%;
}

.img-container img{
	width: 100%;
}

.infos{
	float: left;
	width: 70%;
	overflow: hidden;
}

.infos a{
	float: left;
	width: 50%;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin-top: 40px;
}

.infos a i{
	color: gold;
	margin-left: 10px;
}

.your-item form{
	float: left;
	width: 20%;
}

.your-item form input{
	width: 100%;
	background: red;
	color: white;
	padding: 10px;
	border: none;
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
}

/* SELL FORM */
.sell-form{
	overflow: hidden;
	width: 100%;
}

.sell-form input[type=number]{
	width: 80%;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: none;
	border-bottom: 2px solid #222;
}

.sell-form label{
	float: left;
	width: 20%;
	text-align: center;
	font-size: 20px;
	color: gold;
	margin-top: 10px;
}

.sell-form input[type=submit]{
	width: 100%;
	background: #222;
	color: white;
	font-weight: bold;
	padding: 10px;
	font-size: 20px;
	border: none;
}

.buy input[type=submit]{
	width: 100%;
	background: lime;
	color: black;
	font-weight: bold;
	padding: 10px;
	font-size: 20px;
	border: none;
}

input[type=submit]{
	cursor: pointer;
}