#regPro {
display:none;
}

/* Registration popup classes */
.chec1 {
height: 50px;
}

.chec2 {
height: 50px;
}

.fa-chevron-circle-left {
    position: absolute;
    background-image: url('register_assets/question-icon.png');
    margin-top: 3px;
    cursor: pointer;
    top: 3px;
}

.chec1 label[for=policyChecked] {
display: block;
position: relative;
top: -20px;
font-size: 12px;
padding-left: 24px;
}

.chec2 label[for=receiveEmail] {
display: block;
position: relative;
top: -20px;
font-size: 12px;
padding-left: 24px;
}

input[type=checkbox] {
width: 16px !important;
}

.back_btn {
    position: absolute;
    width: 25px;
    height: 25px;
    /* background-color: #f00; */
    top: 20px;
    background-image: url(register_assets/back-button-circle.png);
    background-size: cover;
    left: 20px;
}



a:focus, button:focus, input[type='submit']{outline: none;}


select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
border: none;
background: none
}

select::-ms-expand {
display: none;
}
input, textarea, keygen, select, button, option{
font-family: 'montserratthin', sans-serif !important;
font: 'montserratthin', sans-serif !important;;
}
fieldset {
border: 0;
margin: 0;
padding: 0;

}

input {
font-family: 'montserratthin', sans-serif !important;
font-size: 14px;
background: none;

}
.fancybox-close{
right: 4px !important;
width: 37px !important;
height: 35px !important;
}
.fancybox-inner{
height: auto !important;
text-align: center;
}
.formError{
border: 1px solid #f00 !important;
}
.formOK{
border: 1px solid #0f0 !important;
}
.clear{
clear: both;
}
.monB{
font-family: 'Montserrat', sans-serif !important;
font-weight: normal !important;
}
.monR{
font-family: 'Montserrat', sans-serif !important;
font-weight: normal;
}
.monT{
font-family: 'Trebuchet MS', 'Montserrat', sans-serif !important;
font-weight: normal;
font-size: 14px;
}

.errFieldchek{
color: #ff0000;
display: block;
color: #f00;
height: 16px;
font-size: 12px;

}
#errPoll{
margin-left:0px;
}

}

.fancybox-wrap {
position: absolute;
top: 50%;
transform:translateY(-50%);
}

.fancybox-opened{
top: 50% !important;
-webkit-transform: translateY(-50%)  !important;
-moz-transform: translateY(-50%)  !important;
-ms-transform: translateY(-50%)  !important;
-o-transform: translateY(-50%)  !important;
transform: translateY(-50%)  !important;

}
.errField {
display: block;
color: #f00;
position: relative;
top: 30px;
font-size: 11px;
float: left;
left: 2px;
margin-top: -20px;
z-index: 10;
}

.left_col {
padding: 0 20px 20px;
}

#c_step1 {
display: block;
}
#c_step2 {
display: none;
}
#c_step3 {
display: none;
}
#t_step3{
display: none;
}
.btn-cont {
width: 100%;
height: 52px;
background-color: #ccc;
color: #fff;
font-size: 18px;
border: 0;
border-radius: 2px;
}
.btn-contActive{
cursor: pointer;
background-color: #004097;
}
.c_step3{
padding: 20px 40px;
text-align: left;
}
.c_step3 h1{
text-align: center;
}
.c_step3 p{
text-align: left;
font-size: 14px;
line-height: 1.4;
color: #444444;
margin-bottom:10px;
font-family: "Montserrat", helvetica;
font-weight: 200;
}
.c_step3 a{
color: #428bca;
text-decoration: none;
}
.close_step3 {
padding: 14px 20px;
font-size: 17px;
color: #fff;
background: #004097;
text-transform: uppercase;
border-radius: 2px;
border: 0;
display: inline-block;
margin-bottom: 0;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
}
.registerUl {
list-style-type: none;
padding:0 13px;
}

.registerUl li {
margin-bottom: 30px;
float: left;
width: 48%;
text-align: left;
margin-right:4%;
position: relative;
}
.registerQuestion {
position: absolute;
right: 9px;
top: 41px;
width: 19px;
height: 19px;
z-index: 50000;


}
.fa-question:before{
content: url(register_assets/question-icon.png);
width: 19px;
height: 19px;
}
.fa-check:before{
content: url(register_assets/check-icon.png);
width: 19px;
height: 19px;
}

.fa-check {
  margin-top: 4px;
position: relative;
top: 4px;
}

.registerQuestLabel{
position: absolute;
top: 20px;
right: 35px;
border: 1px solid #000;
border-radius: 5px;
padding: 10px 20px;
background: #fff;
display: none;
z-index: 6000000;
width: 220px;
text-align: left;
font-size: 12px;

}
.registerQuestLabel160{
width: 160px;
}
.registerQuestion:hover .registerQuestLabel{
display: block !important;
}
.registerQuestion .fa-question{
margin-top: 3px;
cursor: pointer;
position: relative;
top: 3px;
}
.registerUl li:nth-child(even){
margin-right: 0;
}
.registerField, .selectField{
height: 50px;
padding: 6px 15px;
color: #444;
border: 1px solid #999999;
border-radius: 2px;
box-shadow: none;
-webkit-transition: border .4s;
-moz-transition: border .4s;
transition: border .4s;

}
.registerField {
position: relative;
top: 5px;
width: 100%;
height: 47px;
padding: 10px;
background-color: white !important;
}

.registerLabel {
font-weight: 100 !important;
display: block;
position:relative;
z-index: 100;
}

.registerTitle {
margin: 10px 0 20px;
}

.selectField {
width: 100%;
height: 47px;
padding: 10px;
margin-top: 6px;
background-color: white !important;
}

.fa-angle-down{
position: absolute;
right: 11px;
top: 45px;
font-size: 22px;
}

.selectField{
position: relative;
z-index: 3;
background: none;

}
.registerBirthdayW, .registerMonthW, .registerYearW{
float: left;
border-radius: 2px;
position: relative;
}
.registerBirthdayW {

width: 23%;


}
.registerMonthW {
width: 40%;
margin: 0 5%;
}
.registerYearW {
width: 27%;
}
.registerBirthdayW select, .registerMonthW select, .registerYearW select{
width: 100%;
position: relative;
z-index: 50;
height: 47px;
padding: 10px;
border: 1px solid #999999;
border-radius: 2px;
background: none;

}
.registerBirthdayW .fa, .registerMonthW .fa, .registerYearW .fa{
top: 13px;
}

.registerTitle {
font-size: 30px;
color: #000F2E;
}

#wrapper {
height: 100%;
min-height: 100%;
}

#cover {

}

#cover-container {
position: relative;
background: url(landing2/allgames.jpg) center center ;
background-size: cover;

}
.mobile_back{
display: none;
}

#steps {
background-color: #000F2E;

}

#steps-container {
width: 73%;
margin: 0 auto;
}

.step {
width: 33%;
float: left;
height: 100%;
padding: 0.8vw;
}

.step-nr {
font-size: 3.1vw;
float: left;
margin-right: 0.8vw;
}

.step-text {
font-family: 'PT Sans', sans-serif;
text-align: left;
padding-top: 0.4vw;
margin-left: 0.4vw;
}



.tex1 {
display: block;
font-size: 30px;
font-weight: bold;
padding: 0;
}

.tex2 {
display: block;
font-size: 70px;
font-weight: bold;
}
.discl_main{
font-family: 'PT Sans', sans-serif;
font-size: 14px;
font-weight: bold;
width: 50%;
margin-top: 10px;
padding: 0 5px;
}

.mobile-1 {
display: none;
font-size: 26px;
font-weight: bold;
}

.mobile-2 {
display: none;
font-size: 18px;
font-weight: bold;
}

.mobile-3 {
display: none;
font-size: 10px;
font-weight: bold;
}


.green-btn {
background-color: #009716;
color: #fff;
margin: 1vw 0;
padding: 20px 30px;
font-family: 'Montserrat', sans-serif;
font-size: 2vw;
line-height: 2vw;
font-weight: bold;
text-transform: uppercase;
border-radius:2px;
display: inline-block;
}

.btn-default {
position: relative;
top: -45px;
right: 20px;
color: #fff;
background: #004097;
text-transform: uppercase;
width: 200px;
border: 0;
float: right;
z-index: 2;
}

.btn-default:hover {
color: #fff;
background: #004097;
text-transform: uppercase;
width: 200px;
border: 0;
}

.text-cover {
left: 0;
right: 0;
width: 100%;


}

.text-cover-align {
display: block;
padding:6% 0 2% 0;
/*height: 520px;*/
width: 73%;
margin: 0 auto;
text-align: left;
}

.line1{
font-family: 'PT Sans', sans-serif;
font-size:34px !important;
font-weight: bold;
}
.line2{
font-family: 'PT Sans', sans-serif;
font-size: 80px;
padding: 0;
font-weight: bold;
}
.line3{
font-family: 'PT Sans', sans-serif;
font-size: 34px;
font-weight: bold;
margin-bottom: 10px;
}

a.logo {
display: block;
width: 200px;
margin: 4px auto;
}

header a.logo img {
width: 200px;
margin: 0;
padding: 0;
vertical-align: middle;
}

header {
width: 100%;
background-color: #000F2E;
height: 65px;
}

.h-image-section {
margin: 0 auto;
}

figure {
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin:0;
}

figure.fixedratio {
padding-top: 520px; /* 539px/1920px = 0.28 */
background-color: #000F2E;
background-image: url('landing2/allgames-mobile.jpg');
background-repeat: no-repeat;
background-size: cover;
-moz-background-size: cover;
background-position: center center;
}

footer {
background-color: #202020;
padding-bottom: 30px;
}

.partners-container {
max-width: 50%;
margin: 0 auto;
padding-top: 20px;
padding-bottom: 1vw;
}

.partners-container img {
width: 90px;
height: auto;
}

.terms-cond {
text-align: left;

}

.terms-cond-container {
max-width: 73%;
margin: 0 auto;

}

.terms-cond-container span {
font-size: 10px;
color: #999999;
}

.terms-cond-container p {
font-size: 10px;
color: #999999;
}

.spec-icons {
padding-top: 4px;
padding-bottom: 4px;
overflow: hidden;
}

.spec-icons-container {
max-width: 73%;
margin:0 auto;

}

.strikeText {
display: block;
text-align: center;

white-space: nowrap;
float: left;
width: 100%;
}

.strikeText > span {
position: relative;
display: inline-block;
font-size: 20px;
}

.strikeText > span:before,
.strikeText > span:after {
content: "";
position: absolute;
top: 50%;
width: 9999px;
height: 1px;
background: #fff;

}

.strikeText > span:before {
right: 100%;
margin-right: 30px;
}

.strikeText > span:after {
left: 100%;
margin-left: 30px;
}

.slick-slide {width: 70px; }
.slick-slide img {margin: auto; }
.slick-slide:focus { outline: none; }
@media only screen and (max-width: 990px)  {

.tex2{
  font-size: 60px;
}

}

/* Small Mobile */
@media only screen and (orientation:portrait) and (max-width: 460px)  {

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  min-width: 100%;
  height: auto;
}
.registerTitle{
  max-width: 290px;
  margin: 10px auto 20px;
}
#errPoll{
  margin-left:0px;
}
.discl_main{
  width: 100%;
  margin: 0 auto;
}
.fancybox-opened{
  top: 0 !important;
  -webkit-transform: none  !important;
  -moz-transform: none  !important;
  -ms-transform: none  !important;
  -o-transform: none  !important;
  transform: none  !important;


}
#cover-container{
  background: #000F2E;
}
.mobile_back{
  display: block;
  width: 100%;

}
.fancybox-wrap {
  position: absolute;
  left: 0px !important;
  top: 0px !important;
  bottom: 0px !important;
}

.left_col {
  float: left;
  width: 100%;

}


.left_col li {
  width: 100%;
}

.right_col li {
  width: 100%;
}

.left_col li input, .left_col li select {
  width: 100%;
}

.right_col li input, .right_col li select {
  width: 100%;
}

.btn-cont {
  width: 100%;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  max-width: 100px !important;
  height: auto;
}

#spaces {
  display: none;
}

#steps, .partners {
  display: none;
}


.tex1 {
  display: block;
  font-size: 4.5vw;
  padding-top: 3vw;
}

.tex2{
  display: block;
  font-size: 10vw;
}



.green-btn {
  background-color: #009716;
  color: #fff;
  margin: 2vw 0 3vw 0;
  padding: 20px 30px;
  width: 76%;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

figure.fixedratio {
  padding-top: 70%; /* 292px/414px = 0.70 */
  background-color: #000F2E;
  background-image: url('landing2/allgames-mobile.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-position: center center;
  height: 292px;
}


.text-cover{
  display: block;
  position: static;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding: 14px 0;
}

.text-cover-align {
  width: 100%;
  text-align: center;
  padding-top: 2vw;
  height: 350px !important;
}


header a.logo img {
  position: inherit;
  margin: 0 auto;
}

a.logo {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-default {
  position: inherit;
  margin: 0 auto;
  float: none;
}

.btn-default:before {
  content: "";
  clear: both;
}

header {
  height: 70px;
}
}

@media only screen and (max-width: 460px) {
.line1 {
font-size: 22px !important;
}

.line2 {
font-size: 50px !important;
}

.line3 {
font-size: 22px !important;
}
}

@media only screen and (max-width: 995px) and (min-width: 320px) {

.liHide{
display: none;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
max-width: 660px;
min-width: 100%;
  /*,
  height: 480px;
  */
  height: auto;
  margin-left: -15px;
  padding-left: 28px;

}
.fancybox-opened{
  top: 0 !important;
  -webkit-transform: none  !important;
  -moz-transform: none  !important;
  -ms-transform: none  !important;
  -o-transform: none  !important;
  transform:none  !important;


}
.discl_main{
  width: 100%;
  margin: 0 auto;
}
.left_col {
  float: left;
  width: 100%;

}
.right_col {
  float: left;
  width: 100%;
  margin-top: -30px;

}

.left_col li {
  width: 100%;
}
#errPoll{
  margin-left:0px;
}

.right_col li {
  width: 100%;
}

.left_col li input, .left_col li select {
  width: 100%;
}

.right_col li input, .right_col li select {
  width: 100%;
}

.btn-cont {
  float: left;
  margin-right: 12px;
  margin-top: 42px;

}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
 padding: 0;
 margin: 0;
 border: 0;
 outline: none;
 vertical-align: top;
 max-width: 100%;
 margin-left: 0;
 padding-left: 0;
 height: auto;
 left: 0 !important;

}

#spaces {
display: none;
}

a.logo {

padding-bottom: 20px;
}

.btn-default {
margin-top: -20px;
}

figure.fixedratio {
padding-top: 70%; /* 292px/414px = 0.70 */
background-color: #000F2E;
background-image: url('landing2/allgames-mobile.jpg');
background-repeat: no-repeat;
background-size: cover;
-moz-background-size: cover;
background-position: center center;
height: 292px;
}

.mobile_back{
display: block;
width: 100%;

}
.text-cover{
display: block;
position: static;
height: 100%;
margin: 0 auto;
overflow: hidden;
width: 100%;
padding: 14px 0;
}
#cover-container{
background: #000;
}
.text-cover-align {
width: 100%;
text-align: center;
padding-top: 2vw;
height: 450px;
}


.green-btn {
background-color: #009716;
color: #fff;
margin: 2vw 0 3vw 0;
padding: 20px 30px;
width: 76%;
font-size: 28px;
line-height: 28px;
font-weight: bold;
text-transform: uppercase;
}

#steps {
display: none;
}


.strikeText > span:before,
.strikeText > span:after {
height: 0;
}

.partners {
display: none;
}


/* tablet portrait */
@media screen and (orientation:portrait) and (min-width:768px) and (max-width:1024px)  {

figure.fixedratio {
padding-top: 70%; /* 292px/414px = 0.70 */
background-color: #000F2E;
background-image: url('landing2/allgames-mobile.jpg');
background-repeat: no-repeat;
background-size: cover;
-moz-background-size: cover;
background-position: center center;
height: 292px;
}

.text-cover{
display: block;
position: static;
height: 100%;
margin: 0 auto;
overflow: hidden;
width: 100%;
padding: 14px 0;
}

.text-cover-align {
width: 100%;
text-align: center;
padding-top: 2vw;
  height: 450px;
}



.green-btn {
background-color: #009716;
color: #fff;
margin: 2vw 0 3vw 0;
padding: 20px 30px;
width: 76%;
font-size: 20px;
line-height: 20px;
font-weight: bold;
text-transform: uppercase;

}


#steps {
display: none;
}

footer {
border-top: 0px solid #fff;
}

.strikeText > span:before,
.strikeText > span:after {
height: 0;
}

.partners {
display: none;
}

.green-btn {
font-size:35px;
line-height: 35px;
}

}


/* tablet landscape */
@media screen and (orientation:landscape) and (min-width:768px) and (max-width:1024px)  {
figure.fixedratio {
padding-top: 38%; /* 292px/414px = 0.70 */
}

.line1 {
font-size:20px;
/*margin-top: 56px;*/
}

.line2 {
font-size:80px;
}

.line3 {
font-size:40px;
}

.green-btn {
font-size:25px;
line-height: 25px;
}
}

.child {
display: none !important;
}
