#gameCanvas {
    position: relative;
    width: 1024px;
    height: 576px;

}

#game_loading {
    position: relative;
    width: 1024px;
    height: 576px;
    margin-top: -580px;
}

#game_container {
    width: 1024px;
    height: 576px;
    margin: auto;
}

#errorTips {
    background-color:rgb(255,0,0);
    top: 200px;
    display: none;
}

#game_loading_img {
    width: 1024px;
    height: 576px;
}

#mid {
    position: relative;
    margin: 0 auto;
    height: 110px;
    width: 1024px;
}

.header-inline-block {
    display: inline-block;
    vertical-align: top;
    position: absolute;
}


#logoLink {
    bottom: -5px;
}

#social {
    left: 320px;
    top: 80px;
}

#lang {
    left: 400px;
    top: 80px;
}

#xLinks {
    top: 40px;
    left: 320px;
    position: relative;
    display: block;
    text-align: left;
}

#xLinks div {
    position: relative;
}

#footer {
    display: block;
    position: relative;
    top: 10px;
    text-align: center;
}

.canvas_banner_ad {
  display: none;
  position: relative;
  top: 5px;
  text-align: center;
}

#footer a:hover {
    text-decoration: underline;
    color: #33a1d1;
}

#footer-line {
    margin-top: 1px;
    margin-bottom: 1px;
    width: 280px;
    border: 0px;
    display: block;
    height: 1px;
    background-color:#666666;
    color:#666666;
}

#userID {
    color: #eeeeee;
}

#hockeyapp-iframe {
    max-width: 1px !important;
    max-height: 1px !important;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.footerLabel {
    -moz-user-select: initial;
    -webkit-user-select: initial;
    -ms-user-select: initial;
    -khtml-user-select: initial;
    color: #eeeeee;
    text-decoration: none;
    font: normal 16px/1 "lucida grande", tahoma, verdana, arial, sans-serif;
}

.ad-a {
    color: #33c8ff;
    background-color: #4267b2;
}

.ad-p {
    top: 0px;
    right: 280px;
    color: #eeeeee;
    text-shadow: 1px 1px 0px rgba(1,1,1,0.6);
    font: normal 18px/1 "lucida grande", tahoma, verdana, arial, sans-serif;
    position: absolute;
    width: 100%;
    display: inline-block;
}

.ad-links {
    right: 0px;
    top: 60px;
    visibility: visible;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    width: 500px;
}

.footerLink {
    color: #eeeeee;
    cursor: pointer;
    text-decoration: underline;
    font: normal 16px/1 "lucida grande", tahoma, verdana, arial, sans-serif;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    width: 522px;
    height: 457px;
    position: relative;
}

#ad-android-btn {
  position: absolute;
  top: 380px;
  left: 300px;
  width: 170px;
  height: 50px;
}

#ad-ios-btn {
  position: absolute;
  top: 380px;
  left: 60px;
  width: 170px;
  height: 50px;
}

#ad-facebook-btn {
    position: absolute;
    top: 375px;
    left: 180px;
    width: 170px;
    height: 60px;
}

#ima_video_ads_manager_need_video {
  display: none;
}

/* The Close Button */
.ad-close {
    color: #ffffff;
    float: right;
    font-size: 38px;
    font-weight: bold;
    padding-right: 20px;
}

.ad-close:hover,
.ad-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.lsm_video {
    height: 576px;
    position: relative;
    text-align: center;
    display: none;
    top: 10px;
    /* top: -576px; */
    width: 640px;
    margin: auto;
}
