@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);
	background-color: #070105;
}
#snk {
	text-align: center;
	padding: 70px 90px 70px 90px;
	background-color: #070105;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	max-width: 100%;
}
#form {
	text-align: center;
	padding: 50px 0 50px 0;
	background-color: #070105;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 100%;
}
picture {
	max-width: 100%;
}
body {
	font: 20px 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: 14px;
}
img {
	padding: 0px;
}
.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%;
}
textarea, input, #option {
	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;
	font: 16px montserrat, sans-serif;
}

::placeholder {
 color:#1F1F1F;
 opacity: 0.8;
 font-style: italic;
}
.button_upload {
	background-color: grey;
	color: black;
	border-radius: 5px;
	padding: 5px;
	text-decoration: none;
}
.button_upload:hover {
	text-decoration: none;
	box-shadow: 0 3px 8px 0 RGB(102,102,102);
 //background-color: #1f1f1f;
	color: black;
}
a:hover {
	text-decoration: none;
}
.button {
	background-color: #EE0020;
	border-radius: 5px;
	border: 3px solid #EE0020;
	padding: 10px;
	color: white;
	font-weight: 600;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	font-size: 16px;
}
.button:hover {
	color: #EE0020;
	background-color: black;
	text-decoration: none;
}
.form_title {
	font-family: "Xolonium-Bold";
	color: #EE0020;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.5;
}
.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: #EE0020;
	border-top-left-radius: 50px;
}
.autowidth {
	width: auto;
}
.tnc {
	text-align: justify;
	line-height: 30px;
}
table {
	color: white;
	text-align: center;
	width: 50%;
}
table td {
	padding: 1em;
	vertical-align: center;
	border: 1px solid red;
}
.fileformat {
	color: white;
	font-style: italic;
	font-size: 16px;
}

@media only screen and (max-width: 720px) {
textarea, input, #option {
	width: 200px;
	font: 12px montserrat, sans-serif;
}
}

@media only screen and (max-width: 640px) {
.title_form {
	font-size: 16px;
}
.form_title {
	font-size: 20px;
}
.subtitle {
	font-size: 16px;
}
.fileformat {
	font-size: 12px;
}
#snk {
	padding: 50px 30px 50px 30px;
}
body {
	font-size: 18px;
}
#form {
 //background-color: black;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
ul {
	padding-left: 10px;
}
.smallfont {
	font-size: 10px;
}
}
