@font-face {
	font-family: "Xolonium-Bold";
	src: url("../fonts/XOLONIUM-BOLD.OTF") format("opentype");
	;
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "Xolonium-Regular";
	src: url("../fonts/XOLONIUM-REGULAR.OTF") format("opentype");
	;
	font-weight: normal;
	font-style: normal;
}
section {
	position: relative;
	width: 100%;
	height: auto;
}
#main {
	position: relative;
	width: 100%;
	max-width: 1920px;
	left: 50%;
	overflow: hidden;
	transform: translate(-50%, 0);
}
#termscondition, #product, #gamebundle {
	text-align: center;
	padding: 50px 90px 50px 90px;
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	max-width: 100%;
	line-height: 1.45;
	font-family: "Roboto", "Segoe UI", sans-serif !important;
}
ul.snk {
	list-style-type: decimal;
}
img{
	margin-bottom: 10px;
}
#form {
	text-align: center;
	padding: 50px 0 50px 0;
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 100%;
}
.form_title {
	font-family: "Xolonium-Bold";
	color: #EB242B;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}
.fileformat {
	color: white;
	font-style: italic;
	font-size: 16px;
}
picture {
	max-width: 100%;
}
body {
	font: 18px Montserrat, sans-serif;
	line-height: 1;
	color: #f5f6f7;
	margin: 0;
	min-height: 100%;
	position: relative;
	text-align: center;
	font-weight: 100;
	letter-spacing: 1px;
}
p {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
}
img {
	padding: 1px;
}
.margin {
	margin-bottom: 45px;
}
.bg-4 {
	background-color: #EBEBEB; /* Black Gray */
	color: #000;
}
.container-fluid {
	padding-top: 50px;
	padding-bottom: 30px;
}
.navbar {
	pa0pxg-top: 15px;
	padding-bottom: 15px;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 5px;
}
.navbar-nav li a:hover {
	color: #1abc9c !important;
}
.title {
	width: 40%;
}
a:hover {
	text-decoration: none;
}
.button {
	background-color: #286090;
	border-radius: 5px;
	border: 3px solid #286090;
	padding: 5px;
	color: white;
	font-weight: 400;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	text-align: center;
}
.button:hover {
	color: black;
	text-decoration: none;
	font-weight: 500;
}
.button_upload {
	background-color: grey;
	color: black;
	border-radius: 5px;
	padding: 5px;
}
.button_upload:hover {
	text-decoration: none;
	box-shadow: 0 3px 8px 0 RGB(102,102,102);
 //background-color: #1f1f1f;
	color: black;
}
.form_title {
	font-family: "Xolonium-Bold";
	color: #00ABEB;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}
.subtitle {
	font-family: "MyriadPro-SemiCn", "Segoe UI", sans-serif;
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
 //line-height: 32px;
	background-color: #EE1C25;
	border-top-left-radius: 50px;
}
.autowidth {
	width: auto;
}
.tnc {
	text-align: justify;
	line-height: 30px;
}
table {
	color: white;
	text-align: left;
}
table td {
	padding: .625em;
	vertical-align: top;
	border: 1px solid white;
}
table.formRegist td {
	padding: .625em;
	vertical-align: top;
	border: 0;
}
textarea, input {
	width: 300px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	color: black;
}
.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 15px;
	width: 100%;
	position: relative;
}
.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
 //text-align: center;
	padding: 10px;
	margin: 10px;
 //background: #f1f1f1;
 //color: #666;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 20px);
}
.MultiCarousel .leftLst {
	left: 0;
}
.MultiCarousel .rightLst {
	right: 0;
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
	pointer-events: none;
	background: #ccc;
}
#pagewrapper {
	margin: 10px 10px;
	color: #FFFFFF;
	font-family: "Roboto", "Segoe UI", sans-serif !important;
	font-style: italic;
	font-weight: 100 !important;
	line-height: 1.5;
}
.fontcustom {
	font-size: 24px;
	font-weight: 700;
	color: lightblue;
	font-style: italic
}

@media (min-width: 768px) {
.row {
	display: table;
	table-layout: fixed;
	width: 100%
}
.column-half {
	display: table-cell;
	width: 50%;
	padding: 20px;
}
.space {
	padding: 20px
}
}

@media (max-width: 576px) {
.fontcustom {
	font-size: 20px;
}
}

@media only screen and (max-width: 720px) {
textarea, input {
	width: 200px;
}
}

@media only screen and (max-width: 640px) {
.title_form {
	font-size: 16px;
}
.form_title {
	font-size: 16px;
}
.subtitle {
	font-size: 16px;
}
.fileformat {
	font-size: 12px;
}
#termscondition, #product, #gamebundle {
	padding: 50px 30px 50px 30px;
}
#form {
	background-color: black;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
body {
	font-size: 1rem;
}
ul {
	padding-left: 10px;
}
.smallfont {
	font-size: 10px;
}
}
