* {
    font-family: Arial, sans-serif;
}

html { }

body {
    margin: 0;
    padding: 0;
    background-color: #330033;
    background-image: url("../img/background.jpg");
    background-size: 100%;
    background-position: center 0px;
}
#background-coming-soon {
    margin: 0;
    padding: 0;
    background-color: #330033;
    background-image: url("../img/site-backgroun.jpg") !important;
    background-size: 100%;
    background-position: center 0px;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 1024px;
    text-align: center;
}

#flash-warning{
    background: rgba(0,0,0,.1);
    margin: auto;
    position: relative;
    width: 600px;
    height: 400px;
    border-radius: 10px 10px 10px 10px;
}

#flashContent {
    /*background-image: url("https://stcdn.pfxprod.com/img/LogoWithCrew.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center 282px;*/
    visibility: visible !important;
}

#footer {
    color: #fff;
    height: 150px;
    text-align: center;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#footer-wrap {
    margin: 0px auto;
    width: 768px;
}

#footer-content {
    display: inline-block;
    width:100%;
}

.box {
    color: #fff;
    height: 150px;
    margin-top: 50px;
    text-align: center;
    position: relative;
    z-index:100;
}

.emptyiframe {
    display: none;
    position: absolute;
    border: none;
    z-index: -1;
    width: 100%;
    height: 100%;
    top:0px;
}

#wms-logo {
    display: block;
    width: 300px;
    margin: 0px auto;
}

#copy {
    font-size: 14pt;
    text-align: center;
    clear: both;
    margin-top:25px;
    font-weight: normal;
}

.termStuff {
    text-align: center;
    margin: 50px auto 0px auto;
}

.termStuff a, .termStuff a:visited {
    text-align: center;
    color: #fff;
    font-size: 12pt;
    margin: 0 5px 15px 5px;
    text-decoration: none;
}

#noFlashWrap {
    width: 100%;
    text-align: center;
}

#noFlashContainer {
    height: 780px;
    width: 1024px;
    margin: 0 auto;
    /*background: url("https://stcdn.pfxprod.com/img/no_flash_bg.jpg") no-repeat top left;*/
}

#noFlashContent {
    color: white;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    line-height: 24px;
    width: 473px;
    height: 209px;
    position: relative;
    top: 110px;
    left: 152px;
}

#noFlashContent p {
    font-weight: normal;
    margin: 20px auto;
}

#noFlashContent p span {
    font-weight: bold;
}

.no_flash {
    display: none;
}

#imageContent {
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: -10000px;
}

#screenshotObject {
    margin: 0 auto;
    display: block;
    margin-left: -1024px;
    left: 50%;
    position: relative;
}

body {
    background: url("https://j2.pfxprod.com/img/backgroundLobby.jpg") no-repeat top center #000000;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
}

h2 {
    text-align: center;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 25px 0 15px;
}

p {
    line-height: 1.4em;
    padding: 20px;
    text-align: center;
}

h5 {
    padding: 10px 40px;
    text-align: center;
}

.install {
    background: #FFDB19;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 200px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFDB19), to(#F7AA00));
    background: -webkit-linear-gradient(top, #FFDB19, #F7AA00);
    background: -moz-linear-gradient(top, #FFDB19, #F7AA00);
    background: -o-linear-gradient(top,#FFDB19, #F7AA00);
    background: -ms-linear-gradient(top, #FFDB19, #F7AA00);
    background: linear-gradient(top, #FFDB19, #F7AA00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFDB19', EndColorStr='#F7AA00');
    border: none;
    border-radius: 5px;
    box-shadow: none;
    color: #555;
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 600;
    padding: 8px 30px;
    cursor: pointer;
    text-align: center;
    min-width: 140px;
}

.install:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#F7AA00), to(#FFDB19));
    background: -webkit-linear-gradient(top, #F7AA00, #FFDB19);
    background: -moz-linear-gradient(top, #F7AA00, #FFDB19);
    background: -o-linear-gradient(top,#F7AA00, #FFDB19);
    background: -ms-linear-gradient(top, #F7AA00, #FFDB19);
    background: linear-gradient(top, #F7AA00, #FFDB19);
}

#browserDialog {
    z-index: 100;
    width: 100%;
    height: 1100px;
    position: fixed;
    top: 0px;
    text-align: center;
}

#browserBanner {
    -moz-box-shadow: 0px 0px 1px #000000;
    -webkit-box-shadow: 0px 0px 1px #000000;
    box-shadow: 0px 0px 1px #000000;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffdf0a', endColorstr = '#3d372b');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffdf0a', endColorstr = '#3d372b')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #ffdf0a, #79653d);
    background-image: -ms-linear-gradient(top, #ffdf0a, #79653d);
    background-image: -o-linear-gradient(top, #ffdf0a, #79653d);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffdf0a), to(#79653d));
    background-image: -webkit-linear-gradient(top, #ffdf0a, #79653d);
    background-image: linear-gradient(top, #ffdf0a, #79653d);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

    text-align: center;
    width: 100%;
    height: 50px;
    color: #000;
    z-index: 99;
    font-family: Arial;
    font-size: 12pt;
    position: relative;
    top: 0px;
}

#browserBanner div {
    margin: 0px auto;
    width: 800px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}

.unsuportedClose {
    background: #191616;
    background-image: -webkit-linear-gradient(top, #191616, #908c8c);
    background-image: -moz-linear-gradient(top, #191616, #908c8c);
    background-image: -ms-linear-gradient(top, #191616, #908c8c);
    background-image: -o-linear-gradient(top, #191616, #908c8c);
    background-image: linear-gradient(to bottom, #191616, #908c8c);
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    border: solid #908c8c 1px;
    text-decoration: none;
    position: absolute;
    right:30px;
    top:7px;
    cursor: pointer;
    line-height: normal;
}

.unsuportedClose:hover {
    background: #908c8c;
    background-image: -webkit-linear-gradient(top, #908c8c, #191616);
    background-image: -moz-linear-gradient(top, #908c8c, #191616);
    background-image: -ms-linear-gradient(top, #908c8c, #191616);
    background-image: -o-linear-gradient(top, #908c8c, #191616);
    background-image: linear-gradient(to bottom, #908c8c, #191616);
    text-decoration: none;
}

.unsupportedDialog {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 4px #000000;
    -webkit-box-shadow: 0px 0px 4px #000000;
    box-shadow: 0px 0px 4px #000000;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

    position:relative;
    margin: 0px auto;
    width: 600px;
    text-align: center;
    padding-top: 28px;
    background-color: #fff;
    height: 100px;
    top:307px;
    color:#000;
}

.suspendedDialog {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 4px #000000;
    -webkit-box-shadow: 0px 0px 4px #000000;
    box-shadow: 0px 0px 4px #000000;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

    position:relative;
    margin: 0px auto;
    width: 600px;
    text-align: center;
    padding-top: 28px;
    background-color: #fff;
    height: 200px;
    top:307px;
    color:#000;
}
.modalBG {
    width:100%;
    height:100%;
    background-color:#000;
    opacity:.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    position:absolute;
    top:0px;
}

/******* ZenDesk *******/
#zenbox_iframe {
    vertical-align: bottom;
    float: left;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#zenbox {
    position: absolute;
    height: 320px;
    width: 640px;
    left:50%;
    top:35%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid black;
    z-index: 1000;
}


/* Web GL flash splash */
#newNoFlash
{
    background-color:#00000085;
    width: 100%;
    height: 100%;
}

#div_webgl_noflash_con
{
    height: 1024px;
    width: 1024px;
    background-image: url(https://j2.pfxdev.com/img/landing_page/BG.png);
    background-size: 1024px 100%;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    margin:0 auto;
}

#div_play_now {
    margin: auto;
    position: relative;
    top: 33%;
    width: 37%;
    height: 9%;
}

.webgl_button
{
    height:100%;
}

#div_zendesk
{
    margin: auto;
    position: relative;
    float: left;
    top: 47%;
    left: 7%;
    width: 37%;
    height: 9%;
}

#div_blocked
{
    margin: auto;
    position: relative;
    float: left;
    top: 47%;
    left: 20%;
    width: 37%;
    height: 9%;
}

#div_browsers
{
    margin: auto;
    position: relative;
    top: 59%;
    left: 0%;
    width: 60%;
    height: 16%;
}

#zenbox_iframe {
    vertical-align: bottom;
    float: left;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 9px;
}


#zenbox_close {
    position: absolute;
    float: right;
    top: -20px;
    right: -10px;
    -moz-box-shadow:inset 0px 1px 22px 6px #85149e;
    -webkit-box-shadow:inset 0px 1px 22px 6px #85149e;
    box-shadow:inset 0px 1px 22px 6px #85149e;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7e0d94), color-stop(1, #b139cc));
    background:-moz-linear-gradient(top, #7e0d94 5%, #b139cc 100%);
    background:-webkit-linear-gradient(top, #7e0d94 5%, #b139cc 100%);
    background:-o-linear-gradient(top, #7e0d94 5%, #b139cc 100%);
    background:-ms-linear-gradient(top, #7e0d94 5%, #b139cc 100%);
    background:linear-gradient(to bottom, #7e0d94 5%, #b139cc 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e0d94', endColorstr='#b139cc',GradientType=0);
    background-color:#7e0d94;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:2px solid #35113b;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:28px;
    font-weight:bold;
    padding:14px 16px;
    text-decoration:none;
    text-shadow:0px 1px 0px #1f0424;
}
#zenbox_close:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b139cc), color-stop(1, #7e0d94));
    background:-moz-linear-gradient(top, #b139cc 5%, #7e0d94 100%);
    background:-webkit-linear-gradient(top, #b139cc 5%, #7e0d94 100%);
    background:-o-linear-gradient(top, #b139cc 5%, #7e0d94 100%);
    background:-ms-linear-gradient(top, #b139cc 5%, #7e0d94 100%);
    background:linear-gradient(to bottom, #b139cc 5%, #7e0d94 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b139cc', endColorstr='#7e0d94',GradientType=0);
    background-color:#b139cc;
}
#zenbox_close:active {
    position:relative;
    top:1px;
}

#zenbox {
    position: absolute;
    height: 400px;
    width: 640px;
    left:50%;
    top:35%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid black;
    z-index: 1000;
    border-radius: 10px;
}

#modal_bg
{
    display: none;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: 20;
}

#suspended {
    height: 500px;
    position: relative;
}

#suspended-content {
    font-size: 16pt;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hero {
    flex-direction:column;
    padding:9rem .5rem 2.5rem;

}
.hero-content{
    width:100vw;
}
.hero-title {
    text-shadow:2px 3px #000;
    font-size:50px;
    line-height:69px;
    text-transform: uppercase;
}
.hero-content h5 {
    text-shadow:2px 3px #000;
    font-size: 18px;
}
.hero p a {
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}
.gettheapps {
    text-align: center;
}
.gettheapps a.a-link {
    background-image: url("../img/get-the-app-button.png");
    width: 300px;
    height: 82px;
    display: inline-block;
    text-decoration: none;
}
.gettheapps p {
    padding:0px;
    margin: 0px;
}
a.jackpot-link{
    background-color: rgb(111, 41, 158); color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 15px;
    border:2px solid #330033;
}
a.jackpot-link:hover{
    background-color: rgb(111, 41, 158); color:#FFFFFF;
    border-radius: 20px;
    padding: 20px;
    transform: scale(1.2);
    transition: transform .2s;
}
#background-coming-soon #wrap {
    height: auto!important;
}