@font-face {
  font-family: Gotham;
  src: url(../font/Gotham-Medium.otf);
}

@font-face {
  font-family: Gotham-Book;
  src: url(../font/Gotham-Book.otf);
}

@font-face {
  font-family: Gotham-Bold;
  src: url(../font/Gotham-Ultra.otf);
}

body{
	font-family: 'Gotham';
	font-size: 18px;
}


img{
	max-width: 100%;
}

.white-line{
	background-color: #fff;
	height: 80px;
	width: 100%;
	float: left;
	position: absolute;
}

.banner{
	background-image: url(../image/header.png);
  height: 532px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}


.banner-content {
    margin-bottom: 100px;
}

.logo{
	z-index: 9;
    position: relative;
}

.logo a{
	position: fixed;
  right: 0;
}

.legion-logo{
	margin-bottom: 25px;
}

.white{
	color:#fff;
	margin-top: 40px;
}

.intel{
	margin-left: 25px;
}

.btn.btn-primary{
	border-radius: 0px;
	background-color: #ec174b;
	border-color: #ec174b;
}

.banner-button {

}

.no-padding-left{
	padding-left: 0px;
}

.no-padding-right{
	padding-right: 0px;
}

.banner-button a.btn{
	margin-top: 30px;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
}

.banner-button a.btn:after{
	content: '';
	background-image: url('../image/arrow-down.png');
	position: absolute;
    bottom: 20px;
    left: 46%;
	width: 34px;
	height: 9px;
}

.legion-banner{
	padding: 60px 0 0;
	background-image: url('../image/legion-banner.jpg');
	background-position: center;
	background-size: cover;
}

.rdp2-banner{
	padding: 40px 0 20px;
	background-color: #000;
}

.legion-banner-logo{
	margin-bottom: 22px;
}

.legion-banner p{
	font-size: 18px;
}

.notebook {
    float: left;
}

.competition{
	background: #000;
	padding: 25px 0px;
}

.competition-desc{
	padding: 70px 0px;
}

.competition-desc{
	background-image: url('../image/content_background.png');
	background-size: contain;
}

li{
	color: #fff;
}

.game {
    margin: 0 0 35px;
}

footer .o-mainFooter__footerLinksColumn h2:before{
	line-height: 8px;
}

.white-text,
label{
	color:#fff;
}

.form-control{
	margin-bottom: 15px;
}

.note{
	float: right;
	/*background-color: #fff;*/
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#3e8ddd;
	padding: 0px 9px;
	cursor: pointer;
	position: absolute;
    top: 15px;
    right: 0;
}

#frm-competitionsForm-file_upload{
	opacity: 0;
	position: absolute;
	left: 0;
}

.upload_file{
	background-color: #fff;
	color:#786a6a;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 20px;
	cursor: pointer;
}

.upload-input{
	color:#fff;
}

.upload-input p{
	margin-top: 10px;
}

#frm-competitionsForm{
	padding: 15px 0px;
	position: relative;
}

#frm-competitionsForm .btn{
	width: 100%;
	color:#fff;
	border-color:#fff;
	background-color: transparent;
	padding: 10px 60px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#frm-competitionsForm input.form-control{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 23px 15px;
}

.gdpr{
	margin-top: 25px;
	margin-bottom: 10px;
}

.gdpr label{
	margin-left: 25px;
}

#frm-competitionsForm-gdpr{
	position: absolute;
    left: 15px;
    top: 15px;
}

.red-text{
	color:#ff0000;
}

.black-text{
	color:#000;
}

.banner .container{
	padding-top: 40px;
}

.form-result h1,
.form-result h2{
	margin-top: 10px;
	margin-bottom: 51px;
}

.form-result h1{
	font-size: 70px;
}

.form-result.win h1{
	font-size: 1.9rem
}

.form-result.win h1{
	margin-top: 0px;
	margin-bottom: 27.5px;
}

.form-result.win .win-box{
	background-color: #fff;
	color:#786a6a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 14px 0px;
	font-size: 30px;
	margin-bottom: 27.5px;
}


.sn-help{
	width: 300px;
    position: absolute;
    z-index: 9;
    right: 37px;
    top: 0px;
    padding: 10px;
    background-color: #fff;
    display: none;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.note:hover .sn-help{
	display: block;
}

.filename{
	margin-top:0px !important;
	margin-bottom: 0px;
	position: absolute;
	top: -8px;
	font-size: 12px;
}

.form-result{
	padding: 100px 0px;
}

.form-result a{
	text-decoration: underline;
	color:#fff;
}

.gdpr label{
	margin: 0px;
}

.gdpr input{
	margin-right: 10px;
}

.reload-button{
	margin-top: 25px;
}

.reload-button a{
	background-color: #fff;
	color:#786a6a !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 20px;
	text-decoration: none;
}
