html.iphone, html.iphone body { height: 100.1%; }

/*html.iphone .BUDGIE_PAGE{ min-height: 100.1%; }
html.iphone #GAME{ height: 100.1%; }*/
html, body {background: black;}


.Full {position: absolute; top:0; left:0; right:0; bottom:0; }
/*.Fullscreen {position: absolute; top:0; left:0; right:0; bottom:0; }*/
.Fullscreen {position: absolute; top:0; left:0; width: 100%; min-height: 100%;  }
.backgroundimage {position: absolute; top:0; left:0; right:0; bottom:0; background-position: center; background-repeat: no-repeat; background-size: cover; }
.backgroundsolid {position: absolute; top:0; left:0; right:0; bottom:0;  }
.loading_icon {position: absolute; top:50%; left:50%; width:200px; height:200px; margin-left:-100px; margin-top:-110px; }
.hide {display: none;}

.HIDDEN_FONT_LOADERS {opacity: 0.01; position: absolute; z-index: -1; }

/*.center_content_container {position: absolute; top:50px; bottom:70px; left:120px; right:120px;  display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center;}*/
.center_content { width:430px;    display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap;  }
.notie .center_content {margin: auto;}
.center_content_wide { width:600px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap;  }
.notie .center_content_wide {margin: auto;}

.center_content_container {    position: relative;
    margin-top: 70px;
    min-height: calc( 100% - 150px );
    margin-bottom: 80px;
    margin-left: 120px;
    margin-right: 120px;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;}



  .F1_CHALLENGE_LOGO {width: 430px; display: block;}
    .F1_CHALLENGE_LOGO img {width: 100%; display: block;}
  .F1_CHALLENGE_TEXTAREA {text-align: center; margin:46px 0; width:430px; }
    .F1_CHALLENGE_TEXT {color: white; font-size: 14px; line-height: 22px;}
  .F1_CHALLENGE_START_BUTTON {width:230px; height:34.5px;  cursor:pointer;  position: relative; }
    .F1_CHALLENGE_START_BUTTON img {width:230px;}
    .F1_CHALLENGE_START_BUTTON_HOVER {position: absolute; top:0; left:0; bottom:0; right:0; display: none;}
      .F1_CHALLENGE_START_BUTTON_HOVER img {width:100%; height:100%;}
      body.desktop .F1_CHALLENGE_START_BUTTON:hover .F1_CHALLENGE_START_BUTTON_HOVER { display: block; }



  .HOWTOPLAY_ANIMATION_AREA {height:260px; width:430px; }
    .HOWTOPLAY_ANIMATION_SLIDE {}
      .HOWTOPLAY_TITLE {color: white; font-style: oblique; font-weight: bold; font-size: 54px; text-align: center; padding-right:8px;}
      .HOWTOPLAY_ANIMATION_SLIDE_PIC {height:140px;width:430px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }
        .PHONE1 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:75px;}
        .PHONE2 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:132px; margin-right:45px;}
        .PHONE3 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:132px; margin-left:45px;}
        .PHONE4 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:75px; margin-bottom:45px;}
        .PHONE5 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:75px; margin-top:45px;}

        .MOUSE1 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:35px;}
        .MOUSE2 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:35px; -ms-transform: rotate(-30deg); -webkit-transform: rotate(-30deg); transform: rotate(-30deg); }
        .MOUSE3 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:35px; -ms-transform: rotate(30deg); -webkit-transform: rotate(30deg); transform: rotate(30deg); }
        .TARGET .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:100px;}
        .COUNTDOWN .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:145px;}
        .COUNTDOWN .HOWTOPLAY_ANIMATION_SLIDE_PIC {position: relative;}
          .HOWTOPLAY_ANIMATION_SLIDE_COUNTDOWN { opacity: 1; margin-left: 0px; position: absolute; top:50%; left:0; right:0; text-align: center; margin-top:-28px; font-size: 60px; color:white; }
          .HOWTOPLAY_ANIMATION_SLIDE_COUNTDOWN { line-height: 60px; vertical-align: top; height: 60px; display: inline-block; margin-top: -30px; padding: 8px; }
          body.ie.windowsOS .HOWTOPLAY_ANIMATION_SLIDE_COUNTDOWN {padding:0;vertical-align: middle;}
          body.windowsOS .HOWTOPLAY_ANIMATION_SLIDE_COUNTDOWN {padding:0;vertical-align: middle;}
      .HOWTOPLAY_ANIMATION_SLIDE_TEXT {color: white; font-size: 12px; line-height: 20px;text-align: center;}


/*.ABOUT_center_content_container {position: absolute; top:20px; bottom:100px; left:120px; right:120px;  display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center;}*/
.ABOUT_center_content_container {    position: relative;
    margin-top: 76px;
    min-height: calc( 100% - 200px );
    margin-bottom: 100px;
    margin-left: 120px;
    margin-right: 120px;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;}

.ABOUT_center_content { width:650px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; padding-bottom:60px; }

/* JUST ADDED */
.ABOUT_center_content { min-height:550px; }
.ABOUT_center_content_inner {text-align: center; }
.ABOUT_center_content_inner {max-width: 100%;}
.ABOUT_center_content_inner .ABOUT_TEXT_CONTENT {display: inline-block; max-width: 100%; }
.ABOUT_center_content_inner .ABOUT_TEXT_CONTENT {}

  @media (max-height: 480px) { .ABOUT_center_content { min-height:0; } }
  @media (max-width: 620px) { .ABOUT_center_content { min-height:0; } }

.LEGAL_TEXT_CONTENT {display: inline-block; max-width: 100%; }

.notie .ABOUT_center_content {margin: auto;}
  /*#ABOUT1 .ABOUT_center_content_container {margin-top:80px;}*/
  #ABOUT2 .ABOUT_TEXT_CONTENT { width:530px; }

  .FUEL_GUAGE_F1CAR {width:438px; padding-left: 78px; margin-bottom: 30px;}

  .ABOUT_TEXT_TITLE {font-size: 41px; line-height: 42px; color: white; text-align: center; margin-bottom: 20px; font-weight: bold; }
  .ABOUT_TEXT_CONTENT {font-size: 13px; color: white; text-align: center; line-height: 21px; width:620px; }
  #ABOUT4 .ABOUT_TEXT_TITLE {margin-top:30px; }
  .LEGAL_TEXT_CONTENT {font-size: 13px; color: white; text-align: left; line-height: 21px; width:620px; margin-bottom:4px;  }
  .LEGAL_TEXT_CONTENT_SUBTITLE {font-weight: bold; margin-top:20px; }


  .ABOUT_BENEFITS {color: white; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; justify-content: space-between; margin-top: 20px; width:650px; }
    .ABOUT_BENEFITS_ITEM { width:200px; height:200px; display: inline-block;}
      .ABOUT_BENEFITS_IMAGE {text-align: center; height: 88px;}
      .ABOUT_BENEFITS_IMAGE.SHIFTDOWN {margin-top: 2px;}
        .ABOUT_BENEFITS_IMAGE img {width:94px; display: inline-block;}
      .ABOUT_BENEFITS_TITLE {font-weight: bold; font-size: 17px; text-align: center; margin-top: 5px;}
      .ABOUT_BENEFITS_TEXT {font-weight: 200; font-size: 16px; line-height: 22px; text-align: center; margin-top: 10px;}


  .ABOUT_NAV {display: block;  position: absolute; bottom:0; left:0; right:0; text-align: center;}
  #ABOUT2 .ABOUT_TEXT_TITLE { padding-top: 40px; }
  /*#ABOUT1 .ABOUT_NAV {bottom:-14px;}*/
  /*@media (max-height: 730px) { #ABOUT1 .ABOUT_NAV {bottom:0px;} }*/
  .ABOUT_NAV_ITEM {display: inline-block; margin:0 4px; cursor: pointer; width:22px; height:22px; padding:3px;}
  .ABOUT_NAV_ITEM img {width:100%; height:100%; }

  .LOGO_LOCKUP {width:526px;}


.TOP_LEFT  {z-index: 2;}

.TOP_LEFT {position: absolute; top: 35px; left: 35px; }
  .ENGEN_LOGO {width: 135px; height:52px;}
.TOP_RIGHT {position: absolute; top: 35px; right: 35px; }
  .ABOUT_BUTTON {cursor: pointer;}
    .ABOUT_BUTTON_TEXT {color: white; position: absolute; right:30px; top:50%; margin-top:-9px; font-size: 15px; font-weight: bold;}
    .ABOUT_BUTTON_ICON {display: inline-block; width:23px; height:23px;  }
  .CLOSE_ABOUT_BUTTON {cursor: pointer;}
    .CLOSE_ABOUT_BUTTON_TEXT {color: white; position: absolute; right:30px; top:50%; margin-top:-9px; font-size: 15px; font-weight: bold;}
    .CLOSE_ABOUT_BUTTON_ICON {display: inline-block; width:23px; height:23px; }
    .ABOUT_BUTTON_ICON img, .CLOSE_ABOUT_BUTTON_ICON img {width:100%; height:100%;}
.BOTTOM_LEFT {position: absolute; bottom: 35px; left: 35px; }
  .MUTE_BUTTON {cursor: pointer; width:30px; height:30px; display: none; }
  .SOUND_BUTTON {cursor: pointer; width:30px; height:30px; }
.BOTTOM_RIGHT {position: absolute; bottom: 35px; right: 35px; }
  .SOCIAL_ICONS {}
    .SOCIAL_ICON {width:25px; height:25px; margin-left:10px; display: inline-block; cursor: pointer;}

.BOTTOM_CENTER {position: absolute; bottom: 35px; right: 120px; left:120px; text-align: center;}
  .FOOTER { color: white; }
    .FOOTER_SECTION { display: inline-block; font-size: 10px; margin:0 15px; }
      .FOOTER_SECTION a {text-decoration: none; color: white; }
      .LEGAL_NOTICE_BUTTON {cursor: pointer;}
      .CREDITS_BUTTON {cursor: pointer;}








/* NOT QUALIFIED */
.NOTQUALIFIED_STARS {}
  .NOTQUALIFIED_STARS img {width:190px;}
.NOTQUALIFIED_TITLE {margin-top:30px; margin-bottom: 0px; line-height: 50px;font-size: 50px; color:white; font-style: oblique; font-weight: bold;  text-align: center;  width: 100%; }
.NOTQUALIFIED_SUBTITLE {font-size: 20px; color:white; font-weight: 200; text-align: center; width: 100%; letter-spacing: 1px;}
.NOTQUALIFIED_NOTICE { font-size: 12px; color:white; text-align: center; width: 100%; margin-top: 21px;  margin-bottom: 30px; letter-spacing: 0.4px; }
.RESTART_GAME_BUTTON {width:215px; height:33.83px; cursor:pointer; position: relative;}
  .RESTART_GAME_BUTTON img {width:215px;}
  .RESTART_GAME_BUTTON_HOVER {position: absolute; top:0; left:0; bottom:0; right:0; display: none;}
    .RESTART_GAME_BUTTON_HOVER img {width:100%; height:100%;}
    body.desktop .RESTART_GAME_BUTTON:hover .RESTART_GAME_BUTTON_HOVER { display: block; }


.QUALIFIED_STARS {}
  .QUALIFIED_STARS img {width:190px;}
.QUALIFIED_TITLE {margin-top:30px; margin-bottom: 0px; line-height: 50px;font-size: 50px; color:white; font-style: oblique; font-weight: bold;  text-align: center;  width: 100%; }
.QUALIFIED_SUBTITLE {font-size: 20px; color:white; font-weight: 200; text-align: center; width: 100%; letter-spacing: 1px;}
.QUALIFIED_NOTICE { font-size: 12px; color:white; text-align: center; width: 100%; margin-top: 21px;  margin-bottom: 30px; letter-spacing: 0.4px; }

.ENTER_COMPETITION_BUTTON {width:215px; height:33.83px; cursor:pointer; position: relative; display: inline-block; margin:0 8px;}
  .ENTER_COMPETITION_BUTTON img {width:215px;}
  .ENTER_COMPETITION_BUTTON_HOVER {position: absolute; top:0; left:0; bottom:0; right:0; display: none;}
    .ENTER_COMPETITION_BUTTON_HOVER img {width:100%; height:100%;}
    body.desktop .ENTER_COMPETITION_BUTTON:hover .ENTER_COMPETITION_BUTTON_HOVER { display: block; }
.SHARE_GAME_BUTTON {width:215px; height:33.83px; cursor:pointer; position: relative; display: inline-block; margin:0 8px;}
  .SHARE_GAME_BUTTON img {width:215px;}
  .SHARE_GAME_BUTTON_HOVER {position: absolute; top:0; left:0; bottom:0; right:0; display: none;}
    .SHARE_GAME_BUTTON_HOVER img {width:100%; height:100%;}
    body.desktop .SHARE_GAME_BUTTON:hover .SHARE_GAME_BUTTON_HOVER { display: block; }

.SHARE_BACKGROUND {background: black; opacity: 0.8;}
.SHARE_CONTAINER { width:360px; height:188px; background:#0C4CA2; display: -webkit-flex; display: flex; -webkit-align-content: center; align-content: center; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: relative;}

.SHARE_CLOSE_BUTTON {position: absolute; top:8px; right:8px; width:24px; cursor: pointer; }

.SHARE_TWITTER_BUTTON {width:215px; height:45.09px; cursor:pointer; position: relative; display: inline-block; margin:6px 0;}
  .SHARE_TWITTER_BUTTON img {width:215px;}
  .SHARE_TWITTER_BUTTON_HOVER {position: absolute; top:0; left:0; bottom:0; right:0; display: none;}
    .SHARE_TWITTER_BUTTON_HOVER img {width:100%; height:100%;}
    body.desktop .SHARE_TWITTER_BUTTON:hover .SHARE_TWITTER_BUTTON_HOVER { display: block; }

.SHARE_FACEBOOK_BUTTON {width:215px; height:45.09px; cursor:pointer; position: relative; display: inline-block; margin:6px 0;}
  .SHARE_FACEBOOK_BUTTON img {width:215px;}
  .SHARE_FACEBOOK_BUTTON_HOVER {position: absolute; top:0; left:0; bottom:0; right:0; display: none;}
    .SHARE_FACEBOOK_BUTTON_HOVER img {width:100%; height:100%;}
    body.desktop .SHARE_FACEBOOK_BUTTON:hover .SHARE_FACEBOOK_BUTTON_HOVER { display: block; }


.ENTRYFORM_TROPHY {width:100%; text-align: center;}
  .ENTRYFORM_TROPHY img {width:92px; display: inline-block;}
.ENTRYFORM_TITLE {margin-top:30px; margin-bottom: 0px; line-height: 34px;font-size: 34px; color:white; font-style: oblique; font-weight: bold;  text-align: center;  width: 100%; }
.ENTRYFORM_SUBTITLE {font-size: 14px; color:white; font-weight: 200; text-align: center; width: 100%; letter-spacing: 0.6px; margin-bottom: 30px;}

.ENTER_FORM_BUTTON {width:215px; height:33.83px; cursor:pointer; position: relative; display: inline-block; margin:6px 0;}
  .ENTER_FORM_BUTTON img {width:215px;}
  .ENTER_FORM_BUTTON_HOVER {position: absolute; top:0; left:0; bottom:0; right:0; display: none;}
    .ENTER_FORM_BUTTON_HOVER img {width:100%; height:100%;}
    body.desktop .ENTER_FORM_BUTTON:hover .ENTER_FORM_BUTTON_HOVER { display: block; }

.ENTRYFORM_FIELD {width:215px; height:35px; position: relative; margin-bottom: 12px; }
  .ENTRYFORM_FIELD_BACKGROUND { position: absolute; top:0; left:0; right:0; bottom:0; }
    .ENTRYFORM_FIELD_BACKGROUND img {width:100%; height:100%;}
  .ENTRYFORM_FIELD_INPUT {position: absolute; top:0; left:0; right:0; bottom:0; overflow: hidden;}
    .ENTRYFORM_FIELD_INPUT input {width:100%; height:100%; background: transparent; box-sizing: border-box; padding:0 10px; color:white;font-size:13px; border:0; }
    .ENTRYFORM_FIELD_INPUT select {width:110%; height:100%; background: transparent; box-sizing: border-box; padding:0 10px; color:white;font-size:13px; border:0; }
    .ENTRYFORM_FIELD_INPUT select:invalid {color:#A9A9A9;}

.ENTRYFORM_FIELD_OPTIN {width:200px; height:14.39px; position: relative; margin-bottom: 12px; cursor: pointer; margin-bottom: 30px;}
  .ENTRYFORM_FIELD_CHECKBOX {opacity: 0.01; }
  .ENTRYFORM_FIELD_TICK { position: absolute; left: 0; top: 0; height: 14.9px; display: none; pointer-events: none;}
    .ENTRYFORM_FIELD_TICK img {height:100%;}
    .ENTRYFORM_FIELD_OPTIN.selected .ENTRYFORM_FIELD_TICK {display: block;}


.ENTRYFORM_FIELD_INPUT.error {border:1px solid red;}

.SELECT_DROPDOWN {position: absolute; right:15px; top:50%; margin-top:-3px; height:6px; width:12px; pointer-events: none; }
.SELECT_DROPDOWN img {width:100%;    height: 100%; position: absolute; top: 0; right: 0;  }




      body.vjs-full-window .player_wrapper{
          position: static;
      }
      .player_wrapper{
          position: relative;
          /*max-width: 960px;*/
          width: 100%;
          height: 100%;
      }
      .player_container{
        position: relative;
          /*padding-top: 56.25%;*/
          width: 100%;
          height: 100%;
      }
      #capeflair-player{
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
      }
      .vjs-video-canvas {
        /*cursor: none !important; */
        cursor: crosshair !important;
        position: absolute; top:0; left:0; height:100%; width:100%;
      }
      .player_overlay {
        position: absolute;
        top:0; left:0;
        width: 100%;
        height: 100%;
        pointer-events:none;
      }




.GAME_TARGETING_CONTAINER { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center;}
  .GAME_TARGETING {    display: inline-block; width: 120px; height: 120px; position: relative;}
  .GAME_TARGETING img {width:100%;}

    .GAME_TARGETING  {display: none;}
    .GAME_TARGETING.active {display: -webkit-flex; display: flex;}

    .GAME_TARGETING.active { width: 120px; height: 120px; }

    .GAME_TARGETING_BACKGROUND {position: absolute; top:0%; left:0%; width:100%; height:100%; opacity: 1;}
    .GAME_TARGETING_GLOW {position: absolute; top:-24%; left:-24%; width:148%; height:148%; opacity: 0;}

    .GAME_TARGETING_INSIDE { position: absolute; top:3.4%; left:3.4%; width:93.2%; height:93.2%; display: none; opacity: 0; }
    .GAME_TARGETING_CANVAS { position: absolute; top:3.4%; left:3.4%; width:93.2%; height:93.2%;  }
    .GAME_TARGETING.active .GAME_TARGETING_INSIDE {display: block;}

    .GAME_TARGETING_CANVAS {display: none;}
    .GAME_TARGETING.active .GAME_TARGETING_CANVAS {display: block;}

  /*.GAME_INDICATOR {
    display: none;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-name: ANIMATE_INDICATORS;
    pointer-events: none;
  }*/

  /*.GAME_INDICATOR_RIGHT { position: absolute;top: 50%;right: -60px;margin-top: -20px;width: 40px;height: 40px; }
  .GAME_INDICATOR_LEFT { position: absolute;top: 50%;left: -60px;margin-top: -20px;width: 40px;height: 40px;}
  .GAME_INDICATOR_UP { position: absolute;top: -60px;left: 50%;margin-left: -20px;width: 40px;height: 40px;}*/

  /*@keyframes ANIMATE_INDICATORS{
    0%   { opacity:0; }
    5%   { opacity:0; }
    48%   { opacity:1; }
    50% { opacity:1; }
    52%   { opacity:1; }
    95% { opacity:0; }
    100% { opacity:0; }
  }*/


.GAME_TIMER img {width:100%;}
.GAME_CONTROLS img {width:100%;}



.GAME_CONTROLS .PAUSE {cursor: pointer; width:40px; margin-left:15px; display: inline-block;}
.GAME_CONTROLS .PLAY {cursor: pointer; width:40px; margin-left:15px; display: inline-block;}
.GAME_CONTROLS .RESTART {cursor: pointer; width:40px; margin-left:15px; display: inline-block;}

.GAME_TIMER {}
  .GAME_TIMER .TIMER {width:30px; display: inline-block;}
  .GAME_TIMER .TIME {color: white; font-size: 50px; font-weight: 200; display: inline-block; width: 50px; text-align: right;}
  .GAME_TIMER .TIME {text-align: left;margin-left: 10px;}

  .GAME_NOTIFICATION_TEXT {display: inline-block; font-size: 13px; color: white; font-weight: bold; position: relative; top: -6px; margin-right: 6px;}
  /*.GAME_NOTIFICATION_IMAGE {display: inline-block; width:24px;}*/
  .GAME_NOTIFICATION_IMAGE {display: inline-block; width:40px; margin-left: 6px; position: relative; top: 8px; }
    .GAME_NOTIFICATION_IMAGE img {width:100%;}

    .GAME_INDICATOR_RIGHT { display: none;}
    .GAME_INDICATOR_LEFT { display: none;}
    .GAME_INDICATOR_UP { display: none;}


.GAME_BENEFITS_COUNTER { height: 50px; display: -webkit-flex; display: flex;}
  .GAME_BENEFITS_COUNTER_IMG {width:95px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; height: 50px; }
    .GAME_BENEFITS_COUNTER_IMG img {width:100%;}
  .GAME_BENEFITS_COUNTER_NUM { font-weight: bold; font-size: 68px; color: white; display: inline-block; height: 50px; width:50px; line-height: 68px; margin-right: 7px; text-align: right; }
  .GAME_BENEFITS_COUNTER_CNT { font-weight: bold; font-size: 36px; color: white; display: inline-block; height: 50px;  }

.ABOUT_TEXT_CONTENT.small {display: none;}
.QUALIFIED_NOTICE.small {display: none;}

  @media (max-width: 760px) { .BOTTOM_CENTER { bottom: 10px; right: 20px; left: 20px; } }
  @media (max-width: 600px) { .BOTTOM_CENTER { right: 10px; left: 10px; } .FOOTER_SECTION {font-size: 8px; margin:0 10px;} }
  @media (max-width: 440px) { .BOTTOM_CENTER { right: 5px; left: 5px; } .FOOTER_SECTION {font-size: 8px; margin:0 2px;} }

  @media (max-width: 760px) { .center_content_container {margin-left: 20px; margin-right: 20px;} }
  @media (max-width: 760px) { .ENGEN_LOGO { top: 20px;  left:20px; } .ABOUT_BUTTON { top: 20px;  right:20px; } }
  @media (max-width: 760px) {.F1_CHALLENGE_TEXTAREA { margin:20px 0;}}
  @media (max-width: 450px) {.F1_CHALLENGE_TEXT{font-size:13px;}}
  @media (max-width: 460px) { .center_content_container {margin-left: 10px; margin-right: 10px;} .center_content {width:90%;} }

  @media (max-width: 640px) { .ABOUT_center_content_container {margin-left: 20px; margin-right: 20px;} .ABOUT_center_content {width:90%;} }
  @media (max-width: 460px) { .ABOUT_center_content_container {margin-left: 10px; margin-right: 10px;} .ABOUT_center_content {width:90%;} }

  @media (max-width: 840px) { .ABOUT_BENEFITS{ justify-content: space-around;     -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
  @media (max-width: 450px) {.HOWTOPLAY_ANIMATION_AREA, .HOWTOPLAY_ANIMATION_SLIDE_PIC {width:100%} .HOWTOPLAY_TITLE {font-size: 40px; } }

  @media (max-width: 640px) { .center_content_wide {width:90%;} }
  @media (max-width: 750px) {.QUALIFIED_TITLE, .NOTQUALIFIED_TITLE {font-size:40px; margin-top: 20px;}}
  @media (max-width: 450px) {.QUALIFIED_TITLE, .NOTQUALIFIED_TITLE {font-size:30px; line-height: 34px; margin-top: 10px;}}
  @media (max-width: 760px) {.QUALIFIED_BUTTONS_ROW {text-align: center;}}

  @media (max-width: 850px) { #GAME .BOTTOM_CENTER {bottom: 90px;} }
  @media (max-width: 640px) { #GAME .BOTTOM_CENTER {bottom: 90px;} }
  @media (max-width: 440px) { #GAME .BOTTOM_CENTER {bottom: 85px;} .GAME_NOTIFICATION_IMAGE {display: none;} }

  @media (max-width: 520px) { .ENTRYFORM_TROPHY {margin-top:30px; } }
  @media (max-width: 420px) { .SOUND_BUTTON, .MUTE_BUTTON, .SOCIAL_ICONS {bottom:40px; } }
  @media (max-width: 368px) { .LEGAL_NOTICE_BUTTON {width:100%; } }

  @media (max-width: 420px) {.FUEL_GUAGE_F1CAR{padding-left: 50px;} .ABOUT_TEXT_TITLE{font-size: 30px; line-height: 35px;} }


  @media (max-height: 480px) {.F1_CHALLENGE_LOGO { width: 238px; } .ENGEN_LOGO { width: 100px; } .center_content_container {margin-top:40px; margin-bottom: 45px; } .F1_CHALLENGE_TEXT {font-size: 12px; line-height: 20px; } .F1_CHALLENGE_TEXTAREA {margin:13px 0;}  }
@media (max-height: 480px) {.BOTTOM_RIGHT{ bottom:15px; right:15px;} .BOTTOM_LEFT{ bottom:15px; left:15px;} .TOP_RIGHT{ top:15px; right:15px;} .TOP_LEFT{ top:15px; left:15px;} }
@media (max-height: 480px) {.SOCIAL_ICON{width: 21px; margin-left: 5px;} .SOUND_BUTTON,.MUTE_BUTTON {width:27px; height:27px; } .ABOUT_BUTTON_TEXT {font-size:12px; margin-top: -8px; right: 25px; } .CLOSE_ABOUT_BUTTON_TEXT {font-size:12px; margin-top: -8px; right: 25px; } .CLOSE_ABOUT_BUTTON_ICON, .ABOUT_BUTTON_ICON {width:20px; height:20px; } }

@media (max-width: 640px) { #ABOUT2 .ABOUT_TEXT_CONTENT {max-width:100%;} .ABOUT_TEXT_CONTENT { width: 460px; } .ABOUT_TEXT_CONTENT.small {display: block;} .ABOUT_TEXT_CONTENT.full {display: none;}  }
@media (max-width: 640px) { .LEGAL_TEXT_CONTENT { width: 460px; } }
@media (max-width: 640px) { .ABOUT_BENEFITS_TITLE{font-size: 15px; } .ABOUT_BENEFITS_TEXT {font-size: 13px; line-height: 20px;} .ABOUT_BENEFITS_IMAGE img {width:75px;} .ABOUT_BENEFITS_ITEM {width: 150px;} .ABOUT_BENEFITS {justify-content: space-between; width: 100%; }  }
@media (max-width: 360px) { .ABOUT_BENEFITS {-webkit-justify-content: space-around; justify-content: space-around;} }
@media (max-height: 480px) { .ABOUT_NAV_ITEM {width: 35px;} .LOGO_LOCKUP {margin-top:60px;} .ABOUT_TEXT_CONTENT{font-size: 12px;line-height: 18px;} #ABOUT2 .ABOUT_TEXT_TITLE { max-width:390px; margin-left:auto; margin-right:auto; margin-top:40px; font-size: 35px; line-height: 36px; margin-bottom: 12px;} .FUEL_GUAGE_F1CAR {    width: 300px; padding-left: 58px; margin-bottom: 15px; } .ABOUT_center_content_container {margin-top:40px; margin-bottom: 65px;} }
@media (max-height: 480px) { .LEGAL_TEXT_CONTENT{font-size: 12px;line-height: 18px;} }
@media (max-height: 480px) {.HOWTOPLAY_ANIMATION_AREA { height: 230px; } .HOWTOPLAY_ANIMATION_SLIDE_PIC {height: 140px;} .HOWTOPLAY_TITLE {font-size: 44px; } }
@media (max-height: 480px) {
  #GAME .BOTTOM_CENTER {bottom: 60px;}
  .GAME_TIMER .TIMER {width:21px;}
  .GAME_TIMER .TIME {font-size: 35px; width: 38px;}
  .GAME_CONTROLS .PLAY, .GAME_CONTROLS .RESTART, .GAME_CONTROLS .PAUSE { width: 25px; margin-left: 9px;}
  .GAME_TARGETING.active {width: 100px; height: 100px;}
  .GAME_BENEFITS_COUNTER {height:40px;}
  .GAME_BENEFITS_COUNTER_IMG {width: 63px;height:40px;}
  .GAME_BENEFITS_COUNTER_CNT {font-size:25px;height:40px;}
  .GAME_BENEFITS_COUNTER_NUM {font-size:45px;height:40px; line-height: 46px; width: 30px;}
}

@media (max-height: 480px) {
  .NOTQUALIFIED_NOTICE {margin-top: 11px; margin-bottom: 20px;}
  .QUALIFIED_NOTICE {font-size: 10px; margin-top: 11px; margin-bottom: 20px; }

  #QUALIFIED .center_content_container {margin-top:30px; margin-bottom: 45px; }
  .QUALIFIED_STARS img {width:125px; height:55px;}
  .NOTQUALIFIED_STARS img, .QUALIFIED_STARS img {width:125px; height:55px;}
  .QUALIFIED_TITLE, .NOTQUALIFIED_TITLE { font-size: 35px; margin-top: 10px; line-height: 30px;}
  .NOTQUALIFIED_SUBTITLE, .QUALIFIED_SUBTITLE { font-size: 13px; }
  .QUALIFIED_NOTICE.small {font-size: 12px; display: block;} .QUALIFIED_NOTICE.full {display: none;}

  .ENTRYFORM_FIELD { width: 250px; }
  .ENTRYFORM_FIELD_OPTIN {width: 247px; height:17.98px; }
    .ENTRYFORM_FIELD_TICK { height: 103%;}
  .ENTRYFORM_TROPHY img {width:75px; height:55px; }
  .ENTRYFORM_TITLE { font-size: 35px; margin-top: 23px; line-height: 30px;}
  #ENTRYFORM .center_content {width:432px;}
  .ENTER_FORM_BUTTON {margin: 0px 18px;}
}

@media (max-height: 480px) { .GAME_TARGETING { width: 100px; height: 100px;} }


.loading_icon_overlay {
  display: none;
  position: absolute;
      left: 50%;
      margin-left: -31px;
      width: 62px;
      text-align: center;
      top: 50%;
      color: white;
      margin-top: -13px;
      font-size: 16px;
      padding: 3px 10px;
      background: #00537D;
}


@media (min-height: 850px) and (min-width:960px) {
  .center_content {width:580px;}
  .center_content_wide {width:800px;}
  .ABOUT_center_content {width:860px;}

  .ABOUT_BENEFITS {width:860px;}

  .F1_CHALLENGE_LOGO { width: 570px; }
  .F1_CHALLENGE_TEXTAREA { margin: 70px 0; width: 560px; }
  .F1_CHALLENGE_TEXT { font-size: 18px; line-height: 26px; }
  .F1_CHALLENGE_START_BUTTON { width: 300px; height: 45px;}
  .F1_CHALLENGE_START_BUTTON img {width: 300px;}

  .HOWTOPLAY_ANIMATION_AREA {height: 370px; width: 580px;}
  .HOWTOPLAY_TITLE {font-size: 72px;}
  .HOWTOPLAY_ANIMATION_SLIDE_PIC {height: 220px;width: 580px;}
  .PHONE1 .HOWTOPLAY_ANIMATION_SLIDE_PIC img { width: 100px; }

  .PHONE2 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:180px; margin-right:45px;}
  .PHONE3 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:176px; margin-left:45px;}
  .PHONE4 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:100px; margin-bottom:45px;}
  .PHONE5 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:100px; margin-top:45px;}

  .MOUSE1 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:47px;}
  .MOUSE2 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:47px; -ms-transform: rotate(-30deg); -webkit-transform: rotate(-30deg); transform: rotate(-30deg); }
  .MOUSE3 .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:47px; -ms-transform: rotate(30deg); -webkit-transform: rotate(30deg); transform: rotate(30deg); }
  .TARGET .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:134px;}
  .COUNTDOWN .HOWTOPLAY_ANIMATION_SLIDE_PIC img {width:193px;}

  .HOWTOPLAY_ANIMATION_SLIDE_TEXT { font-size: 18px;line-height: 28px;}

  .GAME_TARGETING.active { width: 150px; height: 150px; }
  .GAME_NOTIFICATION_TEXT { font-size:18px; }
  .GAME_NOTIFICATION.BOTTOM_CENTER {bottom: 55px;}

  /*.GAME_INDICATOR_RIGHT { position: absolute;top: 50%;right: -70px;margin-top: -26px;width: 52px;height: 52px; }
  .GAME_INDICATOR_LEFT { position: absolute;top: 50%;left: -70px;margin-top: -26px;width: 52px;height: 52px;}
  .GAME_INDICATOR_UP { position: absolute;top: -70px;left: 50%;margin-left: -26px;width: 52px;height: 52px;}*/


  .NOTQUALIFIED_STARS img, .QUALIFIED_STARS img { width: 250px; }
  .NOTQUALIFIED_TITLE, .QUALIFIED_TITLE { line-height: 72px; font-size: 72px; }
  .NOTQUALIFIED_SUBTITLE, .QUALIFIED_SUBTITLE {font-size: 32px;}
  .NOTQUALIFIED_NOTICE, .QUALIFIED_NOTICE {font-size: 17px; line-height: 30px;}
  .RESTART_GAME_BUTTON, .SHARE_GAME_BUTTON, .ENTER_COMPETITION_BUTTON { width: 280px;height: 45px;margin: 0 12px; }
  .RESTART_GAME_BUTTON img, .ENTER_COMPETITION_BUTTON img, .SHARE_GAME_BUTTON img {width: 280px;}

  .SHARE_CONTAINER {width: 480px;height: 250px;}
  .SHARE_FACEBOOK_BUTTON, .SHARE_TWITTER_BUTTON {width: 288px;height: 60px; margin: 10px 0;}
  .SHARE_FACEBOOK_BUTTON img, .SHARE_TWITTER_BUTTON img {width: 288px;}
  .SHARE_CLOSE_BUTTON {width:30px;}

  .ENTRYFORM_TROPHY img {width: 120px;}
  .ENTRYFORM_TITLE {line-height: 42px;font-size: 42px; margin-top: 50px;}
  .ENTRYFORM_SUBTITLE {font-size: 19px;}
  .ENTRYFORM_FIELD {width: 286px;height: 46px;margin-bottom: 20px;}
  .ENTER_FORM_BUTTON { width: 280px;height: 45px; }
  .ENTER_FORM_BUTTON img {width: 280px;}

  .ENTRYFORM_FIELD_OPTIN {width: 260px;height: 18.7px;}
  .ENTRYFORM_FIELD_TICK {height:19px;top:-0.3px;}

  .FUEL_GUAGE_F1CAR {width: 550px;padding-left: 100px;}
  .ABOUT_TEXT_TITLE {font-size: 55px;line-height: 55px;}
  .ABOUT_TEXT_CONTENT {font-size: 18px;line-height: 26px;width: 860px;}
  .LEGAL_TEXT_CONTENT{font-size: 12px;line-height: 18px;}
  .ABOUT_NAV_ITEM {width: 30px;height: 30px;}
  #ABOUT2 .ABOUT_TEXT_CONTENT {width: 700px;}
  .ABOUT_BENEFITS {margin-top:30px;}
  .ABOUT_BENEFITS_ITEM {width: 300px;height: 300px;}
  .ABOUT_BENEFITS_IMAGE {height: 120px;}
  .ABOUT_BENEFITS_IMAGE img {width: 120px;}
  .ABOUT_BENEFITS_TITLE {font-size: 24px;}
  .ABOUT_BENEFITS_TEXT {font-size: 22px;line-height: 28px;width: 270px;margin-left: 15px;}

  .LOGO_LOCKUP {width: 700px;}
  .LOGO_LOCKUP img {width: 700px;}



}




/**/
