.phone div,
.android div,
.phone canvas,
.android canvas,
.phone h1,
.android h1,
.phone span,
.android span,
.phone button,
.android button,
html.mobile,
#wavesForeground,
#wavesMiddleground,
#wavesBackground {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor
}
.no-canvas #content {
    display: none
}
.no-canvas #browserFallback {
    display: block
}
.no-canvas #preloader {
    display: none
}
.no-audio #mute-button {
    display: none
}
#browserFallback {
    display: none;
    width: 960px;
    height: 300px;
    background-image: url("../images/browser_fallback_background.jpg");
    padding-top: 340px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}
#browserFallbackInfo {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    text-align: center;
    font-size: 16px;
    font-family: "adobe-caslon-pro", serif
}
#browserFallbackIcons {
    height: 55px;
    margin-top: 15px;
    margin-left: 45px
}
#browserFallbackIcons img {
    float: left;
    border: 0
}
#upgradeBrowser {
    font-size: 22px;
    font-family: "Blackmoor W01", serif
}
#chromeFrame {
    clear: both;
    font-size: 14px;
    margin-top: 17px
}
#chromeFrame a {
    color: #f0c58e
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}
.clearfix:after {
    clear: both
}
.clearfix {
    *zoom: 1
}
div,
canvas,
h1,
span,
button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased
}
html {
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background-color: #000;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
html.mobile {
    overflow: hidden;
    background-image: url(../images/mobile_background.jpg)
}
body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif
}
.mobile body {
    overflow: hidden
}
audio {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: none
}
#container {
    position: relative
}
.mobile #container {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden
}
.no-mobile #container {
    height: 100%;
    min-height: 750px;
    margin-bottom: -30px;
    position: relative
}
#fwa-badge {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100px;
    height: 100px;
    background: url("../images/fwa_badge.png") 50% 50% no-repeat
}
.fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    min-width: 1816px;
    min-height: 100%
}
@media screen and (max-width: 1816px) {
    .fullscreen {
        left: 50%;
        margin-left: -908px
    }
}
#game-frame {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1039px;
    height: 718px;
    margin: -401px 0 0 -520px;
    background: url("../images/luxahoy_frame.png") 50% 50% no-repeat
}
.mobile #game-frame {
    margin-top: -357px
}
#content {
    width: 960px;
    height: 640px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -480px
}
.mobile #content {
    top: 50%;
    margin: -320px 0 0 -480px
}
.no-mobile #content {
    top: 50%;
    margin-top: -362px
}
#canvasHolder {
    position: absolute;
    top: 0;
    width: 960px;
    height: 640px;
    z-index: 99;
    display: none;
    overflow: hidden
}
#canvas {
    position: absolute;
    z-index: 4
}
#canvasCover {
    width: 960px;
    height: 640px;
    background-color: #000;
    position: absolute;
    z-index: 10;
    pointer-events: none
}
#preloader {
    width: 232px;
    height: 92px;
    position: absolute;
    top: 300px;
    left: 364px;
    font-size: 24px;
    z-index: 99999;
    pointer-events: none;
    opacity: 0
}
#preloader-background {
    width: 960px;
    height: 640px;
    position: absolute;
    background-color: #000;
    z-index: 99;
    display: none;
    pointer-events: none
}
#preloader #frame {
    width: 232px;
    height: 92px;
    position: absolute;
    background-image: url("../images/loader_frame.png");
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}
#preloader #bar {
    background-color: #f779ff;
    width: 172px;
    height: 30px;
    top: 30px;
    left: 30px;
    position: absolute;
    transform-origin: 0;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    -webkit-backface-visibility: hidden
}
button {
    border: none
}
#mute-button {
    background-image: url("../images/mute-button.png");
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 593px;
    right: 1px;
    width: 50px;
    height: 46px;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    display: none
}
#mute-button.on {
    background-position: -50px 0
}
#pause-button {
    display: none;
    background-image: url("../images/pause.png");
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 593px;
    left: 1px;
    width: 50px;
    height: 46px;
    z-index: 999;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}
button.clean-gray {
    background-color: #eee;
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 8px 0;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    width: 150px
}
button.clean-gray:hover {
    background-color: #ddd;
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer
}
button.clean-gray:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888
}
#game-messages {
    width: 960px;
    height: 640px;
    position: absolute;
    pointer-events: none;
    z-index: 9997
}
#point-message {
    position: absolute;
    pointer-events: none;
    font-size: 14px;
    font-family: "adobe-caslon-pro", serif
}
#prompt-message {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 640px;
    opacity: 0;
    text-align: center;
    font-size: 22px;
    font-family: "Blackmoor W01", serif
}
#prompt-message:before,
#prompt-message:after {
    width: 17px;
    height: 37px;
    content: '';
    position: absolute;
    top: 0
}
#prompt-message:before {
    right: 100%;
    background: url("../images/prompt_leftFlourish.png") 0 0 no-repeat
}
#prompt-message:after {
    left: 100%;
    background: url("../images/prompt_rightFlourish.png") 0 0 no-repeat
}
#prompt-message-background {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    height: 32px;
    background-image: url("../images/prompt_bg.png");
    float: left
}
#prompt-message-background:before {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 66px;
    height: 15px;
    content: '';
    margin: 0 0 0 -33px;
    background: url("../images/prompt_topFlourish.png") 0 0 no-repeat
}
#main-screen {
    background-image: url("../images/main-screen-background.jpg?v=2")
}
#main-menu-title {
    visibility: hidden
}
button::-moz-focus-inner {
    border: 0
}
.simple-button {
    outline: 0;
    margin: 0;
    font-family: "Blackmoor W01", serif;
    font-style: normal;
    color: #FFF;
    background-image: url("../images/simple-button.png");
    background-color: transparent;
    text-shadow: 1px 1px 1px #000000;
    z-index: 99;
    -webkit-font-smoothing: antialiased
}
.simple-button-big {
    padding-top: 4px;
    width: 161px;
    height: 73px;
    font-size: 23px;
    font-weight: 400;
    background-position-y: 0;
    background-size: 161px 146px
}
.simple-button-small {
    padding-top: 5px;
    width: 148px;
    height: 53px;
    font-size: 16px;
    font-weight: 400;
    background-position-y: 0;
    background-size: 148px 106px
}
.simple-button:hover {
    cursor: pointer
}
.simple-button-big:hover {
    background-position-y: -73px
}
.simple-button-small:hover {
    background-position-y: -53px
}
#fight-button {
    position: absolute;
    top: 360px;
    left: 399px
}
#instructions-button {
    position: absolute;
    top: 495px;
    left: 406px
}
#leaderboard-button {
    position: absolute;
    top: 554px;
    left: 406px
}
#video-button {
    position: absolute;
    top: 437px;
    left: 406px
}
#main-menu-lux {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 42px;
    width: 229px;
    height: 214px;
    background: url("../images/main-menu-lux.png") 0 0 no-repeat;
    -webkit-backface-visibility: hidden
}
#main-menu-lux-arm {
    position: absolute;
    display: block;
    bottom: 58px;
    left: 226px;
    width: 128px;
    height: 64px;
    background: url("../images/main-menu-lux-arm.png") 0 0 no-repeat;
    -webkit-backface-visibility: hidden
}
.screen {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 960px;
    height: 640px;
    color: #FFF
}
.screen-content {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 960px;
    height: 640px
}
.screen-title {
    left: 960px
}
h2.screen-title {
    display: block;
    margin: 0 auto;
    background-position: top center
}
.screen-title span {
    display: none
}
#select-screen-title {
    height: 64px;
    background: url("../images/select-screen-title.png") 0 0 no-repeat
}
#level-screen-title {
    height: 64px;
    background: url("../images/select-screen-title.png") 0 0 no-repeat
}
#instructions-screen {
    background-image: url("../images/instructions-screen-background.jpg")
}
#leaderboard-screen {
    background-image: url("../images/leaderboard-screen.jpg")
}
#leaderboard-title {
    display: none
}
#leaderboard {
    margin-top: 180px;
    margin-left: 140px;
    margin-bottom: 0;
    width: 625px;
    height: 332px;
    overflow: auto;
    position: absolute
}
#leaderboard-table {
    margin-right: 30px
}
#leaderboard-actions {
    position: absolute;
    height: 90px;
    bottom: 0
}
#leaderboard-screen-my-score-button {
    position: absolute;
    top: 0;
    left: 329px
}
#leaderboard-screen-all-time-button {
    position: absolute;
    top: 0;
    left: 483px
}
#select-screen,
#level-screen {
    background-image: url("../images/select-screen-background.jpg")
}
#levels-screen-title {
    background-image: url("../images/title_selectyerbattle.png");
    width: 420px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
    margin-bottom: 5px
}
.back-button {
    outline: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 16px;
    left: 0px;
    width: 132px;
    height: 64px;
    background-image: url("../images/back-button.png");
    background-color: transparent;
    background-position-x: 0;
    cursor: pointer;
    z-index: 99
}
.back-button span {
    display: none
}
.back-button:hover {
    background-position-x: -133px;
    cursor: pointer
}
#select-screen-title-holder,
#level-screen-title-holder {
    margin: 0 auto;
    padding: 0
}
#select-screen-title {
    margin-top: 37px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: 400;
    text-align: center;
    text-shadow: #313131 -0.07em 0.07em 0;
    width: 380px
}
.select-container {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    top: 145px;
    width: 282px;
    height: 365px
}
.select-portrait span {
    display: none
}
#select-luxamillion-container {
    left: 191px
}
#select-trunkford-container {
    right: 191px
}
.select-frame {
    position: absolute;
    top: 0px;
    width: 282px;
    height: 330px;
    background: url(../images/select-frame.png) 0 0 no-repeat
}
.select-portrait {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    left: 43px;
    top: 44px;
    width: 195px;
    height: 244px;
    overflow: hidden;
    z-index: 999
}
.portrait {
    position: relative;
    cursor: pointer;
    display: block;
    left: 0;
    top: 0;
    width: 666px;
    height: 244px;
    overflow: visible;
    z-index: 1000
}
#lux-portrait {
    background: url(../images/select-luxamillion.jpg) 0 0 no-repeat
}
#trunk-portrait {
    background: url(../images/select-trunkford.jpg) 0 0 no-repeat
}
.portrait-name {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.1em;
    font-style: normal;
    text-align: center;
    text-shadow: #313131 -0.1em 0.1em 0;
    color: #FFF
}
#select-level {
    position: absolute;
    width: 804px;
    top: 138px;
    left: 76px
}
.level-container {
    position: relative;
    width: 246px;
    height: 198px;
    float: left;
    margin: 0 11px
}
.level-frame {
    display: block;
    width: 246px;
    height: 178px;
    background: url("../images/level-frame.png") 0 0 no-repeat
}
.level-portrait {
    margin: 0;
    padding: 0;
    position: absolute;
    display: block;
    top: 36px;
    left: 38px;
    width: 165px;
    height: 98px
}
.level-unlocked {
    cursor: pointer
}
.default_background {
    background-image: url("../images/background.jpg")
}
.volcano_background {
    background-image: url("../images/volcano_sky.jpg")
}
#wavesForeground {
    width: 1024px;
    height: 120px;
    background: url("../images/sea.png") 0 0 no-repeat;
    position: absolute;
    z-index: 8;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}
#wavesMiddleground {
    width: 1024px;
    height: 120px;
    background: url("../images/sea_mid.png") 0 0 no-repeat;
    position: absolute;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}
#wavesBackground {
    width: 1024px;
    height: 120px;
    background: url("../images/sea_back.png") 0 0 no-repeat;
    position: absolute;
    z-index: 1;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}
#main-background {
    position: absolute;
    width: 960px;
    height: 640px
}
#select-isle-of-coconuts {
    background-image: url("../images/isle-of-coconuts.jpg?v=2")
}
#select-isle-of-coconuts.level-locked {
    background-image: url("../images/isle-of-coconuts-locked.jpg?v=2")
}
#select-spout-belly-bay {
    background-image: url("../images/spout-belly-bay.jpg?v=2")
}
#select-spout-belly-bay.level-locked {
    background-image: url("../images/spout-belly-bay-locked.jpg?v=2")
}
#select-fire {
    background-image: url("../images/fire-n-goats.jpg?v=2")
}
#select-fire.level-locked {
    background-image: url("../images/fire-n-goats-locked.jpg?v=2")
}
.level-name {
    position: absolute;
    display: block;
    bottom: 0;
    width: 246px;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1em;
    font-style: normal;
    text-align: center;
    text-shadow: #313131 -0.1em 0.1em 0;
    color: #FFF
}
.overlay {
    background: url("../images/overlay.png") 0 0 no-repeat
}
#start-screen,
#results-screen,
#pause-screen {
    z-index: 9997
}
.screen-title-holder {
    margin-top: 129px;
    position: relative
}
.screen-underline {
    width: 461px;
    height: 18px;
    margin: 1px auto;
    background: url("../images/screen-underline.png") 0 0 no-repeat;
    clear: both
}
.screen-title {
    height: 53px;
    background-repeat: no-repeat;
    background-position: 50% 50%
}
#results-screen-title {
    margin: 0 auto;
    background: url(../images/results-screen-title-win.png) 0 0 no-repeat;
    width: 174px;
    height: 53px
}
#results-screen-title.lose {
    background: url(../images/results-screen-title-lose.png) 0 0 no-repeat;
    width: 112px;
    height: 43px
}
.share-button {
    position: absolute;
    display: block;
    width: 29px;
    height: 29px
}
.twitter-share {
    background: url("../images/twitter-share.png") 0 0 no-repeat
}
.facebook-share {
    background: url("../images/facebook-share.png") 0 0 no-repeat
}
#twitter-share {
    bottom: 22px;
    right: 291px
}
#facebook-share {
    bottom: 22px;
    right: 254px
}
#results-screen,
#start-screen {
    font-family: "adobe-caslon-pro", serif;
    font-style: normal;
    text-align: center
}
#results-screen-next-button {
    position: absolute;
    left: 400px
}
#results-screen-characters-button {
    display: none;
    top: 18px;
    position: absolute;
    left: 400px
}
.screen-sub-title {
    margin: 0;
    padding-top: 12px;
    font-size: 0.9em;
    font-weight: 400
}
.loot-title {
    margin: 0;
    padding: 0;
    position: absolute;
    display: block;
    width: 44px;
    height: 14px;
    background: url("../images/loot-title.png") 0 0 no-repeat;
    top: 45px;
    left: 209px
}
.loot-title span {
    display: none
}
#points {
    margin-top: 23px;
    font-size: 2.1em;
    font-weight: 700;
    font-style: italic;
    font-family: Georgia, "adobe-caslon-pro", serif
}
#adding-points {
    position: absolute;
    top: 119px;
    left: 194px;
    font-size: 0.6em;
    font-weight: 400;
    font-style: italic;
    font-family: Georgia, "adobe-caslon-pro", serif
}
#loot-line {
    width: 461px;
    margin-top: 0px
}
.screen-sub-title-holder {
    position: absolute;
    width: 461px;
    left: 250px
}
#results-screen-sub-title-holder {
    overflow: hidden;
    height: 0px
}
#chest {
    position: absolute;
    display: block;
    top: 107px;
    left: 200px;
    width: 61px;
    height: 56px;
    background: url("../images/chest.png") 0 0 no-repeat
}
#results-victory-message {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 180px
}
#results-actions {
    position: absolute;
    height: 200px;
    bottom: 0
}
#results-screen-levels-button {
    position: absolute;
    top: 190px;
    left: 260px
}
#results-screen-replay-button {
    position: absolute;
    top: 190px;
    left: 406px
}
#results-screen-quit-button {
    position: absolute;
    top: 190px;
    left: 552px
}
#start-screen-title {
    background-image: url("../images/start-screen-title.png")
}
#lux-ui {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    width: 320px;
    height: 67px;
    background: url("../images/lux-character-ui.png") 10px 3px no-repeat, url("../images/lux-ui.png") 0 0 no-repeat;
    pointer-events: none
}
.ui-title {
    display: block;
    position: absolute;
    font-family: Georgia, "adobe-caslon-pro", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.3em;
    color: #FFF;
    text-shadow: 1px 1px 1px #000000
}
.android .ui-title,
.phone .ui-title {
    text-shadow: none !important
}
.ui-title:after {
    width: 23px;
    height: 23px;
    content: '';
    display: inline-block;
    background: url("../images/coin.png") 50% 50% no-repeat
}
.ui-title#trunk-ui-title:after {
    float: right;
    margin-left: 7px
}
.ui-title#lux-ui-title:after {
    float: left;
    margin-right: 7px
}
.reticule-green {
    cursor: url("../images/reticule_green.png"), crosshair
}
.reticule-pink {
    cursor: url("../images/reticule_pink.png"), crosshair
}
#lux-ui-title {
    top: 70px;
    left: 15px
}
.lux-hit {
    display: block;
    position: absolute;
    width: 24px;
    height: 23px;
    background: url("../images/lux-hit.png") 0 0 no-repeat;
    display: none
}
#lux-hit-1 {
    top: 20px;
    left: 146px
}
#lux-hit-2 {
    top: 29px;
    left: 109px
}
#lux-hit-3 {
    top: 34px;
    left: 72px
}
#center-ui-holder {
    display: block;
    position: absolute;
    top: 0;
    left: 349px;
    width: 262px;
    height: 67px;
    z-index: 9998;
    pointer-events: none
}
#center-ui {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 262px;
    height: 67px;
    background: url("../images/center-ui.png") 0 0 no-repeat;
    z-index: 9996
}
#wind-meter-left {
    position: absolute;
    top: 10px;
    right: 131px;
    z-index: 9997;
    width: 73px;
    height: 17px;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background-image: url("../images/wind-meter.jpg")
}
#wind-meter-right {
    position: absolute;
    left: 134px;
    top: 10px;
    z-index: 9997;
    width: 73px;
    height: 17px;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background-image: url("../images/wind-meter.jpg")
}
#timer {
    position: absolute;
    left: 100px;
    top: 6px;
    z-index: 9998;
    width: 64px;
    height: 64px;
    background: url("../images/timer.png") 0 0 no-repeat
}
#timer-canvas-holder {
    position: absolute;
    left: 102px;
    top: 9px;
    z-index: 9997;
    width: 64px;
    height: 64px;
    background: url("../images/timer_background.png") 0 0 no-repeat
}
#pie_timer {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 60px;
    height: 60px
}
#trunk-ui {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9998;
    width: 320px;
    height: 67px;
    background: url("../images/trunk-character-ui.png") 260px 4px no-repeat, url("../images/trunk-ui.png") 0 0 no-repeat;
    pointer-events: none
}
#trunk-ui-title {
    top: 70px;
    right: 15px;
    text-align: right
}
.trunk-hit {
    display: block;
    position: absolute;
    width: 24px;
    height: 23px;
    background: url("../images/trunk-hit.png") 0 0 no-repeat;
    display: none
}
#trunk-hit-1 {
    top: 20px;
    right: 146px
}
#trunk-hit-2 {
    top: 29px;
    right: 109px
}
#trunk-hit-3 {
    top: 34px;
    right: 72px
}
#pause-screen-actions-holder {
    position: absolute;
    left: 345px
}
#pause-screen-actions {
    width: 269px;
    height: 503px;
    background: url("../images/pause-screen-actions.png") 0 0 no-repeat
}
#pause-screen-actions button {
    position: absolute
}
#pause-screen-resume-button {
    top: 195px;
    left: 55px;
    z-index: 9996
}
#pause-screen-restart-button {
    top: 275px;
    left: 61px;
    z-index: 9995
}
#pause-screen-levels-button {
    top: 335px;
    left: 61px;
    z-index: 9994
}
#pause-screen-quit-button {
    top: 395px;
    left: 61px;
    z-index: 9993
}
#leaderboard td {
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.3em;
    font-style: italic;
    font-weight: 600;
    color: #FFF;
    line-height: 1.45em
}
.rank-col {
    padding-right: 20px;
    width: 101px;
    text-align: right
}
.pirate-col {
    width: 137px;
    text-align: left
}
.wins-col {
    width: 68px;
    text-align: right
}
.losses-col {
    width: 91px;
    text-align: right
}
.loot-col {
    width: 181px;
    text-align: right
}
.leaderboard-head span {
    display: none
}
.leaderboard-head {
    height: 12px;
    background-repeat: no-repeat
}
#rank-head {
    background-image: url(../images/rank-head.png);
    background-position: 55px 0px
}
#pirate-head {
    background-image: url(../images/pirate-head.png);
    background-position: top left
}
#wins-head {
    background-image: url(../images/wins-head.png);
    background-position: top right
}
#losses-head {
    background-image: url(../images/losses-head.png);
    background-position: top right
}
#loot-head {
    background-image: url(../images/loot-head.png);
    background-position: top right
}
#footer {
    position: absolute;
    bottom: -125px;
    display: none;
    min-width: 950px;
    width: 100%;
    height: 100px;
    color: #fedab5;
    font-weight: 400;
    font-family: "hypatia-sans-pro", serif
}
#footer a {
    color: #db1974;
    text-decoration: none
}
#footer a:hover {
    text-decoration: underline
}
#footer-content {
    width: 100%;
    height: 100%;
    clear: both
}
#footer-download {
    width: 600px;
    margin: 0 auto
}
.footer-message {
    position: relative;
    bottom: 3px;
    display: inline-block;
    width: 50%;
    text-align: right;
    text-transform: uppercase
}
.footer-message-a,
.footer-message-b {
    display: none
}
.footer-message-text {
    margin: 0 0
}
.footer-message-text-ahoy-a {
    font-size: 22px
}
.footer-message-text-mayhem-a {
    letter-spacing: 0.3px;
    font-size: 19px
}
.footer-message-text-ahoy-b {
    letter-spacing: 0.5px;
    font-size: 22px
}
.footer-message-text-mayhem-b {
    font-size: 18px
}
.footer-download-link {
    display: inline-block;
    margin: 0px 5px
}
.footer-download-amazon {
    width: 128px;
    height: 43px;
    border: 1px solid white;
    border-radius: 7px;
    background: url("../images/button_amazon_8bit.png")
}
.footer-download-googleplay {
    width: 129px;
    height: 45px;
    background: url("../images/button_google_8bit.png")
}
#footer-copyright {
    padding: 7px 0 10px;
    width: 100%;
    color: #CDCDCD;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    font-family: "hypatia-sans-pro", serif
}
#footer-copyright a {
    color: #CDCDCD
}
#read-more {
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    margin-top: 5px;
    text-align: center
}
#read-more a {
    color: #ccc;
    font-family: "hypatia-sans-pro", serif;
    font-size: 14px;
    text-decoration: underline
}
#footer-loaded-content {
    height: 550px;
    background-color: #101010;
    background-image: url("../images/footer_bg.jpg");
    display: none
}
.footer-open #footer-loaded-content {
    display: block
}
.footer-open body {
    height: 750px
}
#more-info {
    width: 960px;
    margin: 0 auto;
    padding-top: 10px
}
.small-pink {
    font-size: 12px;
    color: #E7187A
}
#lux-logo {
    width: 163px;
    height: 14px;
    margin-top: 5px
}
#luxahoy-logo {
    width: 126px;
    height: 72px;
    background-image: url("../images/luxahoy_logo.png")
}
#footer-feedback {
    float: right;
    font-size: 12px;
    margin-top: 15px
}
#footer-left-column {
    float: left;
    width: 160px
}
#footer-right-column {
    float: left;
    width: 800px;
    font-size: 13px
}
.footer-img-right {
    float: right;
    margin-left: 20px
}
.footer-img-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px
}
.fb_edge_comment_widget {
    top: -160px !important
}
.fb_send_button_form_widget {
    top: -220px !important
}
#video-screen,
#result-video-screen {
    background: #000;
    overflow: hidden
}
#lux-ahoy-video,
#lux-ahoy-result-video {
    margin-left: -120px
}
#result-video-screen {
    z-index: 100
}
.continue-button {
    position: absolute;
    top: 585px;
    left: 406px
}
/*!
Video.js Default Styles (http://videojs.com)
Version 4.1.0
*/

.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.video-js:-moz-full-screen {
    position: absolute
}
body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}
.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    _position: absolute
}
.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}
.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}
.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%
}
.video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 1em;
    right: 1em;
    font-family: Arial, sans-serif
}
.video-js .vjs-text-track {
    display: none;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
    background: #000;
    background: rgba(0, 0, 0, 0.5)
}
.video-js .vjs-subtitles {
    color: #fff
}
.video-js .vjs-captions {
    color: #fc6
}
.vjs-tt-cue {
    display: block
}
.vjs-fade-in {
    display: block !important;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.1s, opacity 0.1s;
    -moz-transition: visibility 0.1s, opacity 0.1s;
    -ms-transition: visibility 0.1s, opacity 0.1s;
    -o-transition: visibility 0.1s, opacity 0.1s;
    transition: visibility 0.1s, opacity 0.1s
}
.vjs-fade-out {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1.5s, opacity 1.5s;
    -moz-transition: visibility 1.5s, opacity 1.5s;
    -ms-transition: visibility 1.5s, opacity 1.5s;
    -o-transition: visibility 1.5s, opacity 1.5s;
    transition: visibility 1.5s, opacity 1.5s;
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s
}
.vjs-default-skin .vjs-hidden {
    display: none
}
.vjs-lock-showing {
    opacity: 1;
    visibility: visible
}
@font-face {
    font-family: 'VideoJS';
    src: url("vis-font/vjs.eot");
    src: url("vis-font/vjs.eot?#iefix") format("embedded-opentype"), url("vis-font/vjs.woff") format("woff"), url("vis-font/vjs.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
.vjs-default-skin .vjs-big-play-button {
    left: 0.5em;
    top: 0.5em;
    font-size: 3em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 4em;
    height: 2.6em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #282828;
    background-color: rgba(7, 40, 50, 0.7);
    border: 0.3em solid #323232;
    border-color: rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -webkit-transition: border 0.4s, -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
    -moz-transition: border 0.4s, -moz-box-shadow 0.4s, -moz-transform 0.4s;
    -o-transition: border 0.4s, -o-box-shadow 0.4s, -o-transform 0.4s;
    transition: border 0.4s, box-shadow 0.4s, transform 0.4s
}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -2.1em;
    top: 50%;
    margin-top: -1.4000000000000001em
}
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    display: none
}
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
    display: none
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    border-color: #fff;
    background-color: #505050;
    background-color: rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0 0 3em #fff;
    -moz-box-shadow: 0 0 3em #fff;
    box-shadow: 0 0 3em #fff;
    -webkit-transition: border 0s, -webkit-box-shadow 0s, -webkit-transform 0s;
    -moz-transition: border 0s, -moz-box-shadow 0s, -moz-transform 0s;
    -o-transition: border 0s, -o-box-shadow 0s, -o-transform 0s;
    transition: border 0s, box-shadow 0s, transform 0s
}
.vjs-default-skin .vjs-big-play-button:before {
    content: "\e001";
    font-family: VideoJS;
    line-height: 2.6em;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%
}
.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 5em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    opacity: 0.75;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear
}
.vjs-default-skin .vjs-loading-spinner:before {
    content: "\e00a";
    font-family: VideoJS;
    position: absolute;
    width: 1em;
    height: 1em;
    text-align: center;
    text-shadow: 0em 0em 0.1em #000
}
.vjs-default-skin .vjs-loading-spinner:after {
    content: "\e00a";
    font-family: VideoJS;
    position: absolute;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}