@font-face {
	font-family: 'Futura-Light';
	src: url('font/FuturaMaxiStd-Light.ttf') format('opentype');
}
@font-face {
	font-family: 'Futura-Demi';
	src: url('font/FuturaMaxiStd-Demi.ttf') format('opentype');
}
@font-face {
	font-family: 'EASSanReg';
	src: url('font/EASSanReg.ttf') format('truetype');
}

/* font smoothing */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
	padding: 100px 0 0 0;
	font-size: 18px;
	color: #fff;
	font-family: 'Futura-Light', helvetica, arial, sans-serif;
	overflow-y: auto;
	overflow-x: hidden;
	background-color:#161616;
	background-image: url(../skins/preorder/img/work-background.jpg);
	background-repeat: no-repeat;
	background-align: top center;
	font-size: 18px;
	font-weight: 200;
    line-height: 1.8em;
	padding: 0;
	background-size: 100%;
}
.announce img {
	background-color: transparent;
}

sup {
	font-size: 62%;
}

form {
	padding: 15px;
}

.preorder-header {
	text-align: center;
	font-size: 32px;
	margin-bottom: 40px;
	margin-top: 56px;
	line-height: 1.2em;
}

.row.margin-bottom {
	margin-bottom: 20px;
}
	
	
.row.align-bottom {
	display: flex;
	align-items: flex-end;
}



/* BLUE BOXES */

.preorder-boni > div {
	border: 2px solid #13476f;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	width: auto;
	font-size: 0.65em;
	line-height: 1.9em;
	font-weight: 100 !important;
	height: 160px;
	border-radius: 10px;
	background: rgb(28,58,96);
	background: -moz-linear-gradient(0deg, rgba(28,58,96,1) 0%, rgba(23,27,38,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(28,58,96,1) 0%, rgba(23,27,38,1) 100%);
	background: linear-gradient(0deg, rgba(28,58,96,1) 0%, rgba(23,27,38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3a60",endColorstr="#171b26",GradientType=1), drop-shadow(0px 0px 7px rgba(43, 187, 47, 0.38));
	-webkit-filter: drop-shadow(0px 0px 7px rgba(43, 187, 47, 0.38))
}
.preorder-boni .sub-head {
	font-weight: bold;
	display: block;
	font-family: 'Futura-Demi', 'locator-web', helvetica, arial, sans-serif;
	margin-bottom: 2px;

}

.preorder-desc {
	width: 100%;
	margin-top: 30px;
    font-size: 14px;
    line-height: 1.8em;
}



/* INPUT ELEMENTS */

.input-group .form-control {
	background: transparent;
	width: 100%;
	color: #fff;
	border: 2px solid #888;
	border-radius: 5px !important;
	height: 80px;
}
.input-group  input.form-control.preorder-code {
	border: 2px solid #f68602;
	color: #f68602;
}

.label-form.code {
    color: #f68602;
}

.form-control:focus {
    border-color: #479CB0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1),0 0 8px rgba(94, 217, 246, 0.6);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1),0 0 8px rgba(94, 217, 246, 0.6);
}
.input-group  input.form-control.preorder-code:focus {
    border-color: #f68504;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 0 8px rgba(246, 133, 4, 0.41);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 0 8px rgba(246, 133, 4, 0.37);
}
.input-group-addon {
	height: 45px;
	padding: 0;
}
.input-group {
    display: inline-block;
	width:100%;
	margin-bottom: 10px;
	position: relative;
}


.input-group-addon {
	top: 0px;
	text-transform: uppercase;
	font-size: 2pt !important;
	color: gray !important;
	left: 13px;
	background: none !important;
	border: none !important;
	position: absolute;
	text-align: left;
}

.label-form {
	color: #888;
	font-weight: lighter;
}


.btn.submit {
	padding: 28px;
	border: none !important;
	border-radius: 5px;
	background-color: #f68602;
	text-transform: uppercase;
	width: 100%;
	font: 100 18px/12px 'Futura-Demi', 'locator-web', helvetica, arial, sans-serif;
}

.btn.submit:hover {
	background: white;
	color: #f68602;
}



/* CAPTCHA */

.captcha {
	padding: 10px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 15px;
}

.captcha img {
	height: 45px;
	width: 150px;
}

.captcha:after {
    content: '\2190';
    position: absolute;
    right: 180px;
	color: #888;
}



/* STYLED DROPDOWN */

.dropdown-toggle {
	border: none !important;
	background: none;
}

.dropdown-toggle:hover, .dropdown-toggle:focused {
	background: none !important;
	border: 2px solid gray;
	border-radius: 10px !important;
	height: 60px;
	color: white !important;
}

.btn-group .border, .dropdown-toggle {
	background: none;
	border: 2px solid #888;
	border-radius: 5px !important;
	height: 80px;
}

.dropdown-menu {
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background: none;
	border: 1px solid #ffffff;
	border-top: none;
}

.dropdown-menu ul li {
	padding: 5px 5px 5px 5px;
}

.dropdown-menu ul li.selected {
	background: #f68602;
}

.open>.dropdown-toggle.btn-default {
	background-color: #fff;
	border-radius: 5px !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
	border: 0;
	/*
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	*/
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 37%;
    right: 30px;
    margin-top: -2px;
    vertical-align: middle;
}

.caret:before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.65em;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.65em;
}

.dropdown-menu ul li:hover {
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	background: #f2f7ff;
	color: #333;
}
.dropdown-menu ul li:hover a {
	color: #333;
}	

.dropdown-menu ul li a {
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	color: #fff;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: transparent; 
    border: none;
    outline: 0;
}

.btn-default.focus, .btn-default:focus {
	background: transparent;
	color: #fff;
	border: 0;
}
.btn-default:hover {
	background: transparent;
    color: #fff;
	border: 0;
}



/* BOTTOM DISCLAIMER */

div.ref {
	margin-top: 70px;
	line-height: 1.8em;
}

div.ref p a {
	text-transform: lowercase;
	text-decoration: none;
}

div.ref p{
	color:gray;
	font-size: 0.6em;
	line-height: 1.8em;
	text-transform: uppercase;
	
}


/* CUSTOM CHECKBOX */

.custom-checkbox-container {
    font-size: 14px;
    line-height: 26px;
    height: 80px;
	margin-top: 8px;
}

.custom-checkbox-container input {
    display: none;
    // Better than display: none for accessibility reasons
    position: relative;
    z-index: -9999;
}

.custom-checkbox {
    width: 32px;
    height: 32px;
	border: 2px solid #888;
	border-radius: 5px;
    display: inline-block;
    z-index: 100;
    position: absolute;
	top: 10px;
}

.custom-checkbox:hover {
	cursor: pointer;
}

.custom-checkbox-container input:checked + .custom-checkbox {
    background: #f68602;
}

.custom-checkbox-container input:checked + .custom-checkbox:after {
    content: '\2716';
    position: absolute;
    left: 9px;
}

.accept-tos {
    padding-left: 45px;
    float: left;
    position: absolute;
    top: 12px;
}






h1 {
	font: 900 32px/28px 'Futura-Demi', 'locator-web', helvetica, arial, sans-serif;
	color: #eee;
	font-weight: bold;
	line-height: 150%;
	box-sizing: border-box;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

h2 {
	font-size: 80px;
	font: 900 32px/28px 'Futura-Demi', 'locator-web', helvetica, arial, sans-serif;
	/*margin: 30px -15px 30px -30px;
	padding: 30px;*/
    text-align: center;
	line-height: 80%;
	 color: #536494;
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #536494;
}

h3 {
	font: 900 24px/1.2em 'Futura-Demi', 'locator-web', helvetica, arial, sans-serif;
	color: #eee;*/
}
h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0 15px 0;
}
a {
	color: #f68602;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #fff;
}

sub {
	font-size: 65%;
	bottom: 0.1em;
}
img {
	border: 0px;
}
img.teaser-img {
	max-width: 100%;
	margin-bottom: 20px;
}
.btn-default {
	width: 100%;
	color: #ffffff;
	border: 0;
}

#formcontent {
	position: relative;
	top: 20%;
	height: 100%;
	margin-right: 20px;
}
.content {
	padding: 15px 30px 30px 30px;
	background: transparent;
}
.headline {
	background: rgba(07,07,07,0.4);
}
input.form-control {
	float: left;
	width: 50%
}
.form-control {
	border-radius: 0px;
	height: 45px;
	border-color: #fff;
	box-shadow: none;
}
.form-group {
	border-radius: 0px;
	position: relative;
	top: 20%;
	height: 100%;
}
.form-group .input-group.first {
	margin-bottom: 10px;
}
.btn {
	border-radius: 0px;
    padding: 0px;
}

.btn-group {
	margin-bottom: 5px;
}


div.input-group-addon label {
    position: absolute;
    top: 10px;
    font-size: 10px;
	font-weight: 800;
}

div.input-group-addon label span {
	position: relative;
	top: 50%;
}

.input-group-addon.sub label sub {
	bottom: -1em;
}

.input-group-btn,
.input-group-addon,
.input-group .form-control {
	display: inline-block;
}
.btn,
label,
button,
.label-form {
	font-size: 18px;
}


#captcha2 {
	float: left;
	width: 201px;
	padding-top: 0px;
}
.text-info {
    color: #ffffff;
}
.btn-group>.btn:first-child {
    padding-left: 20px;
}
.dropdown-menu {
	border-radius: 0;
	background: #181818;
}
.checkbox label:hover,
.checkbox label:focus,
.checkbox label:active,
input[type="checkbox"]:hover,
input[type="checkbox"]:focus,
input[type="checkbox"]:active,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
#userinfo {
	display: none;
}
.btn-group,
.label-form,
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)	{
	width: 100%;
}

.container-fluid {
    padding: 0;
}

.input-group.captcha-field {
	margin-bottom: 0;
}
.checkbox {
	margin-bottom: 15px;
}

hr {
	border-top: 0;
}

.checkbox .redborder {background-color: #fff; padding: 5px 5px 5px 30px;}
.redborder a    {
	col2or: #ff0000;
}
.redborder {
    border: 2px solid #ff0000 !important;
    display: block !important;
}
.error {
	margin: 0;
	color: #ff4a4a;
	text-shadow: 0px 1px 1px #ccc;
	font-size:14px;
	line-height: 125%;
	display: block; overflow:
	hidden; padding-top: 1px;
	padding-left: 20px; padding-right: 10px;
}

.error {
	margin: 0;
	color: #ff4a4a;
	text-shadow: 0px 1px 1px #ccc;
	font-size:14px;
	line-height: 125%;
	overflow: hidden;
	padding: 0;
	width: auto;
}
.errorfield ,
.errorfield2,
.errorfield3,
.errorfield-big {
	display: block;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #ff0000;
	border-radius: 5px;
	margin: 10px 0;
}

.errorfield-big p {
	margin-bottom: 5px;
}

.errorfield-big ul {
	padding-left: 15px;
	margin: 0;
}

/*
.errorfield 	{ background:url(http://static-cdn.ea.de/fifa_16_preorder/skins/fifa16_preorder_skin/img/error.png) no-repeat; width:41px; height:50px; position:relative; margin:5px 0 0 390px; z-index:10;}
.errorfield-big { background:url(http://static-cdn.ea.de/fifa_16_preorder/skins/fifa16_preorder_skin/img/error-big.png) no-repeat; width:178px; height:50px; position:relative; margin:5px 0 0 359px; z-index:10; padding:5px 0 0 18px;}
.errorfield2 	{ background:url(http://static-cdn.ea.de/fifa_16_preorder/skins/fifa16_preorder_skin/img/error.png) no-repeat; width:178px; height:50px; position:relative; margin:5px 0 0 300px; z-index:10;}
.errorfield3	{ background:url(http://static-cdn.ea.de/fifa_16_preorder/skins/fifa16_preorder_skin/img/error.png) no-repeat; width:178px; height:50px; position:relative; margin:5px 0 0 300px; z-index:10;}

*/

/*MEDIA*/

@media (min-width: 580px) {
	br.mobile {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.checkbox {
		height: 100px;
		margin-bottom: 51px;
	}
}

@media (min-width: 768px) and (max-width: 910px) {
	h1 { padding: 15px;}
}

@media (min-width: 993px) {
/*
	.errorfield 	{ position:absolute; margin:45px 0 0 105%; z-index:10;}
	.errorfield-big { position:absolute; margin:45px 0 0 105%; z-index:10; padding:5px 0 0 18px;}
	.errorfield2 	{ position:absolute; margin:0 0 0 105%; z-index:10;}
	.errorfield3	{ position:absolute; margin:45px 0 0 105%; z-index:10;}
*/
}

@media (min-width: 1300px) {
	.input-group-addon {
		width: 50%;
	}
	/*
	.errorfield3,
	.errorfield-big {
		margin: -3px 0 0 105%;
	}
	*/
	.checkbox {
		margin-bottom: 15px;
		margin-top: 5px;
	}
}

@media (min-width: 1600px) {
	.input-group-addon {
		width: 40%;
	}
	.input-group .form-control {
		width: 100%;
	}
}

@media (min-width: 1690px) {
	.checkbox {
		margin-bottom: 41px;
	}
}

@media (min-width: 1700px) {
	body {
		/*background: url("../img/mea_bg_2017.jpg") 0 0 no-repeat rgba(07,07,07,0.9);*/
		background-size: 100%;
	}
	#codeform {
		width: 915px;
	}
	#page {
		position: absolute;
		top: 10%;
	}
}

@media (max-width: 1699px) {
	img {
		width: 100%;
	}
	.overlaybox {
		width: auto;
	}
	#form_image {
		display: block;
		margin: 0;
		float: none;
		max-width: 100%;
	}
	body {
	}
	#infotext {
		margin-bottom: 40px;
	}
	#infotext .ptext {
		width: auto;
	}
	.rightcol {
		width: auto;
		float: none;
		margin-top: 30px;
	}
	.leftcol {
		width: auto;
		float: none;
		margin: 0px;
	}
	.overflow {
		width: auto;
	}
	#submit .submitinput {
		width: 320px;
	}
	#submit {
		margin: 0;
	}
	#page {
		width: 45%;
		float: right;
		margin: 0 -45px 0 0;
	}
}

@media (max-width: 1200px) {
	.btn-group,
	.label-form,
	.input-group,
	.input-group-addon,
	.input-group .form-control,
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)	{
		width: 100%;
	}
	.input-group-addon {
		float: left;
		padding-top: 10px;
	}
	.input-group-addon {
		padding-top: 0px;
	}
}

@media (max-width: 909px) {

	.row {
		margin-left: 0;
		margin-right: 0;
	}

	.content { 
		padding: 0;
	}

	.row .preorder-boni + .preorder-boni {
	    margin-top: 20px;
	}

	.custom-checkbox-container {
		height: 110px;
	}

/*
	.errorfield 	{ background:url(http://static-cdn.ea.de/fifa_16_preorder/skins/fifa16_preorder_skin/img/error.png) no-repeat; width:41px; height:50px; position:relative; margin:5px 0 0 0; z-index:10;}
	.errorfield-big { background:url(http://static-cdn.ea.de/fifa_16_preorder/skins/fifa16_preorder_skin/img/error-big.png) no-repeat; width:178px; height:50px; position:relative; margin:5px 0 0 0; z-index:10; padding:5px 0 0 18px;}
	.errorfield2 	{ background:url(http://static-cdn.ea.de/fifa_16_preorder/skins/fifa16_preorder_skin/img/error.png) no-repeat; width:178px; height:50px; position:relative; margin:5px 0 0 0; z-index:10;}
	.errorfield3	{ background:url(http://static-cdn.ea.de/fifa_16_preorder/skins/fifa16_preorder_skin/img/error.png) no-repeat; width:178px; height:50px; position:relative; margin:5px 0 0 0; z-index:10;}
*/
}


@media (max-width: 767px){
	h1 {
		display: none;
	}
	h2 {
		font: 900 18px/25px 'Futura-Light', 'locator-web', helvetica, arial, sans-serif;
	}
	.form-group {
		margin-right: 0px;
	}
	.content {
		padding: 15px;
	}
	.col-md-6 {
		padding: 0;
	}
	.row.align-bottom {
		display: block;
	}
	.preorder-boni > div {
		height: auto;
		padding-bottom: 20px;
	}
	.custom-checkbox-container {
		height: 124px;
	}
}

@media (max-width: 600px) {
	body {
	}
	.input-group-addon {
		width: 100%;
		float: left;
		padding-top: 10px;
	}
	.label-form {
		width: 100%;
	}
	.input-group {
		width: 100%;
	}
	.input-group-addon {
		padding-top: 0px;
	}
}

@media (max-width: 640px) {
	body {
	}
}

@media (max-width: 500px) {
	h3 {
		font: 900 16px/20px 'Futura-Light', 'locator-web', helvetica, arial, sans-serif;
	}
}

@media (max-width: 400px) {
	h3 {
		font: 900 14px/20px 'Futura-Demi', 'locator-web', helvetica, arial, sans-serif;
	}
}

@media (max-width: 360px) {
	body {
		/*background: url("../img/mea_bg_2017.jpg") -100px 0 no-repeat rgba(07,07,07,0.9);*/
		background-size: cover;
		background-attachment: fixed;
	}
	h3 {
		font: 900 13px/20px 'Futura-Demi', 'locator-web', helvetica, arial, sans-serif;
	}
}


